[update 禁用表单] 始终禁用的表单显示空字符串

This commit is contained in:
danshihao
2024-07-22 18:55:44 +08:00
parent 5546995028
commit 647fe17660
2 changed files with 18 additions and 27 deletions
@@ -24,7 +24,7 @@
:wrapperCol="$i18n.locale === EN ? wrapperColEn : wrapperCol"
:label="$t('processName')"
:colon="formItemColon">
<a-input :placeholder="$t('pleaseEnter') + $t('processName')"
<a-input :placeholder="$t('autoTakeout')"
disabled
:maxLength="50"
v-decorator="['prcName']" />