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