技术监督计划-实施问题详情

This commit is contained in:
zhujiyan
2024-05-22 11:00:42 +08:00
parent dd665ee6fe
commit c1919024f4
4 changed files with 96 additions and 25 deletions

View File

@@ -91,9 +91,20 @@ const tableStore = new TableStore({
return row.cellValue ? row.cellValue : '/'
}
},
{ field: 'supvOrgId', title: '监督单位', minWidth: 170 },
{
field: 'supvOrgName',
title: '监督单位',
minWidth: 170
},
{ field: 'workPlanName', title: '计划名称', minWidth: 170 },
{ field: 'planSupvDate', title: '计划监督时间', minWidth: 170 },
{
field: 'planSupvDate',
title: '计划监督时间',
minWidth: 170,
formatter: (row: any) => {
return row.cellValue.replace('T', ' ')
}
},
{
field: 'status',
title: '审核状态',