|
@@ -46,10 +46,11 @@ export const locationList = [
|
|
|
];
|
|
|
|
|
|
export function getMonitorComponent() {
|
|
|
- const { sysOrgCode } = useGlobSetting();
|
|
|
-
|
|
|
+
|
|
|
+ const sysOrgCode = 'sdmtjtsgtmk';
|
|
|
let FiberModal;
|
|
|
switch (sysOrgCode) {
|
|
|
+ case 'sdmtjtsgtmk':
|
|
|
case 'sdmtjthlgmk':
|
|
|
FiberModal = defineAsyncComponent(() => import('./modal/fiber.modal.hlg.vue'));
|
|
|
break;
|
|
@@ -533,11 +534,11 @@ export const noWarningArr = [
|
|
|
'bundleDayReport',
|
|
|
'bundleSpyDayReport',
|
|
|
'gate_linkdlfm',
|
|
|
- 'substation_normal'
|
|
|
+ 'substation_normal',
|
|
|
];
|
|
|
export const haveSysDetailArr = ['forcFan', 'pulping'];
|
|
|
|
|
|
export const noHistoryArr = () =>
|
|
|
History_Type['type'] == 'remote'
|
|
|
? ['surface_history', 'majorpath', 'gasDayReport', 'dustDayReport', 'bundleDayReport', 'bundleSpyDayReport', 'gasDay', 'gate_linkdlfm']
|
|
|
- : ['majorpath', 'gasDayReport', 'dustDayReport', 'bundleDayReport', 'bundleSpyDayReport', 'gate_linkdlfm', 'gasDay','substation_normal'];
|
|
|
+ : ['majorpath', 'gasDayReport', 'dustDayReport', 'bundleDayReport', 'bundleSpyDayReport', 'gate_linkdlfm', 'gasDay', 'substation_normal'];
|