代办列表

master
LiuJiaNan 2026-03-20 11:41:22 +08:00
parent c90969242c
commit 36a657e4d5
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ function TodoList(props) {
{ title: "接收时间", dataIndex: "createTime" }, { title: "接收时间", dataIndex: "createTime" },
{ title: "处理人", dataIndex: "name", render: () => userInfo.name }, { title: "处理人", dataIndex: "name", render: () => userInfo.name },
{ title: "状态", dataIndex: "content" }, { title: "状态", dataIndex: "content" },
{ title: "处理态", dataIndex: "status", render: (_, record) => getLabelName({ list: STATUS_ENUM, status: record.status }) }, { title: "处理态", dataIndex: "status", render: (_, record) => getLabelName({ list: STATUS_ENUM, status: record.status }) },
]} ]}
{...tableProps} {...tableProps}
/> />