浏览代码

[Feat 0000] 新增石圪台光纤测温监测页面

hongrunxia 1 月之前
父节点
当前提交
fb3d10b740
共有 1 个文件被更改,包括 5 次插入4 次删除
  1. 5 4
      src/views/vent/monitorManager/deviceMonitor/components/device/device.data.ts

+ 5 - 4
src/views/vent/monitorManager/deviceMonitor/components/device/device.data.ts

@@ -46,10 +46,11 @@ export const locationList = [
 ];
 
 export function getMonitorComponent() {
-  const { sysOrgCode } = useGlobSetting();
-  // const sysOrgCode = 'sdmtjtcctmk';
+  // 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 haveSysDetailArr = ['']; //有场景详情的
 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'];