|
@@ -67,7 +67,7 @@ export function getMonitorComponent() {
|
|
|
break;
|
|
|
default:
|
|
|
FiberModal = defineAsyncComponent(() => import('./modal/fiber.modal.sw.vue'));
|
|
|
- // FiberModal = defineAsyncComponent(() => import('./modal/fiber.modal.vue'));
|
|
|
+ // FiberModal = defineAsyncComponent(() => import('./modal/fiber.modal.vue'));
|
|
|
// FiberModal = defineAsyncComponent(() => import('./modal/fiber.modal-Gx.vue'));
|
|
|
// FiberModal = defineAsyncComponent(() => import('./modal/fiber.modal.cct.vue'));
|
|
|
}
|
|
@@ -521,11 +521,6 @@ export const haveHandlerArr = [
|
|
|
'spray',
|
|
|
'dustdev',
|
|
|
'gate_linkdlfm',
|
|
|
- 'bundleSpyDayReport',
|
|
|
- 'dustDayReport',
|
|
|
- 'bundleDayReport',
|
|
|
- // 'gasDayReport',
|
|
|
-
|
|
|
// 'firemon',
|
|
|
]; // table无操作
|
|
|
export const noWarningArr = [
|
|
@@ -543,5 +538,5 @@ export const haveSysDetailArr = ['forcFan', 'pulping']; //有场景详情的
|
|
|
// export const haveSysDetailArr = ['']; //有场景详情的
|
|
|
export const noHistoryArr = () =>
|
|
|
History_Type['type'] == 'remote'
|
|
|
- ? ['surface_history', 'majorpath', 'gasDayReport', 'dustDayReport', 'bundleDayReport', 'bundleSpyDayReport', 'gate_linkdlfm']
|
|
|
- : ['majorpath', 'gasDayReport', 'dustDayReport', 'bundleDayReport', 'bundleSpyDayReport', 'gate_linkdlfm'];
|
|
|
+ ? ['surface_history', 'majorpath', 'gasDayReport', 'dustDayReport', 'bundleDayReport', 'bundleSpyDayReport', 'gasDay', 'gate_linkdlfm']
|
|
|
+ : ['majorpath', 'gasDayReport', 'dustDayReport', 'bundleDayReport', 'bundleSpyDayReport', 'gate_linkdlfm', 'gasDay'];
|