From 0e55072214bb2c296868d00eaf6b50ac6780b5a4 Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Mon, 22 Jul 2024 17:57:39 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E5=B8=82=E5=9C=BA=E6=B8=85=E5=8D=95?= =?UTF-8?q?=E5=AD=90=E8=A1=A8=E5=A4=87=E6=B3=A8=E5=AD=97=E6=AE=B5=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../marketRegulationsList/MarketRegulationsDetailPage.vue | 2 +- .../marketRegulationsList/MarketRegulationsFormPage.vue | 2 +- .../marketRegulationsList/modules/MarketRegulationsModal.vue | 4 ++-- .../marketListReleaseProcess/modules/BaseInfoForm.vue | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/standardRegulationLibrary/marketRegulationsList/MarketRegulationsDetailPage.vue b/src/views/standardRegulationLibrary/marketRegulationsList/MarketRegulationsDetailPage.vue index 66d7149..9f8f1f5 100644 --- a/src/views/standardRegulationLibrary/marketRegulationsList/MarketRegulationsDetailPage.vue +++ b/src/views/standardRegulationLibrary/marketRegulationsList/MarketRegulationsDetailPage.vue @@ -336,7 +336,7 @@ export default { title: this.$t('remarks'), align: 'center', width: 180, - dataIndex: 'remarks', + dataIndex: 'remark', scopedSlots: { customRender: 'text' } } ], diff --git a/src/views/standardRegulationLibrary/marketRegulationsList/MarketRegulationsFormPage.vue b/src/views/standardRegulationLibrary/marketRegulationsList/MarketRegulationsFormPage.vue index ff496bf..9c8cc1b 100644 --- a/src/views/standardRegulationLibrary/marketRegulationsList/MarketRegulationsFormPage.vue +++ b/src/views/standardRegulationLibrary/marketRegulationsList/MarketRegulationsFormPage.vue @@ -446,7 +446,7 @@ export default { title: this.$t('remarks'), align: 'center', width: 180, - dataIndex: 'remarks', + dataIndex: 'remark', scopedSlots: { customRender: 'text' } }, { diff --git a/src/views/standardRegulationLibrary/marketRegulationsList/modules/MarketRegulationsModal.vue b/src/views/standardRegulationLibrary/marketRegulationsList/modules/MarketRegulationsModal.vue index 2e004d1..bdba33a 100644 --- a/src/views/standardRegulationLibrary/marketRegulationsList/modules/MarketRegulationsModal.vue +++ b/src/views/standardRegulationLibrary/marketRegulationsList/modules/MarketRegulationsModal.vue @@ -135,10 +135,10 @@ v-decorator.trim="[ 'requireType', validatorRules.requireType ]" /> - + + v-decorator.trim="[ 'remark', validatorRules.remark ]" /> diff --git a/src/views/workCenter/marketListReleaseProcess/modules/BaseInfoForm.vue b/src/views/workCenter/marketListReleaseProcess/modules/BaseInfoForm.vue index b222272..26d4b8c 100644 --- a/src/views/workCenter/marketListReleaseProcess/modules/BaseInfoForm.vue +++ b/src/views/workCenter/marketListReleaseProcess/modules/BaseInfoForm.vue @@ -289,7 +289,7 @@ export default { title: this.$t('remarks'), align: 'center', width: 180, - dataIndex: 'remarks', + dataIndex: 'remark', scopedSlots: { customRender: 'text' } } ],