修改输入框字段限制

This commit is contained in:
GGJ
2024-12-13 14:36:23 +08:00
parent a856075ddb
commit 8c4cc891e5
58 changed files with 663 additions and 1211 deletions

View File

@@ -3,7 +3,8 @@
<TableHeader>
<template v-slot:select>
<el-form-item label="项目名称">
<el-input v-model="tableStore.table.params.searchValue" placeholder="请输入项目名称"></el-input>
<el-input maxlength="32" show-word-limit v-model="tableStore.table.params.searchValue"
placeholder="请输入项目名称"></el-input>
</el-form-item>
</template>
<template v-slot:operation>