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', prop: 'groupName',
placeholder: '请输入分组名称', placeholder: '请输入分组名称',
}, },
{
type: 'input',
prop: 'createUser',
placeholder: '请输入创建人',
},
] ]
// 表格列配置 // 表格列配置

View File

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