修改测试问题

This commit is contained in:
guanj
2026-06-16 08:34:45 +08:00
parent 1c01fe5ae1
commit d9dfd804c5
63 changed files with 5289 additions and 3842 deletions

View File

@@ -6,7 +6,7 @@
<template #select>
<el-form-item label="关键字筛选">
<el-input maxlength="32" show-word-limit style="width: 240px"
v-model.trim="tableStore.table.params.searchValue" clearable placeholder="请输入敏感用户名称" />
v-model.trim="tableStore.table.params.searchValue" clearable placeholder="请输入用户名称" />
</el-form-item>
</template>
</TableHeader>
@@ -77,7 +77,7 @@ const tableStore: any = new TableStore({
}
},
{
title: '敏感用户名称',
title: '用户名称',
field: 'name',
minWidth: '90'
},