修改浙江无线测试用例bug

This commit is contained in:
GGJ
2024-12-17 20:57:07 +08:00
parent e10ca83ec5
commit 21831dda90
32 changed files with 873 additions and 254 deletions

View File

@@ -25,7 +25,7 @@
</template> -->
<template #select>
<el-form-item label="设备名称">
<el-input maxlength="32" show-word-limit v-model="tableStore.table.params.searchValue"
<el-input maxlength="32" clearable show-word-limit v-model="tableStore.table.params.searchValue"
placeholder="请输入设备名称" />
</el-form-item>
</template>