bug 67183
This commit is contained in:
@@ -89,7 +89,7 @@
|
|||||||
:max-length="500"
|
:max-length="500"
|
||||||
:disabled="disabled"
|
:disabled="disabled"
|
||||||
class="box-input"
|
class="box-input"
|
||||||
:placeholder="$t('PleaseSelect')"
|
:placeholder="$t('pleaseEnter')"
|
||||||
v-model="form.ggpc">
|
v-model="form.ggpc">
|
||||||
</a-input>
|
</a-input>
|
||||||
</a-form-model-item>
|
</a-form-model-item>
|
||||||
@@ -105,7 +105,7 @@
|
|||||||
:max-length="500"
|
:max-length="500"
|
||||||
:disabled="disabled"
|
:disabled="disabled"
|
||||||
class="box-input"
|
class="box-input"
|
||||||
:placeholder="$t('PleaseSelect')"
|
:placeholder="$t('pleaseEnter')"
|
||||||
v-model="form.cpsb">
|
v-model="form.cpsb">
|
||||||
</a-input>
|
</a-input>
|
||||||
</a-form-model-item>
|
</a-form-model-item>
|
||||||
@@ -121,7 +121,7 @@
|
|||||||
:max-length="500"
|
:max-length="500"
|
||||||
:disabled="disabled"
|
:disabled="disabled"
|
||||||
class="box-input"
|
class="box-input"
|
||||||
:placeholder="$t('PleaseSelect')"
|
:placeholder="$t('pleaseEnter')"
|
||||||
v-model="form.cpmc">
|
v-model="form.cpmc">
|
||||||
</a-input>
|
</a-input>
|
||||||
</a-form-model-item>
|
</a-form-model-item>
|
||||||
@@ -138,7 +138,7 @@
|
|||||||
:max-length="500"
|
:max-length="500"
|
||||||
:disabled="disabled"
|
:disabled="disabled"
|
||||||
class="box-input"
|
class="box-input"
|
||||||
:placeholder="$t('PleaseSelect')"
|
:placeholder="$t('pleaseEnter')"
|
||||||
v-model="form.cpxh">
|
v-model="form.cpxh">
|
||||||
</a-input>
|
</a-input>
|
||||||
</a-form-model-item>
|
</a-form-model-item>
|
||||||
|
|||||||
Reference in New Issue
Block a user