From 36a657e4d520cee5dfda33e39836a2643e6c85d4 Mon Sep 17 00:00:00 2001 From: LiuJiaNan <15703339975@163.com> Date: Fri, 20 Mar 2026 11:41:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E5=8A=9E=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Container/TodoList/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} />