diff --git a/src/pages/Container/TodoList/index.js b/src/pages/Container/TodoList/index.js index a11210f..a192024 100644 --- a/src/pages/Container/TodoList/index.js +++ b/src/pages/Container/TodoList/index.js @@ -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} />