|
@@ -72,14 +72,15 @@ export function getMonitorComponent() {
|
|
|
case 'sdmtjtyjlmk': //榆家梁
|
|
|
case 'sdmtjtcctmk': //榆家梁
|
|
|
case 'sdmtjtswmk': //上湾
|
|
|
+ case 'zmhjhzmy': // 韩咀
|
|
|
FiberModal = defineAsyncComponent(() => import('./modal/fiber.modal.sw.vue'));
|
|
|
break;
|
|
|
- case 'sdmtjtwlmlmk': //乌兰木伦
|
|
|
+ case 'sdmtjtwlmlmk': //乌兰木伦
|
|
|
FiberModal = defineAsyncComponent(() => import('./modal/fiber.modal.wlml.vue'));
|
|
|
break;
|
|
|
default:
|
|
|
- FiberModal = defineAsyncComponent(() => import('./modal/fiber.modal.wlml.vue'));
|
|
|
- // FiberModal = defineAsyncComponent(() => import('./modal/fiber.modal.sw.vue'));
|
|
|
+ // FiberModal = defineAsyncComponent(() => import('./modal/fiber.modal.wlml.vue'));
|
|
|
+ FiberModal = defineAsyncComponent(() => import('./modal/fiber.modal.sw.vue'));
|
|
|
// FiberModal = defineAsyncComponent(() => import('./modal/fiber.modal.vue'));
|
|
|
// FiberModal = defineAsyncComponent(() => import('./modal/fiber.modal-Gx.vue'));
|
|
|
// FiberModal = defineAsyncComponent(() => import('./modal/fiber.modal.cct.vue'));
|
|
@@ -92,7 +93,7 @@ export function getMonitorComponent() {
|
|
|
const GaspatrolModal = defineAsyncComponent(() => import('./modal/gaspatrol.modal.vue'));
|
|
|
const WisdomBallModal = defineAsyncComponent(() => import('./modal/wisdomball.modal.vue'));
|
|
|
|
|
|
- return {FiremonModal, FiberModal, BundleModal, DustModal, BallvalveModal, AtomizingModal, GaspatrolModal, WisdomBallModal };
|
|
|
+ return { FiremonModal, FiberModal, BundleModal, DustModal, BallvalveModal, AtomizingModal, GaspatrolModal, WisdomBallModal };
|
|
|
}
|
|
|
|
|
|
export const chartsColumnList = [
|