ソースを参照

[Mod 0000] 瓦斯管道故障诊断根据矿进行显示隐藏

hongrunxia 2 日 前
コミット
5cd7c2c7c3

+ 3 - 3
src/components/Table/src/hooks/useCustomSelection.tsx

@@ -152,7 +152,7 @@ export function useCustomSelection(
     if (bodyEl.value) {
       // 监听div高度变化
       bodyResizeObserver = new ResizeObserver((entries) => {
-        for (let entry of entries) {
+        for (const entry of entries) {
           if (entry.target === bodyEl.value && entry.contentRect) {
             const { height } = entry.contentRect;
             bodyHeight.value = Math.ceil(height);
@@ -204,7 +204,7 @@ export function useCustomSelection(
       }
       let showCount = 0;
       // 最小选中数量
-      let minSelect = 100;
+      const minSelect = 100;
       const hidden: Recordable[] = [];
       flattedData.value.forEach((item, index, array) => {
         if (array.length > 120) {
@@ -254,7 +254,7 @@ export function useCustomSelection(
             setTimeout(() => {
               emitChange();
               // update-begin--author:liaozhiyang---date:20230811---for:【QQYUN-5687】批量选择,提示成功后,又来一个提示
-              setTimeout(() =>resolve(), 0);
+              setTimeout(() => resolve(), 0);
               // update-end--author:liaozhiyang---date:20230811---for:【QQYUN-5687】批量选择,提示成功后,又来一个提示
             }, 500);
           }

+ 2 - 2
src/design/ant/index.less

@@ -14,11 +14,11 @@
     display: unset;
   }
 }
-//update-begin---author:scott ---date:2023-08-28  for����QQYUN-6374��UnoCSS���windicss����Ӧ����ʽ����--
+//update-begin---author:scott ---date:2023-08-28  for锟斤拷锟斤拷QQYUN-6374锟斤拷UnoCSS锟斤拷锟絯indicss锟斤拷锟斤拷应锟斤拷锟斤拷式锟斤拷锟斤拷--
 /*span.anticon:not(.app-iconify) {
   vertical-align: 0.125em !important;
 }*/
-//update-end---author:scott ---date::2023-08-28  for����QQYUN-6374��UnoCSS���windicss����Ӧ����ʽ����--
+//update-end---author:scott ---date::2023-08-28  for锟斤拷锟斤拷QQYUN-6374锟斤拷UnoCSS锟斤拷锟絯indicss锟斤拷锟斤拷应锟斤拷锟斤拷式锟斤拷锟斤拷--
 
 .@{ventSpace}-back-top {
   right: 20px;

+ 3 - 14
src/design/themify/dark.less

@@ -1,40 +1,32 @@
 html[data-theme='dark2'] {
   --vent-primary-color: #1580cc;
-
   --vent-header-bg-color: linear-gradient(#005177, #0a344c);
-
   --vent-btn-primary-hover-color: #389bd9;
   --vent-btn-primary-focus-color: #1c638a99;
   --vent-btn-primary-color: #1c638a;
   --vent-btn-primary-border-color: #56b3c96b;
-
   --vent-table-thead: #3d9dd45d;
   --vent-table-thead-border: #91e9fe;
   --vent-table-hover: #0dc3ff22;
   --vent-table-no-hover: #00bfff10;
   --vent-table-action-link: #00e7ff;
-
   --vent-modal-title: #39e9fe;
   --vent-modal-border: #04bdaa;
   --vent-modal-bg: #0042ab22;
   --vent-modal-box-shadow: #2b87ff;
   --vent-modal-bg2: linear-gradient(#2cd1ff55, #1eb0ff55);
-
   --vent-tabs-bg: linear-gradient(#0091aa33, #2081ff11);
   --vent-tabs-table-thead: #3d9dd433;
   --vent-tabs-action-link: #28f3f3;
-
   --vent-form-item-border: #3ad8ff77;
-
   --vent-text-base: #ddd;
   --vent-base-color: #09172c;
   --vent-base-border: #5cfaff;
   --vent-base-light-bg: #60f4ff;
   --vent-base-light-bg-opcity: #60f4ff55;
-  --vent-transparent: #ffffff00;
-  --vent-font-color: #ffffff;
+  --vent-transparent: #fff0;
+  --vent-font-color: #fff;
   --vent-font-action-link: #7af5ff;
-
   --vent-configurable-bg: #09316a;
   --vent-configurable-module-bg: #3df6ff11;
   --vent-configurable-original-module-bg: #3df6ff15;
@@ -43,7 +35,6 @@ html[data-theme='dark2'] {
   --vent-configurable-home-bg-img: linear-gradient(to top, #39a3ff00, #0091ff99);
   --vent-configurable-home-timeline: linear-gradient(to top, #39a3ff00, #0091ff99, #39a3ff00);
   --vent-configurable-home-light-border: #3df6ff;
-
   --vent-gas-list-item-bg-img: linear-gradient(to right, #39a3ff55, #3977e500);
   --vent-gas-tab-bg: #10427a;
   --vent-gas-tab-bg-avtived: #166ab5;
@@ -51,12 +42,10 @@ html[data-theme='dark2'] {
   --vent-gas-primary-text: #00c8d9;
   --vent-gas-primary-bg: #1673bf;
   --vent-gas-primary-trasparent-bg: #0091ff12;
-
   --vent-device-manager-box-border: #44d3ff70;
-  --vent-device-manager-box-bg: #ffffff11;
+  --vent-device-manager-box-bg: #fff1;
   --vent-device-manager-control-btn: linear-gradient(#1fa6cb, #127cb5);
   --vent-device-manager-control-btn-hover: linear-gradient(#2cd1ff55, #1eb0ff55);
-
   --vent-warn-tab-bg: #0f376ccc;
   --vent-warn-tab-border: #166ab5;
   --vent-warn-tab-bg-actived: #209dfc;

+ 1 - 1
src/utils/threejs/useThree.ts

@@ -13,10 +13,10 @@ import Stats from 'three/examples/jsm/libs/stats.module.js';
 import { useModelStore } from '/@/store/modules/threejs';
 import TWEEN from 'three/examples/jsm/libs/tween.module.js';
 import { RGBELoader } from 'three/examples/jsm/loaders/RGBELoader.js';
-import { useGlobSetting } from '/@/hooks/setting';
 import { getList } from '@/views/vent/sys/resources/file.api';
 import { saveModel } from '/@/utils/threejs/util';
 
+import { useGlobSetting } from '/@/hooks/setting';
 const globSetting = useGlobSetting();
 const baseApiUrl = globSetting.domainUrl;
 

+ 1 - 1
src/views/system/checkRule/check.rule.data.ts

@@ -74,7 +74,7 @@ export const formSchema: FormSchema[] = [
               if (!value) {
                 return reject('请输入规则编码!');
               }
-              let params = {
+              const params = {
                 tableName: 'sys_check_rule',
                 fieldName: 'rule_code',
                 fieldVal: value,

+ 2 - 2
src/views/vent/monitorManager/alarmMonitor/common.data.ts

@@ -155,8 +155,8 @@ export const typeMenuList = [{ name: '内因火灾' }, { name: '外因火灾' },
 export const typeMenuListTf = [{ name: '通风监测' }, { name: '巷道阻力分析' }];
 //瓦斯监测菜单列表
 export function getMonitorComponent() {
-  // const { sysOrgCode } = useGlobSetting();
-  const sysOrgCode = 'sdmtjtbdmk';
+  const { sysOrgCode } = useGlobSetting();
+  // const sysOrgCode = 'sdmtjtbdmk';
   let typeMenuListGas;
   switch (sysOrgCode) {
     case 'sdmtjtbetmk': //布尔台

+ 48 - 50
src/views/vent/monitorManager/comment/stationTable.vue

@@ -1,82 +1,80 @@
 <template>
-    <div class="stationTable">
-        <div class="content-area">
-            <a-table :columns="stationColumns" size="small" :data-source="stationTableData" class="tableW"
-                :pagination="false" :scroll="{ y: 620 }">
-                <template #action="{ record }">
-                    <a class="table-action-link" @click="handlerDetail(record)">详情</a>
-                    <a class="table-action-link" @click="handlerLocation(record)">定位</a>
-                </template>
-            </a-table>
-        </div>
+  <div class="stationTable">
+    <div class="content-area">
+      <a-table :columns="stationColumns" size="small" :data-source="stationTableData" class="tableW" :pagination="false" :scroll="{ y: 620 }">
+        <template #action="{ record }">
+          <a class="table-action-link" @click="handlerDetail(record)">详情</a>
+          <a class="table-action-link" @click="handlerLocation(record)">定位</a>
+        </template>
+      </a-table>
     </div>
+  </div>
 </template>
 
 <script setup lang="ts">
-import { ref, reactive, onMounted, watch,defineExpose } from 'vue';
-import { stationColumns } from './comment.data';
-import {getListAll,} from '../deviceMonitor/components/device/device.api';
+  import { ref, reactive, onMounted, watch, defineExpose } from 'vue';
+  import { stationColumns } from './comment.data';
+  import { getListAll } from '../deviceMonitor/components/device/device.api';
 
-let stationTableData = ref<any[]>([]);
-let $emit = defineEmits(['locate','stationDetail']);
-//定位
-function handlerLocation(record) {
+  let stationTableData = ref<any[]>([]);
+  let $emit = defineEmits(['locate', 'stationDetail']);
+  //定位
+  function handlerLocation(record) {
     $emit('locate', record);
-}
-//查看详情
-function handlerDetail(record){
+  }
+  //查看详情
+  function handlerDetail(record) {
     $emit('stationDetail', record);
-}
-//查询分站列表
-async function getStationList() {
+  }
+  //查询分站列表
+  async function getStationList() {
     let res = await getListAll();
     res.forEach((el) => {
-        el.key = el.id;
-        el.linkstatusC = el.linkstatus ? '连接' : '断开';
-        el.gdmsC = el.gdms == '1' ? '直流供电' : el.gdms == '0' ? '交流供电' : '';
+      el.key = el.id;
+      el.linkstatusC = el.linkstatus ? '连接' : '断开';
+      el.gdmsC = el.gdms == '1' ? '直流供电' : el.gdms == '0' ? '交流供电' : '';
     });
     stationTableData.value = res;
-}
-defineExpose({ getStationList })
-onMounted(() => { });
+  }
+  defineExpose({ getStationList });
+  onMounted(() => {});
 </script>
 
 <style lang="less" scoped>
-@ventSpace: zxm;
-
-.stationTable {
+  @ventSpace: zxm;
 
+  .stationTable {
     .zxm-picker,
     .zxm-input {
-        border: 1px solid #3ad8ff77;
-        background-color: #ffffff00;
-        color: #fff;
+      border: 1px solid #3ad8ff77;
+      background-color: #ffffff00;
+      color: #fff;
     }
-}
+  }
 
-:deep(.@{ventSpace}-table-body) {
+  :deep(.@{ventSpace}-table-body) {
     height: auto !important;
 
-    tr>td {
-        background: #ffffff00 !important;
+    tr > td {
+      background: #ffffff00 !important;
     }
 
     tr.@{ventSpace}-table-row-selected {
-        td {
-            background: #007cc415 !important;
-        }
+      td {
+        background: #007cc415 !important;
+      }
     }
-}
+  }
 
-:deep(.jeecg-basic-table .@{ventSpace}-table-wrapper .@{ventSpace}-table-title) {
+  :deep(.jeecg-basic-table .@{ventSpace}-table-wrapper .@{ventSpace}-table-title) {
     min-height: 0;
-}
+  }
 
-:deep(.@{ventSpace}-pagination) {
+  :deep(.@{ventSpace}-pagination) {
     margin-right: 20px !important;
-}
+  }
 
-:deep(.zxm-table-thead > tr > th:last-child) {
+  :deep(.zxm-table-thead > tr > th:last-child) {
     border-right: 1px solid #91e9fe55 !important;
-}
-</style>
+  }
+</style>