From e33a36c6699a2445f3e722ddce9ab2c0075cbc18 Mon Sep 17 00:00:00 2001 From: LiuJiaNan <15703339975@163.com> Date: Fri, 20 Mar 2026 17:01:55 +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 a192024..60b88e6 100644 --- a/src/pages/Container/TodoList/index.js +++ b/src/pages/Container/TodoList/index.js @@ -42,7 +42,7 @@ function TodoList(props) { options={[ { name: "eqAppName", label: "来源", render: () }, { name: "createTime", label: "接收时间", render: FORM_ITEM_RENDER_ENUM.DATE_RANGE }, - { name: "eqStatus", label: "状态", render: FORM_ITEM_RENDER_ENUM.SELECT, items: STATUS_ENUM }, + { name: "eqStatus", label: "处理状态", render: FORM_ITEM_RENDER_ENUM.SELECT, items: STATUS_ENUM }, ]} form={form} onFinish={getData}