Sfoglia il codice sorgente

[Feat 0000] 风门风窗新SVG模型开发

houzekong 3 settimane fa
parent
commit
a03e42874c

File diff suppressed because it is too large
+ 573 - 0
src/views/vent/monitorManager/gateMonitor/components/gateLiangLieSVG.vue


+ 2 - 0
src/views/vent/monitorManager/gateMonitor/gate.data.ts

@@ -428,6 +428,8 @@ export function getModelComponent(is2DModel: boolean = false, type?: string) {
         return getComponent('gateDualSVG');
       case 'fmSp1':
         return getComponent('gateSVG');
+      case 'ddFmLlbd':
+        return getComponent('gateLiangLieSVG');
       case 'fmSsl':
         return getComponent('gateDualSVG');
       default:

File diff suppressed because it is too large
+ 582 - 0
src/views/vent/monitorManager/windowMonitor/components/windowLiangLieBDSVG.vue


File diff suppressed because it is too large
+ 660 - 0
src/views/vent/monitorManager/windowMonitor/components/windowYiLieSVG.vue


+ 6 - 0
src/views/vent/monitorManager/windowMonitor/window.data.ts

@@ -326,7 +326,13 @@ export function getModelComponent(is2DModel: boolean = false, type: string = '')
     // if (!componentsCaches.has('windowDualAdjustSVG')) componentsCaches.set('windowDualAdjustSVG', import('./components/windowDualAdjustSVG.vue')); //小窗风窗
     // if (!componentsCaches.has('windowZDSVG')) componentsCaches.set('windowZDSVG', import('./components/windowZDSVG.vue')); //小窗风窗
     // if (!componentsCaches.has('windowDualZDSVG')) componentsCaches.set('windowDualZDSVG', import('./components/windowDualZDSVG.vue')); //小窗风窗
+    // if (!componentsCaches.has('windowLiangLieBDSVG')) componentsCaches.set('windowLiangLieBDSVG', import('./components/windowLiangLieBDSVG.vue')); //风窗两列扇叶
+    // if (!componentsCaches.has('windowYiLieSVG')) componentsCaches.set('windowYiLieSVG', import('./components/windowYiLieSVG.vue')); //风窗大窗一列扇叶
     switch (type) {
+      case 'ddFcLlsy':
+        return getComponent('windowLiangLieBDSVG');
+      case 'ddFcYlsy':
+        return getComponent('windowYiLieSVG');
       case 'sdFc1':
         return getComponent('windowDualSVG');
       case 'ddFc5':

Some files were not shown because too many files changed in this diff