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
查看详情