设备信息录入添加关键字筛选功能

This commit is contained in:
GGJ
2025-05-09 15:23:34 +08:00
parent 9538b69310
commit 4b647062bf
9 changed files with 15 additions and 10 deletions

View File

@@ -14,7 +14,7 @@
:value="item.value"></el-option>
</el-select>
</el-form-item>
<el-form-item label="关键:">
<el-form-item label="关键字筛选:">
<el-input maxlength="32" show-word-limit style="width: 240px"
v-model.trim="tableStore.table.params.searchValue" clearable placeholder="仅根据用户名/登录名" />
</el-form-item>