fix 79432
This commit is contained in:
+1
@@ -29,6 +29,7 @@
|
||||
<a-input :placeholder="$t('pleaseEnter') + $t('workCenter.esInspectionProcess.standardContentOrDemand')"
|
||||
:maxLength="500"
|
||||
type="textarea"
|
||||
:rows="4"
|
||||
@change="event => event.target.value = event.target.value.trim()"
|
||||
v-decorator.trim="[ 'requirement', validatorRules.standardContentOrDemand ]" />
|
||||
</a-form-item>
|
||||
|
||||
+6
-1
@@ -30,7 +30,12 @@
|
||||
:wrapperCol="wrapperCol"
|
||||
prop="standardRequire"
|
||||
:label="$t('workCenter.esInspectionProcess.standardContentOrDemand')">
|
||||
<a-input :max-length="50" v-model="form.standardRequire" disabled class="readonly-transparent" />
|
||||
<a-input :maxLength="500"
|
||||
type="textarea"
|
||||
:rows="4"
|
||||
v-model="form.standardRequire"
|
||||
:placeholder="$t('pleaseEnter') + $t('workCenter.esInspectionProcess.sectionNumber')"
|
||||
disabled />
|
||||
</a-form-model-item>
|
||||
<!-- 执行情况 -->
|
||||
<a-form-model-item
|
||||
|
||||
+6
-1
@@ -30,7 +30,12 @@
|
||||
:wrapperCol="wrapperCol"
|
||||
prop="standardRequire"
|
||||
:label="$t('workCenter.esInspectionProcess.standardContentOrDemand')">
|
||||
<a-input :max-length="50" v-model="form.standardRequire" disabled class="readonly-transparent" />
|
||||
<a-input :maxLength="500"
|
||||
type="textarea"
|
||||
:rows="4"
|
||||
v-model="form.standardRequire"
|
||||
:placeholder="$t('pleaseEnter') + $t('workCenter.esInspectionProcess.sectionNumber')"
|
||||
disabled />
|
||||
</a-form-model-item>
|
||||
<!-- 执行情况 -->
|
||||
<a-form-model-item
|
||||
|
||||
Reference in New Issue
Block a user