提交代码

This commit is contained in:
guanj
2026-04-09 11:44:06 +08:00
parent dbaa42ff7e
commit 0f5cb1d3c5
14 changed files with 1516 additions and 1370 deletions

View File

@@ -12,12 +12,12 @@
</template>
</el-page-header>
</el-form-item>
<el-form-item label="过滤筛选">
<el-form-item label="关键字筛选">
<el-input
style="width: 240px"
v-model="tableStore.table.params.searchValue"
clearable
placeholder="请输入筛选数据"
placeholder="请输入关键字筛选"
maxlength="32"
show-word-limit
/>