From 023490c012f5eea90a6c160322d2e855862ac5ff Mon Sep 17 00:00:00 2001
From: caozehui <2427765068@qq.com>
Date: Mon, 18 May 2026 14:57:48 +0800
Subject: [PATCH] =?UTF-8?q?fix(infra):=20=E5=88=86=E9=A1=B5=E6=9F=A5?=
=?UTF-8?q?=E8=AF=A2=E5=88=97=E8=A1=A8=E9=9A=90=E8=97=8F=E9=9D=9E=E5=BF=85?=
=?UTF-8?q?=E8=A6=81=E5=AD=97=E6=AE=B5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/infra/state-machine/index.vue | 58 ++++++++++++-------------
1 file changed, 29 insertions(+), 29 deletions(-)
diff --git a/src/views/infra/state-machine/index.vue b/src/views/infra/state-machine/index.vue
index 0c6dbd6..db1952e 100644
--- a/src/views/infra/state-machine/index.vue
+++ b/src/views/infra/state-machine/index.vue
@@ -147,35 +147,35 @@ const { columns, columnChecks, data, loading, getData, getDataByPage, mobilePagi
align: 'center',
formatter: row => {getBooleanLabel(row.allowEdit)}
},
- {
- prop: 'progressExcludedFlag',
- label: '不参与上层进度统计',
- width: 160,
- align: 'center',
- formatter: row => (
- {getBooleanLabel(row.progressExcludedFlag)}
- )
- },
- {
- prop: 'allowCreateProject',
- label: '允许新建项目',
- width: 130,
- align: 'center',
- formatter: row => (
- {getBooleanLabel(row.allowCreateProject)}
- )
- },
- {
- prop: 'allowCreateRequirement',
- label: '允许新增需求',
- width: 130,
- align: 'center',
- formatter: row => (
-
- {getBooleanLabel(row.allowCreateRequirement)}
-
- )
- },
+ // {
+ // prop: 'progressExcludedFlag',
+ // label: '不参与上层进度统计',
+ // width: 160,
+ // align: 'center',
+ // formatter: row => (
+ // {getBooleanLabel(row.progressExcludedFlag)}
+ // )
+ // },
+ // {
+ // prop: 'allowCreateProject',
+ // label: '允许新建项目',
+ // width: 130,
+ // align: 'center',
+ // formatter: row => (
+ // {getBooleanLabel(row.allowCreateProject)}
+ // )
+ // },
+ // {
+ // prop: 'allowCreateRequirement',
+ // label: '允许新增需求',
+ // width: 130,
+ // align: 'center',
+ // formatter: row => (
+ //
+ // {getBooleanLabel(row.allowCreateRequirement)}
+ //
+ // )
+ // },
{ prop: 'sort', label: '排序', width: 90, align: 'center' },
{
prop: 'remark',