修改字段长度限制文件校验等测试问题

This commit is contained in:
GGJ
2024-12-03 14:14:19 +08:00
parent 32b5a6db3e
commit 6dbc09ef8d
22 changed files with 76 additions and 65 deletions

View File

@@ -13,7 +13,7 @@
</el-select>
</el-form-item>
<el-form-item label='信息查询'>
<el-input style="width:200px;" placeholder="电站名称,终端编号,型号" v-model='tableStore.table.params.searchValue' clearable></el-input>
<el-input style="width:200px;" placeholder="电站名称,终端编号,型号" v-model='tableStore.table.params.searchValue' maxlength="32" show-word-limit clearable></el-input>
</el-form-item>
</template>