修改用户投诉bug
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user