|
|
|
@ -67,6 +67,8 @@ export class GetOutOfLineDetailsComponent implements OnInit {
|
|
|
|
|
{ id: 15, name: "烟雾预警", color: "#B4C3FF" }, |
|
|
|
|
{ id: 16, name: "火灾报警", color: "red" }, |
|
|
|
|
{ id: 17, name: "延长工装", color: "blue" }, |
|
|
|
|
{ id: 18, name: "江苏工装", color: "blue" }, |
|
|
|
|
{ id: 19, name: "经理工装", color: "yellow" }, |
|
|
|
|
]; |
|
|
|
|
userName; //登录账号的用户名
|
|
|
|
|
isShowAxOtherRegion; //控制哪些用户可以看到ax全部
|
|
|
|
|