瀏覽代碼

[Mod 0000] 类182可配置首页注释更新

houzekong 4 月之前
父節點
當前提交
cd6842a8e1

+ 7 - 7
src/views/vent/home/configurable/configurable.data.ts

@@ -6142,7 +6142,7 @@ export const testConfigVent182: Config[] = [
   {
     deviceType: 'fanmain',
     moduleName: '主通风机系统',
-    pageType: 'vent',
+    pageType: 'vent_182',
     moduleData: {
       header: {
         show: true,
@@ -6213,7 +6213,7 @@ export const testConfigVent182: Config[] = [
   {
     deviceType: 'fanlocal',
     moduleName: '局部通风机系统',
-    pageType: 'vent',
+    pageType: 'vent_182',
     moduleData: {
       header: {
         show: true,
@@ -6288,7 +6288,7 @@ export const testConfigVent182: Config[] = [
   {
     deviceType: '',
     moduleName: '通风设施远程控制',
-    pageType: 'vent',
+    pageType: 'vent_182',
     moduleData: {
       header: {
         show: false,
@@ -6330,7 +6330,7 @@ export const testConfigVent182: Config[] = [
   {
     deviceType: 'sys_wind',
     moduleName: '风量监测',
-    pageType: 'vent',
+    pageType: 'vent_182',
     moduleData: {
       header: {
         show: false,
@@ -6398,7 +6398,7 @@ export const testConfigVent182: Config[] = [
   {
     deviceType: 'sys_majorpath',
     moduleName: '关键通风路线',
-    pageType: 'vent',
+    pageType: 'vent_182',
     moduleData: {
       header: {
         show: true,
@@ -6478,7 +6478,7 @@ export const testConfigVent182: Config[] = [
   {
     deviceType: 'sys_surface_caimei',
     moduleName: '工作面智能监控',
-    pageType: 'vent',
+    pageType: 'vent_182',
     moduleData: {
       header: {
         show: true,
@@ -6561,7 +6561,7 @@ export const testConfigVent182: Config[] = [
   {
     deviceType: 'warn',
     moduleName: '预警监测',
-    pageType: 'vent_realtime',
+    pageType: 'vent_182',
     moduleData: {
       header: {
         show: true,

+ 1 - 0
src/views/vent/home/configurable/vent182.vue

@@ -77,6 +77,7 @@
 </template>
 <script lang="ts" setup>
   // 用来代替该菜单项	vent/monitorManager/deviceMonitor/index	/micro-vent-3dModal/dashboard/analysis
+  // 同时需要更改模型配置,旧配置为 dashboard/Analysis	/dashboard/analysis
   import { onMounted, onUnmounted, ref, watch } from 'vue';
   // import { CaretDownOutlined } from '@ant-design/icons-vue';
   import MonitorBar from './components/MonitorBar.vue';