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',