From b373840eba0f163ecbdb471fd2206c539e995199 Mon Sep 17 00:00:00 2001 From: yangan <yangan0921@163.com> Date: 星期四, 19 十二月 2024 17:37:50 +0800 Subject: [PATCH] feat:库管发运日计划更改显示 --- store/index.js | 25 +++++++++++++------------ 1 files changed, 13 insertions(+), 12 deletions(-) diff --git a/store/index.js b/store/index.js index 5de4632..d206873 100644 --- a/store/index.js +++ b/store/index.js @@ -157,18 +157,18 @@ // #endif text: '棣栭〉' }, - // { - // pagePath: 'pages/loadUnload-page/historyOrder/index', - // //#ifdef MP-WEIXIN - // iconPath: '../../static/tabBar-icon/home.png', - // selectedIconPath: '../../static/tabBar-icon/homeblue.png', - // // #endif - // //#ifdef H5 - // iconPath: '/static/tabBar-icon/home.png', - // selectedIconPath: '/static/tabBar-icon/homeblue.png', - // // #endif - // text: '鍘嗗彶鏀跺彂鍗�' - // }, + { + pagePath: 'pages/loadUnload-page/historyOrder/index', + //#ifdef MP-WEIXIN + iconPath: '../../static/tabBar-icon/home.png', + selectedIconPath: '../../static/tabBar-icon/homeblue.png', + // #endif + //#ifdef H5 + iconPath: '/static/tabBar-icon/home.png', + selectedIconPath: '/static/tabBar-icon/homeblue.png', + // #endif + text: '鍘嗗彶鏀跺彂鍗�' + }, { pagePath: 'pages/loadUnload-page/orderPlanList/index', //#ifdef MP-WEIXIN @@ -315,6 +315,7 @@ filedId:'', //鍦哄湴id bunkerList:'', //浠撳簱list samplingPersonList:'', //閲囨牱鍛榣ist + pvcIdList:['1818242458023153665'], }, mutations: { setUserInfo(state, identity) { -- Gitblit v1.9.1