This commit is contained in:
sjl
2026-01-28 08:45:38 +08:00
parent 0763187744
commit 87af11288d
10 changed files with 87 additions and 53 deletions

View File

@@ -8,7 +8,7 @@
<TableHeader :showReset="false" ref="TableHeaderRef">
<template #select>
<el-form-item label="关键字">
<el-input v-model="tableStore.table.params.searchValue" clearable placeholder="请输入关键字" />
<el-input v-model="tableStore.table.params.searchValue" clearable placeholder="请输入关键字" maxlength="32" show-word-limit/>
</el-form-item>
</template>
<template #operation>