update processing,customer and staff
This commit is contained in:
@@ -45,6 +45,10 @@ class Privilege {
|
||||
iconData = MaterialCommunityIcons.inbox_arrow_down;
|
||||
} else if (this.id == privilege_pickup) {
|
||||
iconData = SimpleLineIcons.direction;
|
||||
} else if (this.id == privilege_collect) {
|
||||
iconData = MaterialCommunityIcons.layers;
|
||||
} else if (this.id == privilege_report) {
|
||||
iconData = Feather.file_text;
|
||||
} else {
|
||||
iconData = MaterialCommunityIcons.account_question;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user