This commit is contained in:
BianLzhaoMin 2026-02-03 16:26:48 +08:00
parent 92595742eb
commit c1c70935d2
2 changed files with 7 additions and 2 deletions

View File

@ -7,6 +7,11 @@ export const buildFormColumns = () => [
prop: 'groupName',
placeholder: '请输入分组名称',
},
{
type: 'input',
prop: 'createUser',
placeholder: '请输入创建人',
},
]
// 表格列配置

View File

@ -123,7 +123,7 @@
>删除</el-button
>
</el-col>
<el-col :span="1.5">
<!-- <el-col :span="1.5">
<el-button
type="info"
plain
@ -142,7 +142,7 @@
v-hasPermi="['system:user:export']"
>导出</el-button
>
</el-col>
</el-col> -->
<right-toolbar
v-model:showSearch="showSearch"
@queryTable="getList"