This commit is contained in:
Taric Xin
2022-01-21 14:47:47 +08:00
parent eed0749612
commit 8d296f1dcf
10 changed files with 13 additions and 69 deletions

View File

@ -126,7 +126,7 @@ export class AuthDrawerComponent implements OnInit {
private initST(): STColumn[] {
return [
{ title: '权限名称', index: 'name' },
{ title: '权限名称', index: 'name', width: 120 },
{ title: '权限编码', index: 'permissionsCode' },
{ title: '权限路径', index: 'permissionsUrl' },
{