技术监督计划-实施问题详情
This commit is contained in:
@@ -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: '审核状态',
|
||||
|
||||
Reference in New Issue
Block a user