update 稽查流程部分完善

This commit is contained in:
danshihao
2023-11-29 15:55:41 +08:00
parent 35aea9de91
commit 35e0c6ef31
5 changed files with 14 additions and 16 deletions
@@ -229,7 +229,7 @@ export default {
title: this.$t('enterpriseStandardLibrary.check.planCheckTarget'),
align: 'center',
width: 180,
dataIndex: 'planInspectObject',
dataIndex: 'planInspectObject_dictText',
scopedSlots: { customRender: 'text' }
},
{ // 主责标准化工作组
@@ -243,7 +243,7 @@ export default {
title: this.$t('enterpriseStandardLibrary.check.department'),
align: 'center',
width: 180,
dataIndex: 'belongDept',
dataIndex: 'belongDept_dictText',
scopedSlots: { customRender: 'text' }
},
{ // 计划稽查日期
@@ -257,14 +257,14 @@ export default {
title: this.$t('enterpriseStandardLibrary.check.headOfCheck'),
align: 'center',
width: 180,
dataIndex: 'inspectUser',
dataIndex: 'inspectUser_dictText',
scopedSlots: { customRender: 'text' }
},
{ // 标准化组对接人
title: this.$t('enterpriseStandardLibrary.check.contactPerson'),
align: 'center',
width: 180,
dataIndex: 'standardizationDockingUser',
dataIndex: 'standardizationDockingUser_dictText',
scopedSlots: { customRender: 'text' }
},
{ // 实际稽查完成日期
@@ -278,7 +278,7 @@ export default {
title: this.$t('enterpriseStandardLibrary.check.actualChecker'),
align: 'center',
width: 180,
dataIndex: 'actualInspectUser',
dataIndex: 'actualInspectUser_dictText',
scopedSlots: { customRender: 'text' }
},
{ // 状态
@@ -304,7 +304,7 @@ export default {
}
],
url: {
list: '/enterprise/inspect/page',
list: '/enterprise/inspect/queryByPage',
exportXlsUrl: '/enterprise/inspect/exportData',
exportPostponeDataUrl: '/enterprise/inspect/exportDataWithDelay', // 导出延期数据
exportRectificationPlanUrl: '/enterprise/inspect/exportDataRectifyPlan' // 导出整改计划