[update] 流程中placeholder处理自动带出
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
disabled
|
||||
v-model="formInline.manifestName"
|
||||
:maxLength="50"
|
||||
:placeholder="isGetDataAfter ? '' : $t('pleaseEnter')+$t('listName')" />
|
||||
:placeholder="$t('autoTakeout')" />
|
||||
</a-form-model-item>
|
||||
</div>
|
||||
<!-- 国家/地区 -->
|
||||
@@ -51,7 +51,7 @@
|
||||
tree-checkable
|
||||
treeCheckStrictly
|
||||
disabled
|
||||
:placeholder="isGetDataAfter ? '' : $t('pleaseSelect')+$t('countryRegion')" />
|
||||
:placeholder="$t('autoTakeout')" />
|
||||
</a-form-model-item>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
v-model="formInline.standardName"
|
||||
:maxLength="200"
|
||||
disabled
|
||||
:placeholder="isGetDataAfter ? '' : $t('pleaseEnter')+$t('standardName')" />
|
||||
:placeholder="$t('autoTakeout')" />
|
||||
</a-form-model-item>
|
||||
</div>
|
||||
<!-- 代替标准编号 -->
|
||||
@@ -53,7 +53,7 @@
|
||||
disabled
|
||||
v-model="formInline.substituteStandardNumber"
|
||||
:maxLength="50"
|
||||
:placeholder="isGetDataAfter ? '' : $t('pleaseEnter')+$t('workCenter.newRegulationImportProcess.substituteStandardNumber')" />
|
||||
:placeholder="$t('autoTakeout')" />
|
||||
</a-form-model-item>
|
||||
</div>
|
||||
<!-- 标准类型 -->
|
||||
@@ -102,7 +102,7 @@
|
||||
<a-form-model-item class="item-model" prop="implementationDate">
|
||||
<a-date-picker
|
||||
v-model="formInline.implementationDate"
|
||||
:placeholder="isGetDataAfter ? '' : $t('pleaseSelectDate')"
|
||||
:placeholder="$t('autoTakeout')"
|
||||
:showTime="false"
|
||||
disabled
|
||||
value-format="YYYY-MM-DD">
|
||||
|
||||
Reference in New Issue
Block a user