From 984eb8d06c1d13a3005d2e2841a53390c2fab49d Mon Sep 17 00:00:00 2001 From: jianjun Date: Fri, 29 Apr 2022 09:50:18 +0800 Subject: [PATCH 01/12] =?UTF-8?q?=E6=88=91=E4=BB=AC=E7=9A=84=E7=94=9F?= =?UTF-8?q?=E4=BA=A7=E5=8E=BB=E6=8E=89=E5=8A=A8=E5=8A=9B=E4=B8=BB=E8=BD=B4?= =?UTF-8?q?=E7=9A=84=E8=8F=9C=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index cb3d34feb..6855ef551 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -223,11 +223,11 @@ router.beforeEach((to, from, next) => { // }); // }); window.SITE_CONFIG["menuShujuList"] = [ - { - url: "/visual/plugin/power/organization", - name: "动力主轴", - id: "5feawfwaefwa577", - }, + // { + // url: "/visual/plugin/power/organization", + // name: "动力主轴", + // id: "5feawfwaefwa577", + // }, { id: "22213213", name: "基础信息", From d1b9c5c7cd00511f30f935107e80765cb9015b15 Mon Sep 17 00:00:00 2001 From: dai <851733175@qq.com> Date: Fri, 29 Apr 2022 10:52:51 +0800 Subject: [PATCH 02/12] =?UTF-8?q?=E4=BF=AE=E5=A4=8Drouter=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/router/index.js b/src/router/index.js index 6855ef551..93f923b38 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -103,7 +103,7 @@ export const moduleShujuRoutes = { component: () => import("@/views/main-shuju/main"), name: "main-shuju", redirect: { - path: "/main-shuju/visual-plugin-power-organization", + path: "/visual/basicinfo/basicInfoMain", }, meta: { title: "主入口布局", From 20a661f168b4dba205fbcb4065e9740313cda313 Mon Sep 17 00:00:00 2001 From: dai <851733175@qq.com> Date: Fri, 29 Apr 2022 14:08:38 +0800 Subject: [PATCH 03/12] =?UTF-8?q?=E5=93=88=E5=93=88=E5=93=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/router/index.js b/src/router/index.js index 93f923b38..1ea5958bd 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -103,7 +103,7 @@ export const moduleShujuRoutes = { component: () => import("@/views/main-shuju/main"), name: "main-shuju", redirect: { - path: "/visual/basicinfo/basicInfoMain", + path: "/main-shuju/visual/basicinfo/basicInfoMain", }, meta: { title: "主入口布局", From 1c7f12f6d2babb404089ef23cb443b02c91d87dc Mon Sep 17 00:00:00 2001 From: dai <851733175@qq.com> Date: Fri, 29 Apr 2022 14:13:21 +0800 Subject: [PATCH 04/12] =?UTF-8?q?=E5=93=88=E5=93=88=E5=93=882?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/router/index.js b/src/router/index.js index 1ea5958bd..6121242cc 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -103,7 +103,7 @@ export const moduleShujuRoutes = { component: () => import("@/views/main-shuju/main"), name: "main-shuju", redirect: { - path: "/main-shuju/visual/basicinfo/basicInfoMain", + path: "/main-shuju/visual-basicinfo-basicInfoMain", }, meta: { title: "主入口布局", From 91ac1f39f47a60375b0007eac87152dd933f5a3c Mon Sep 17 00:00:00 2001 From: dai <851733175@qq.com> Date: Mon, 9 May 2022 14:54:05 +0800 Subject: [PATCH 05/12] 2222 --- .../modules/base/huji/chusheng/cpts/edit.vue | 540 +++++++++++ .../modules/base/huji/chusheng/index.vue | 851 ++++++++++++++++++ 2 files changed, 1391 insertions(+) create mode 100644 src/views/modules/base/huji/chusheng/cpts/edit.vue create mode 100644 src/views/modules/base/huji/chusheng/index.vue diff --git a/src/views/modules/base/huji/chusheng/cpts/edit.vue b/src/views/modules/base/huji/chusheng/cpts/edit.vue new file mode 100644 index 000000000..59ec51c32 --- /dev/null +++ b/src/views/modules/base/huji/chusheng/cpts/edit.vue @@ -0,0 +1,540 @@ + + + + + + + diff --git a/src/views/modules/base/huji/chusheng/index.vue b/src/views/modules/base/huji/chusheng/index.vue new file mode 100644 index 000000000..5b82941bb --- /dev/null +++ b/src/views/modules/base/huji/chusheng/index.vue @@ -0,0 +1,851 @@ + + + + + From 4b1eb2fd5679d1dd8f097307baed35d420d1b60a Mon Sep 17 00:00:00 2001 From: dai <851733175@qq.com> Date: Mon, 9 May 2022 15:30:26 +0800 Subject: [PATCH 06/12] 2222222 --- .../modules/base/huji/chusheng/index.vue | 142 ++++++++++++++---- 1 file changed, 109 insertions(+), 33 deletions(-) diff --git a/src/views/modules/base/huji/chusheng/index.vue b/src/views/modules/base/huji/chusheng/index.vue index 5b82941bb..3ab387f6d 100644 --- a/src/views/modules/base/huji/chusheng/index.vue +++ b/src/views/modules/base/huji/chusheng/index.vue @@ -13,7 +13,7 @@
所属网格
所属房屋
- - + + + @@ -230,9 +238,9 @@ class="resi-table" :height="maxTableHeight" > - + - +