mirror of
https://github.com/MCSManager/MCSManager.git
synced 2025-02-23 16:09:37 +08:00
commit
c1831cbf9e
@ -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;
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user