This commit is contained in:
2022-03-02 17:09:58 +00:00
parent e5ce1f8e7b
commit 03b875125d

View File

@@ -6,7 +6,13 @@ const role = authorizationroles.AUTHORIZATION_ROLES;
export default {
registry: [
{
roles: [role.Tech, role.TechRestricted],
roles: [
role.BizAdmin,
role.BizAdminRestricted,
role.ServiceRestricted,
role.Service,
role.Accounting
],
title: "DashboardOverdueAll",
icon: "$ayiListAlt",
type: "GzDashWorkorderOverdueAllList",