Browse Source

[完善]新增预警类型

test-assets
邵佳豪 1 year ago
parent
commit
1722ad6151
  1. 1
      src/app/pages/today-warning/get-out-of-line-details/get-out-of-line-details.component.ts

1
src/app/pages/today-warning/get-out-of-line-details/get-out-of-line-details.component.ts

@ -69,6 +69,7 @@ export class GetOutOfLineDetailsComponent implements OnInit {
{ id: 17, name: "延长工装", color: "blue" },
{ id: 18, name: "江苏工装", color: "blue" },
{ id: 19, name: "经理工装", color: "yellow" },
{ id: 20, name: "江苏道达尔工装", color: "yellow" },
];
userName; //登录账号的用户名
isShowAxOtherRegion; //控制哪些用户可以看到ax全部

Loading…
Cancel
Save