[update] 修改企标流程企标名称长度改成200,英文名称改成500
This commit is contained in:
+4
-4
@@ -79,7 +79,7 @@
|
||||
<a-form-model-item class="item-model" prop="newEnStandardName">
|
||||
<a-input class="box-input"
|
||||
v-model="formInline.newEnStandardName"
|
||||
:maxLength="50"
|
||||
:maxLength="200"
|
||||
:disabled="disabled"
|
||||
@change="event => event.target.value = event.target.value.trim()"
|
||||
:placeholder="$t('pleaseEnter')+$t('workCenter.enterpriseInitChangePlan.enterpriseStandardName')" />
|
||||
@@ -189,7 +189,7 @@
|
||||
<a-form-model-item class="item-model" prop="originEnStandardName">
|
||||
<a-input class="box-input"
|
||||
v-model="formInline.originEnStandardName"
|
||||
:maxLength="50"
|
||||
:maxLength="200"
|
||||
disabled
|
||||
@change="event => event.target.value = event.target.value.trim()"
|
||||
:placeholder="$t('pleaseEnter')+$t('workCenter.enterpriseInitChangePlan.enterpriseStandardName')" />
|
||||
@@ -223,7 +223,7 @@
|
||||
<a-form-model-item class="item-model" prop="newEnStandardName">
|
||||
<a-input class="box-input"
|
||||
v-model="formInline.newEnStandardName"
|
||||
:maxLength="50"
|
||||
:maxLength="200"
|
||||
:disabled="disabled"
|
||||
@change="event => event.target.value = event.target.value.trim()"
|
||||
:placeholder="$t('pleaseEnter')+$t('workCenter.enterpriseInitChangePlan.newEnterpriseStandardName')" />
|
||||
@@ -240,7 +240,7 @@
|
||||
<a-form-model-item class="item-model" prop="enStandardEnglishName">
|
||||
<a-input class="box-input"
|
||||
v-model="formInline.enStandardEnglishName"
|
||||
:maxLength="50"
|
||||
:maxLength="500"
|
||||
:disabled="disabled"
|
||||
@change="event => event.target.value = event.target.value.trim()"
|
||||
:placeholder="$t('pleaseEnter')+$t('workCenter.enterpriseInitChangePlan.standardEnglishName')" />
|
||||
|
||||
Reference in New Issue
Block a user