feat: 完善用户权限

This commit is contained in:
xingyu
2022-08-01 19:03:27 +08:00
parent 72db9341f6
commit 85287e1f7f
8 changed files with 210 additions and 40 deletions

View File

@@ -152,7 +152,7 @@ const crudSchemas = reactive<CrudSchema[]>([
},
{
field: 'action',
width: '340px',
width: '400px',
label: t('table.action'),
form: {
show: false