From 54df47d5b8c4de6d5dbddd05f96bd6add9be78a6 Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期二, 14 十一月 2023 15:03:27 +0800 Subject: [PATCH] 产品模块 增加 在库数量,预测数量,进,出数量,重订货规则1个的时候显示 最小最大,否则显示规则数量 --- src/router/index.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index b4932a3..013fdc1 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -113,10 +113,10 @@ if ((to.path === "/overview/overviewList" || to.path === "/productManage/productList") && to.params.name) { console.log(from, next) to.meta.title = to.params.name - document.title = to.meta.title + // document.title = to.meta.title } else if (to.name === "inboundOutboundDetail") { to.meta.title = "鍑哄叆搴撴槑缁�" - document.title = to.meta.title + // document.title = to.meta.title } }) // router.beforeEach((to, from, next) => { -- Gitblit v1.8.0