From 97e9c44f4e29139fc88881b7ffef39f4e6f439d8 Mon Sep 17 00:00:00 2001 From: LiuJiaNan <15703339975@163.com> Date: Fri, 27 Mar 2026 17:45:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A8=E7=81=AB=E4=BD=9C=E4=B8=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Container/Enterprise/HotWork/Homework/List/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/Container/Enterprise/HotWork/Homework/List/index.js b/src/pages/Container/Enterprise/HotWork/Homework/List/index.js index eba1c69..a0723d3 100644 --- a/src/pages/Container/Enterprise/HotWork/Homework/List/index.js +++ b/src/pages/Container/Enterprise/HotWork/Homework/List/index.js @@ -62,7 +62,7 @@ function List(props) { hidden: props.status, }, { - name: "todo", + name: "eqWorkLevel", label: "动火等级", render: FORM_ITEM_RENDER_ENUM.SELECT, items: eightworkType, @@ -110,7 +110,7 @@ function List(props) { dataIndex: "status", render: (_, record) => getLabelName({ list: STATUS_ENUM, status: record.status }), }, - { title: "强制关闭原因", dataIndex: "todo", hidden: !(props.status === "998") }, + { title: "强制关闭原因", dataIndex: "todo", hidden: !(props.status === 998) }, { title: "操作", fixed: "right",