From 12b169eb2d4999ad1ccbc94e9a8c1ca387cdbc9c Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Mon, 15 Jul 2024 17:12:33 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E6=B3=95=E8=A7=84=E7=AC=A6=E5=90=88?= =?UTF-8?q?=E6=80=A7=E6=8E=92=E6=9F=A5=E6=B5=81=E7=A8=8B=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/DesignEngineerEvaluation.vue | 2 +- .../modules/FinishAuditBaseInfo.vue | 8 ++++---- .../modules/MainFinderCollectBaseInfo.vue | 8 ++++---- .../modules/MainFinderDistributesBaseInfo.vue | 4 ++-- .../modules/MainFinderSingleAuditBaseInfo.vue | 8 ++++---- 5 files changed, 15 insertions(+), 15 deletions(-) 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' } }, { // 不满足要求的现状