|
@@ -307,13 +307,14 @@ export const chartsColumns = [
|
|
|
export function getModelComponent(is2DModel: boolean = false, sysOrgCode?: string) {
|
|
|
// @ts-ignore
|
|
|
return defineAsyncComponent(() => {
|
|
|
- // return import('./components/windowDualSVG.vue');
|
|
|
if (!is2DModel) return import('./components/entryThree.vue');
|
|
|
switch (sysOrgCode) {
|
|
|
// case '000000':
|
|
|
// return import('./components/000000.vue');
|
|
|
+ // return import('./components/windowDualSVG.vue');
|
|
|
default:
|
|
|
- return import('./components/windowSVG.vue');
|
|
|
+ return import('./components/windowDualSVG.vue');
|
|
|
+ // return import('./components/windowSVG.vue');
|
|
|
}
|
|
|
});
|
|
|
}
|