Add role page.

This commit is contained in:
Yang Luo
2022-01-01 15:11:16 +08:00
parent 2d4103d751
commit ff22bf507f
16 changed files with 842 additions and 23 deletions

View File

@ -590,7 +590,7 @@ export function getNewRowNameForTable(table, rowName) {
}
export function getTagColor(s) {
return "success";
return "processing";
}
export function getTags(tags) {