diff --git a/src/views/workCenter/marketListReleaseProcess/modules/BaseInfoForm.vue b/src/views/workCenter/marketListReleaseProcess/modules/BaseInfoForm.vue index 3f92013..ee54fc0 100644 --- a/src/views/workCenter/marketListReleaseProcess/modules/BaseInfoForm.vue +++ b/src/views/workCenter/marketListReleaseProcess/modules/BaseInfoForm.vue @@ -33,7 +33,7 @@ disabled v-model="formInline.manifestName" :maxLength="50" - :placeholder="isGetDataAfter ? '' : $t('pleaseEnter')+$t('listName')" /> + :placeholder="$t('autoTakeout')" /> @@ -51,7 +51,7 @@ tree-checkable treeCheckStrictly disabled - :placeholder="isGetDataAfter ? '' : $t('pleaseSelect')+$t('countryRegion')" /> + :placeholder="$t('autoTakeout')" /> diff --git a/src/views/workCenter/newRegulationIntroductionProcess/modules/BaseInfoForm.vue b/src/views/workCenter/newRegulationIntroductionProcess/modules/BaseInfoForm.vue index 5def73c..1fe1564 100644 --- a/src/views/workCenter/newRegulationIntroductionProcess/modules/BaseInfoForm.vue +++ b/src/views/workCenter/newRegulationIntroductionProcess/modules/BaseInfoForm.vue @@ -38,7 +38,7 @@ v-model="formInline.standardName" :maxLength="200" disabled - :placeholder="isGetDataAfter ? '' : $t('pleaseEnter')+$t('standardName')" /> + :placeholder="$t('autoTakeout')" /> @@ -53,7 +53,7 @@ disabled v-model="formInline.substituteStandardNumber" :maxLength="50" - :placeholder="isGetDataAfter ? '' : $t('pleaseEnter')+$t('workCenter.newRegulationImportProcess.substituteStandardNumber')" /> + :placeholder="$t('autoTakeout')" /> @@ -102,7 +102,7 @@