fix 80145

This commit is contained in:
赵霄
2023-12-29 15:04:11 +08:00
parent 330ea27ec2
commit 1072b5a9c3
@@ -26,6 +26,7 @@
<a-input :placeholder="$t('pleaseEnter') + $t('processName')"
@change="event => event.target.value = event.target.value.trim()"
:maxLength="50"
:disabled="processInfoDisabled"
v-decorator="['processName', validatorRules.processName]" />
</a-form-item>
</a-col>