feat: added system management sample page

This commit is contained in:
Vben
2021-03-04 01:25:50 +08:00
parent cd8e924d46
commit 4628d94415
14 changed files with 150 additions and 68 deletions

View File

@@ -2,7 +2,6 @@ import { BasicColumn } from '/@/components/Table';
import { FormSchema } from '/@/components/Table';
import { h } from 'vue';
import { Tag } from 'ant-design-vue';
export const columns: BasicColumn[] = [
{
title: '角色名称',
@@ -94,9 +93,9 @@ export const formSchema: FormSchema[] = [
component: 'InputTextArea',
},
{
label: '菜单分配',
label: ' ',
field: 'menu',
slot: 'menu',
component: 'Render',
component: 'Input',
},
];