diff --git a/src/views/workCenter/regulatoryComplianceCheckProcess/modules/DesignEngineerEvaluation.vue b/src/views/workCenter/regulatoryComplianceCheckProcess/modules/DesignEngineerEvaluation.vue index b47b340..6c9128f 100644 --- a/src/views/workCenter/regulatoryComplianceCheckProcess/modules/DesignEngineerEvaluation.vue +++ b/src/views/workCenter/regulatoryComplianceCheckProcess/modules/DesignEngineerEvaluation.vue @@ -76,7 +76,7 @@ export default { title: this.$t('modelStatus'), align: 'center', width: 180, - dataIndex: 'modelState', + dataIndex: 'modelState_dictText', scopedSlots: { customRender: 'text' } }, { // 评价结果 diff --git a/src/views/workCenter/regulatoryComplianceCheckProcess/modules/FinishAuditBaseInfo.vue b/src/views/workCenter/regulatoryComplianceCheckProcess/modules/FinishAuditBaseInfo.vue index 730d00a..0ccbaea 100644 --- a/src/views/workCenter/regulatoryComplianceCheckProcess/modules/FinishAuditBaseInfo.vue +++ b/src/views/workCenter/regulatoryComplianceCheckProcess/modules/FinishAuditBaseInfo.vue @@ -72,28 +72,28 @@ export default { title: this.$t('modelStatus'), align: 'center', width: 180, - dataIndex: 'modelState', + dataIndex: 'modelState_dictText', scopedSlots: { customRender: 'text' } }, { // 责任部门 title: this.$t('responsibleDepartment'), align: 'center', width: 180, - dataIndex: 'authDept', + dataIndex: 'authDept_dictText', scopedSlots: { customRender: 'text' } }, { // 评估人 title: this.$t('workCenter.regulatoryComplianceCheckProcess.appraiser'), align: 'center', width: 180, - dataIndex: 'appraiser', + dataIndex: 'appraiser_dictText', scopedSlots: { customRender: 'text' } }, { // 评估结果 title: this.$t('workCenter.regulatoryComplianceCheckProcess.evaluationResult'), align: 'center', width: 180, - dataIndex: 'result', + dataIndex: 'result_dictText', scopedSlots: { customRender: 'text' } }, { // 不满足要求的现状 diff --git a/src/views/workCenter/regulatoryComplianceCheckProcess/modules/MainFinderCollectBaseInfo.vue b/src/views/workCenter/regulatoryComplianceCheckProcess/modules/MainFinderCollectBaseInfo.vue index 6694507..2b107b5 100644 --- a/src/views/workCenter/regulatoryComplianceCheckProcess/modules/MainFinderCollectBaseInfo.vue +++ b/src/views/workCenter/regulatoryComplianceCheckProcess/modules/MainFinderCollectBaseInfo.vue @@ -153,28 +153,28 @@ export default { title: this.$t('modelStatus'), align: 'center', width: 180, - dataIndex: 'modelState', + dataIndex: 'modelState_dictText', scopedSlots: { customRender: 'text' } }, { // 责任部门 title: this.$t('responsibleDepartment'), align: 'center', width: 180, - dataIndex: 'authDept', + dataIndex: 'authDept_dictText', scopedSlots: { customRender: 'text' } }, { // 评估人 title: this.$t('workCenter.regulatoryComplianceCheckProcess.appraiser'), align: 'center', width: 180, - dataIndex: 'appraiser', + dataIndex: 'appraiser_dictText', scopedSlots: { customRender: 'text' } }, { // 评估结果 title: this.$t('workCenter.regulatoryComplianceCheckProcess.evaluationResult'), align: 'center', width: 180, - dataIndex: 'result', + dataIndex: 'result_dictText', scopedSlots: { customRender: 'text' } }, { // 不满足要求的现状 diff --git a/src/views/workCenter/regulatoryComplianceCheckProcess/modules/MainFinderDistributesBaseInfo.vue b/src/views/workCenter/regulatoryComplianceCheckProcess/modules/MainFinderDistributesBaseInfo.vue index 3cd9a10..ea05982 100644 --- a/src/views/workCenter/regulatoryComplianceCheckProcess/modules/MainFinderDistributesBaseInfo.vue +++ b/src/views/workCenter/regulatoryComplianceCheckProcess/modules/MainFinderDistributesBaseInfo.vue @@ -288,7 +288,7 @@ export default { title: this.$t('modelStatus'), align: 'center', width: 180, - dataIndex: 'modelState', + dataIndex: 'modelState_dictText', scopedSlots: { customRender: 'text' } }, { // 设计工程师 @@ -342,7 +342,7 @@ export default { title: this.$t('modelStatus'), align: 'center', width: 180, - dataIndex: 'modelState', + dataIndex: 'modelState_dictText', scopedSlots: { customRender: 'text' } }, { // 评价结果 diff --git a/src/views/workCenter/regulatoryComplianceCheckProcess/modules/MainFinderSingleAuditBaseInfo.vue b/src/views/workCenter/regulatoryComplianceCheckProcess/modules/MainFinderSingleAuditBaseInfo.vue index 9c474e7..3983a20 100644 --- a/src/views/workCenter/regulatoryComplianceCheckProcess/modules/MainFinderSingleAuditBaseInfo.vue +++ b/src/views/workCenter/regulatoryComplianceCheckProcess/modules/MainFinderSingleAuditBaseInfo.vue @@ -87,28 +87,28 @@ export default { title: this.$t('modelStatus'), align: 'center', width: 180, - dataIndex: 'modelState', + dataIndex: 'modelState_dictText', scopedSlots: { customRender: 'text' } }, { // 责任部门 title: this.$t('responsibleDepartment'), align: 'center', width: 180, - dataIndex: 'authDept', + dataIndex: 'authDept_dictText', scopedSlots: { customRender: 'text' } }, { // 评估人 title: this.$t('workCenter.regulatoryComplianceCheckProcess.appraiser'), align: 'center', width: 180, - dataIndex: 'appraiser', + dataIndex: 'appraiser_dictText', scopedSlots: { customRender: 'text' } }, { // 评估结果 title: this.$t('workCenter.regulatoryComplianceCheckProcess.evaluationResult'), align: 'center', width: 180, - dataIndex: 'result', + dataIndex: 'result_dictText', scopedSlots: { customRender: 'text' } }, { // 不满足要求的现状