字段限制修改

This commit is contained in:
yuekuo
2023-03-29 10:58:06 +08:00
parent 1b24757bc3
commit c713d9bef6
2 changed files with 2 additions and 2 deletions
@@ -22,7 +22,7 @@
style="margin-bottom: 20px"
>
<span slot="functionname" slot-scope="text,record">
<a-input :placeholder="$t('pleaseEnter')" v-model="record.gnmc" :max-length="500"></a-input>
<a-input :placeholder="$t('pleaseEnter')" v-model="record.gnmc" :max-length="50"></a-input>
</span>
<!-- 配置情况-->
<span slot="configuration" slot-scope="text,record" >
@@ -21,7 +21,7 @@
style="margin-bottom: 20px"
>
<span slot="sys" slot-scope="text,record">
<a-input :placeholder="$t('pleaseEnter')" v-model="record.xtlb" :max-length="500"></a-input>
<a-input :placeholder="$t('pleaseEnter')" v-model="record.xtlb" :max-length="50"></a-input>
</span>
<!-- 可升级-->
<span slot="systemclass" slot-scope="text,record">