代办列表
parent
c90969242c
commit
36a657e4d5
|
|
@ -54,7 +54,7 @@ function TodoList(props) {
|
|||
{ title: "接收时间", dataIndex: "createTime" },
|
||||
{ title: "处理人", dataIndex: "name", render: () => userInfo.name },
|
||||
{ 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}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue