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