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 }} - + /> --> 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,