ADD: 检修计划添加项目负责人和项目成员
This commit is contained in:
@@ -519,6 +519,18 @@ const columns = reactive<ColumnProps<Plan.ReqPlan>[]>([
|
||||
fieldNames: { label: 'name', value: 'id' },
|
||||
minWidth: 120
|
||||
},
|
||||
{
|
||||
prop: 'leaderName',
|
||||
label: '项目负责人',
|
||||
minWidth: 120,
|
||||
isShow: modeStore.currentMode == '比对式'
|
||||
},
|
||||
{
|
||||
prop: 'membersName',
|
||||
label: '项目成员',
|
||||
minWidth: 100,
|
||||
isShow: modeStore.currentMode == '比对式'
|
||||
},
|
||||
|
||||
{ prop: 'operation', label: '操作', fixed: 'right', minWidth: 250 }
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user