This commit is contained in:
parent
92595742eb
commit
c1c70935d2
|
|
@ -7,6 +7,11 @@ export const buildFormColumns = () => [
|
||||||
prop: 'groupName',
|
prop: 'groupName',
|
||||||
placeholder: '请输入分组名称',
|
placeholder: '请输入分组名称',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
type: 'input',
|
||||||
|
prop: 'createUser',
|
||||||
|
placeholder: '请输入创建人',
|
||||||
|
},
|
||||||
]
|
]
|
||||||
|
|
||||||
// 表格列配置
|
// 表格列配置
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue