修改用户投诉bug

This commit is contained in:
GGJ
2024-06-14 16:59:21 +08:00
parent 33aa5a1918
commit 8233b13927
8 changed files with 64 additions and 15 deletions

View File

@@ -41,6 +41,7 @@ const tableStore = new TableStore({
return (tableStore.table.params.pageNum - 1) * tableStore.table.params.pageSize + row.rowIndex + 1
}
},
{
field: 'problemType', title: '预警单问题来源', minWidth: '150',
render: 'tag',
@@ -57,6 +58,7 @@ const tableStore = new TableStore({
4: '现场测试超标问题'
}
},
{ field: 'dutyOrgName', title: '负责单位', minWidth: '150' },
{ field: 'leafletName', title: '单据名称', minWidth: '150' },
{
field: 'status', title: '流程状态', minWidth: '150',
@@ -76,6 +78,7 @@ const tableStore = new TableStore({
5: '新增'
}
},
{ field: 'createTime', title: '创建时间', minWidth: '150' },
{
field: 'createBy',