测试用例修改

This commit is contained in:
sjl
2025-07-24 09:31:47 +08:00
parent 2200494765
commit 40564ee283
16 changed files with 47 additions and 18 deletions

View File

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