From 42d7ca303a1245af7a6a88681613fda0cdd2cf89 Mon Sep 17 00:00:00 2001 From: liaoboping <344114999@qq.com> Date: Sat, 20 Sep 2025 18:06:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=9D=E9=9A=9C=E6=B5=81=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 + src/config/router.config.js | 4 + src/views/functional/guaranteeProcess.vue | 50 ++ src/views/subsystem/display/index.vue | 28 +- .../subsystem/model/components/BzTask.vue | 233 --------- src/views/subsystem/model/components/Jcsx.vue | 446 ------------------ .../model/components/LonLatInput.vue | 143 ------ src/views/subsystem/model/components/Zzxd.vue | 166 ------- src/views/subsystem/model/index.vue | 406 +++++----------- src/views/subsystem/scene/index.vue | 2 +- src/views/subsystem/scene/presetting.vue | 36 +- vue.config.js | 2 +- 12 files changed, 199 insertions(+), 1319 deletions(-) create mode 100644 src/views/functional/guaranteeProcess.vue delete mode 100644 src/views/subsystem/model/components/BzTask.vue delete mode 100644 src/views/subsystem/model/components/Jcsx.vue delete mode 100644 src/views/subsystem/model/components/LonLatInput.vue delete mode 100644 src/views/subsystem/model/components/Zzxd.vue diff --git a/package.json b/package.json index 1929fa6..09c7d87 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,7 @@ "dependencies": { "@ant-design-vue/pro-layout": "^1.0.11", "@antv/data-set": "^0.10.2", + "@mermaid-js/parser": "^0.6.2", "@wangeditor/editor": "^5.1.23", "@wangeditor/editor-for-vue": "^1.0.2", "ant-design-vue": "^1.7.8", @@ -31,6 +32,7 @@ "lodash.get": "^4.4.2", "lodash.pick": "^4.4.0", "md5": "^2.3.0", + "mermaid": "^11.12.0", "mockjs2": "1.0.8", "moment": "^2.29.2", "nprogress": "^0.2.0", diff --git a/src/config/router.config.js b/src/config/router.config.js index 20592aa..50ef7c1 100644 --- a/src/config/router.config.js +++ b/src/config/router.config.js @@ -108,6 +108,10 @@ export const constantRouterMap = [ // }, ], }, + { + path: '/guaranteeProcess', + component: () => import(/* webpackChunkName: "fail" */ '@/views/functional/guaranteeProcess.vue'), + }, { path: '/404', component: () => import(/* webpackChunkName: "fail" */ '@/views/exception/404'), diff --git a/src/views/functional/guaranteeProcess.vue b/src/views/functional/guaranteeProcess.vue new file mode 100644 index 0000000..3847d2c --- /dev/null +++ b/src/views/functional/guaranteeProcess.vue @@ -0,0 +1,50 @@ + + + + + diff --git a/src/views/subsystem/display/index.vue b/src/views/subsystem/display/index.vue index de1bf02..980af89 100644 --- a/src/views/subsystem/display/index.vue +++ b/src/views/subsystem/display/index.vue @@ -17,8 +17,6 @@ - - diff --git a/src/views/subsystem/model/components/Jcsx.vue b/src/views/subsystem/model/components/Jcsx.vue deleted file mode 100644 index d9adf07..0000000 --- a/src/views/subsystem/model/components/Jcsx.vue +++ /dev/null @@ -1,446 +0,0 @@ - - - - - - diff --git a/src/views/subsystem/model/components/LonLatInput.vue b/src/views/subsystem/model/components/LonLatInput.vue deleted file mode 100644 index 43fe543..0000000 --- a/src/views/subsystem/model/components/LonLatInput.vue +++ /dev/null @@ -1,143 +0,0 @@ - - - - - diff --git a/src/views/subsystem/model/components/Zzxd.vue b/src/views/subsystem/model/components/Zzxd.vue deleted file mode 100644 index f5337f0..0000000 --- a/src/views/subsystem/model/components/Zzxd.vue +++ /dev/null @@ -1,166 +0,0 @@ - - - - - diff --git a/src/views/subsystem/model/index.vue b/src/views/subsystem/model/index.vue index ab4b818..53ff143 100644 --- a/src/views/subsystem/model/index.vue +++ b/src/views/subsystem/model/index.vue @@ -1,9 +1,9 @@