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' } } ],