diff --git a/src/components/customField/AddForm.vue b/src/components/customField/AddForm.vue index 7b78262..5fc60f7 100644 --- a/src/components/customField/AddForm.vue +++ b/src/components/customField/AddForm.vue @@ -83,7 +83,7 @@ :disabled="disabled || disabledFieldList.includes(item.dbFieldName)" v-model="formInline[item.dbFieldName]" :maxLength="item.dbLength" - :placeholder="specialPlaceholder[item.dbFieldName] || $t('pleaseEnter')+item.dbFieldTxt" /> + :placeholder="isEdit && disabledFieldList.includes(item.dbFieldName) && !formInline[item.dbFieldName] ? '' : (specialPlaceholder[item.dbFieldName] || $t('pleaseEnter')+item.dbFieldTxt)" /> { if (!this.getDocumentInfoFunc || typeof this.getDocumentInfoFunc !== 'function') { this.loading = false