Merge pull request #60 from unitwk/abstract

Fix: type
This commit is contained in:
unitwk 2024-03-06 16:11:50 +08:00 committed by GitHub
commit c1831cbf9e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,7 +25,7 @@ const columns = [
title: t("TXT_CODE_5476e012"),
dataIndex: "status",
key: "status",
customRender: (e: { text: string }) => {
customRender: (e: { text: INSTANCE_STATUS_CODE }) => {
return INSTANCE_STATUS[e.text] || e.text;
}
},