From 2b700d55f3e42344ddd57e4c299ebd4dace1e6bb Mon Sep 17 00:00:00 2001 From: "gao.zhiyuan" Date: Wed, 14 Jun 2023 10:07:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E5=8D=95=E4=BF=A1=E6=81=AF=E6=8F=90?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/client/src/sections/install/nav-item.jsx | 17 +++++++++-------- .../sections/workOrder/containers/preserve.jsx | 2 +- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/web/client/src/sections/install/nav-item.jsx b/web/client/src/sections/install/nav-item.jsx index 261e1c6..ea09e55 100644 --- a/web/client/src/sections/install/nav-item.jsx +++ b/web/client/src/sections/install/nav-item.jsx @@ -25,16 +25,17 @@ export function getNavItem (user, dispatch) { items: [{ itemKey: 'system', to: '/install/mapping/system', text: '系统映射' }] - }, { - itemKey: 'order ', - text: '工单管理', - icon: , - to: '/install/order/setup', - items: [{ - itemKey: 'setup', to: '/install/order/setup', text: '工单设置' - }] }, // { + // itemKey: 'order ', + // text: '工单管理', + // icon: , + // to: '/install/order/setup', + // items: [{ + // itemKey: 'setup', to: '/install/order/setup', text: '工单设置' + // }] + // }, + // { // itemKey: 'relation', // text: '容差管理', // icon: , diff --git a/web/client/src/sections/workOrder/containers/preserve.jsx b/web/client/src/sections/workOrder/containers/preserve.jsx index 5f0c474..7a3b791 100644 --- a/web/client/src/sections/workOrder/containers/preserve.jsx +++ b/web/client/src/sections/workOrder/containers/preserve.jsx @@ -118,7 +118,7 @@ const Rest = (props) => { return
查看详情