mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-26 16:46:19 +08:00
feat: added system management sample page
This commit is contained in:
@@ -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',
|
||||
},
|
||||
];
|
||||
|
Reference in New Issue
Block a user