fix input去掉前后去空格

This commit is contained in:
赵霄
2024-03-05 11:01:55 +08:00
parent c3bd73a6d5
commit 765f60a99a
92 changed files with 28 additions and 213 deletions
@@ -24,7 +24,6 @@
<!-- 流程名称 -->
<a-form-item :labelCol="labelCol" :wrapperCol="wrapperCol" :label="$t('processName')">
<a-input :placeholder="$t('pleaseEnter') + $t('processName')"
@change="event => event.target.value = event.target.value.trim()"
:disabled="disabled || processDisabled"
:maxLength="50"
v-decorator="['prcName', validatorRules.processName]" />