From 2c5d9edfc1bf8705ff6290d76af02ee5298ab5e9 Mon Sep 17 00:00:00 2001 From: pengsong <13980968324@163.com> Date: Tue, 21 Nov 2023 21:21:13 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=93=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/page/index/index.vue | 4 +- src/page/index/layout.vue | 4 +- src/router/avue-router.js | 5 +- src/router/index.js | 1 + src/router/views/index.js | 27 +-- src/store/getters.js | 5 +- .../distributionDeliveryListmar.vue | 188 +++++------------- 7 files changed, 77 insertions(+), 157 deletions(-) diff --git a/src/page/index/index.vue b/src/page/index/index.vue index f37d7e8e..f4890d9a 100644 --- a/src/page/index/index.vue +++ b/src/page/index/index.vue @@ -15,9 +15,9 @@
- + - +
diff --git a/src/page/index/layout.vue b/src/page/index/layout.vue index 5bf76e38..0439730f 100644 --- a/src/page/index/layout.vue +++ b/src/page/index/layout.vue @@ -1,7 +1,7 @@ diff --git a/src/router/avue-router.js b/src/router/avue-router.js index 890875fe..dad12da4 100644 --- a/src/router/avue-router.js +++ b/src/router/avue-router.js @@ -58,7 +58,6 @@ RouterPlugin.install = function (option = {}) { if (option.keepAlive) { meta.keepAlive = option.keepAlive; } - const isChild = !!(children && children.length !== 0); const oRouter = { path: path, @@ -132,7 +131,7 @@ export const formatPath = (ele, first) => { const propsDefault = website.menu; const icon = ele[propsDefault.icon]; ele[propsDefault.icon] = !icon ? propsDefault.iconDefault : icon; - ele.meta = { keepAlive: ele.isOpen === 2 }; + ele.meta = { keepAlive: ele.isOpen == 2 }; const iframeComponent = 'components/iframe/main'; const iframeSrc = href => { return href.replace(/&/g, '#'); @@ -149,7 +148,7 @@ export const formatPath = (ele, first) => { ele[propsDefault.children] && ele[propsDefault.children].forEach(child => { child.component = 'views' + child[propsDefault.path]; - child.meta = { keepAlive: child.isOpen === 2 }; + child.meta = { keepAlive: child.isOpen == 2 }; if (isURL(child[propsDefault.href])) { let href = child[propsDefault.href]; child[propsDefault.path] = ele[propsDefault.path] + '/' + child.code; diff --git a/src/router/index.js b/src/router/index.js index 8257099d..7fab1ed4 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -14,6 +14,7 @@ AvueRouter.install({ store: Store, router: Router, i18n: i18n, + keepAlive: true }); Router.$avueRouter.formatRoutes(Store.getters.menuAll, true); diff --git a/src/router/views/index.js b/src/router/views/index.js index 0686d4d4..9bcc642b 100644 --- a/src/router/views/index.js +++ b/src/router/views/index.js @@ -688,6 +688,7 @@ export default [ name: '配送查看', meta: { i18n: 'dict', + keepAlive:true }, props: route => ({ name: route.query.name, @@ -1051,20 +1052,20 @@ export default [ }, ], }, -// 下面的代码为 商场客户端的页面 + // 下面的代码为 商场客户端的页面 -{ - path: '/mail/order/add', - component: Layout, - redirect: '/mail/order/add', - children: [ - { - path: '/mail/order/add', - name: '新建商场预约单', - component: () => import('@/views/mail/order/add.vue'), - }, - ], -}, + { + path: '/mail/order/add', + component: Layout, + redirect: '/mail/order/add', + children: [ + { + path: '/mail/order/add', + name: '新建商场预约单', + component: () => import('@/views/mail/order/add.vue'), + }, + ], + }, // { diff --git a/src/store/getters.js b/src/store/getters.js index 421bcc1a..bdb7f1fd 100644 --- a/src/store/getters.js +++ b/src/store/getters.js @@ -15,15 +15,12 @@ const getters = { lockPasswd: state => state.common.lockPasswd, tagList: state => state.tags.tagList, tagsKeep: (state, getters) => { + console.log(getters.tagList,'-----') return getters.tagList .filter(ele => { return (ele.meta || {}).keepAlive; }) .map(ele => { - console.log('ele :>> ', ele); - const path = ele.path; - const reg = new RegExp(path, 'g'); - console.log('reg', reg); return ele.fullPath; }); }, diff --git a/src/views/distribution/deliverylist/distributionDeliveryListmar.vue b/src/views/distribution/deliverylist/distributionDeliveryListmar.vue index 2451068d..40f1e28c 100644 --- a/src/views/distribution/deliverylist/distributionDeliveryListmar.vue +++ b/src/views/distribution/deliverylist/distributionDeliveryListmar.vue @@ -33,34 +33,14 @@ - - + + - - + + @@ -104,12 +84,9 @@
- 批量打印 + 批量打印 - 导出 + 导出
@@ -122,29 +99,15 @@ - + @@ -182,17 +145,9 @@
勾选数量: {{ selectionList.length }}
- +
@@ -219,80 +174,34 @@
- + - {{ item.dictValue }} -  件数: - + {{ item.dictValue }} +  件数: + - 公里: - + 公里: + - 距离: - + 距离: + - 人数: - + 人数: + - 楼层: - + 楼层: + - 预计费用: - + 预计费用: + @@ -305,12 +214,8 @@ - + +