fix 79432

This commit is contained in:
danshihao
2023-12-29 13:52:03 +08:00
parent 597421b53e
commit 48734748a2
4 changed files with 16 additions and 3 deletions
@@ -26,7 +26,9 @@
</a-form-item>
<a-form-item :labelCol="labelCol" :wrapperCol="wrapperCol" :label="$t('enterpriseStandardLibrary.standard.standardContentOrRequirements')">
<a-input :placeholder="$t('pleaseEnter') + $t('enterpriseStandardLibrary.standard.standardContentOrRequirements')"
:maxLength="50"
:maxLength="500"
:rows="4"
type="textarea"
@change="event => event.target.value = event.target.value.trim()"
v-decorator.trim="[ 'requirement', validatorRules.requirement ]" />
</a-form-item>