From 20bb9dbb0c695ff20d9e2741dfec8fb850ef6ab0 Mon Sep 17 00:00:00 2001 From: qb <1191961160@qq.com> Date: Fri, 3 Nov 2023 10:50:27 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=B6=88=E9=99=A4=E8=A1=A8=E6=A0=BC?= =?UTF-8?q?=E5=A4=8D=E5=88=B6=E5=B0=8F=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/tablecmt/tablecmt.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/tablecmt/tablecmt.vue b/src/components/tablecmt/tablecmt.vue index a26a41b9..733cd235 100644 --- a/src/components/tablecmt/tablecmt.vue +++ b/src/components/tablecmt/tablecmt.vue @@ -160,9 +160,9 @@ {{ column.label }} - + /> --> From 35d86ce56117c1fa349b2a90311c39ce08ded612 Mon Sep 17 00:00:00 2001 From: "pref_mail@163.com" <123456> Date: Fri, 3 Nov 2023 10:52:40 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E9=9A=90=E8=97=8F=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E5=92=8C=E4=BF=AE=E6=94=B9=E6=89=93=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/page/index/index.vue | 4 ++-- src/router/views/index.js | 48 +++++++++++++++++++-------------------- 2 files changed, 26 insertions(+), 26 deletions(-) diff --git a/src/page/index/index.vue b/src/page/index/index.vue index c8bccd12..39325644 100644 --- a/src/page/index/index.vue +++ b/src/page/index/index.vue @@ -16,9 +16,9 @@
- + - +
diff --git a/src/router/views/index.js b/src/router/views/index.js index d34332c6..d0fc1365 100644 --- a/src/router/views/index.js +++ b/src/router/views/index.js @@ -1035,30 +1035,30 @@ export default [ }, ], }, - { - path: '/distribution/turndelivery/devtmp', - component: Layout, - redirect: '/distribution/turndelivery/devtmp', - children: [ - { - path: '/distribution/turndelivery/devtmp', - name: '商配计划重构', - component: () => import('@/views/distribution/turndelivery/devtmp.vue'), - }, - ], - }, - { - path: '/distribution/signfor//devtmp', - component: Layout, - redirect: '/distribution/signfor//devtmp', - children: [ - { - path: '/distribution/signfor//devtmp', - name: '签收明细重构', - component: () => import('@/views/distribution/signfor//devtmp.vue'), - }, - ], - }, + // { + // path: '/distribution/turndelivery/devtmp', + // component: Layout, + // redirect: '/distribution/turndelivery/devtmp', + // children: [ + // { + // path: '/distribution/turndelivery/devtmp', + // name: '商配计划重构', + // component: () => import('@/views/distribution/turndelivery/devtmp.vue'), + // }, + // ], + // }, + // { + // path: '/distribution/signfor//devtmp', + // component: Layout, + // redirect: '/distribution/signfor//devtmp', + // children: [ + // { + // path: '/distribution/signfor//devtmp', + // name: '签收明细重构', + // component: () => import('@/views/distribution/signfor//devtmp.vue'), + // }, + // ], + // }, // { // path: 'basicdata/goodsShelf/basicdataGoodsShelfView', // component: Layout,