动火作业

master
LiuJiaNan 2026-03-27 17:45:51 +08:00
parent 566d594fef
commit 97e9c44f4e
1 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@ function List(props) {
hidden: props.status, hidden: props.status,
}, },
{ {
name: "todo", name: "eqWorkLevel",
label: "动火等级", label: "动火等级",
render: FORM_ITEM_RENDER_ENUM.SELECT, render: FORM_ITEM_RENDER_ENUM.SELECT,
items: eightworkType, items: eightworkType,
@ -110,7 +110,7 @@ function List(props) {
dataIndex: "status", dataIndex: "status",
render: (_, record) => getLabelName({ list: STATUS_ENUM, status: record.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: "操作", title: "操作",
fixed: "right", fixed: "right",