修改用户投诉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

@@ -76,6 +76,8 @@ const tableStore = new TableStore({
4: '现场测试超标问题'
}
},
{ field: 'dutyOrgName', title: '负责单位', minWidth: '150' },
{ field: 'leafletName', title: '单据名称', minWidth: '150' },
{ field: 'issueDetail', title: '告警内容', minWidth: '150' },
{
@@ -98,6 +100,7 @@ const tableStore = new TableStore({
5: '新增'
}
},
{ field: 'createTime', title: '创建时间', minWidth: '150' },
{
field: 'createBy',