feat: 完成菜单接入
This commit is contained in:
@@ -66,7 +66,9 @@ export function useRole(treeRef: Ref) {
|
||||
const columns: TableColumnList = [
|
||||
{
|
||||
label: "角色编号",
|
||||
prop: "id"
|
||||
prop: "id",
|
||||
width: "300",
|
||||
fixed: true
|
||||
},
|
||||
{
|
||||
label: "角色名称",
|
||||
|
||||
Reference in New Issue
Block a user