feat: 添加子菜单

This commit is contained in:
dap
2024-10-07 20:07:33 +08:00
parent 93912efc67
commit 3551292619
3 changed files with 43 additions and 6 deletions

View File

@@ -131,7 +131,7 @@ export const columns: VxeGridProps['columns'] = [
fixed: 'right',
slots: { default: 'action' },
title: '操作',
width: 180,
width: 200,
},
];