Browse Source

工单信息提示

dev
巴林闲侠 2 years ago
parent
commit
2b700d55f3
  1. 17
      web/client/src/sections/install/nav-item.jsx
  2. 2
      web/client/src/sections/workOrder/containers/preserve.jsx

17
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: <iconpark-icon style={{ width: 20, height: 20 }} name="iconjianshezhong"></iconpark-icon>,
to: '/install/order/setup',
items: [{
itemKey: 'setup', to: '/install/order/setup', text: '工单设置'
}]
},
// {
// itemKey: 'order ',
// text: '',
// icon: <iconpark-icon style={{ width: 20, height: 20 }} name="iconjianshezhong"></iconpark-icon>,
// to: '/install/order/setup',
// items: [{
// itemKey: 'setup', to: '/install/order/setup', text: ''
// }]
// },
// {
// itemKey: 'relation',
// text: '',
// icon: <iconpark-icon style={{ width: 20, height: 20 }} name="iconjianshezhong"></iconpark-icon>,

2
web/client/src/sections/workOrder/containers/preserve.jsx

@ -118,7 +118,7 @@ const Rest = (props) => {
return <Tooltip
content={tooltipTitle}
arrowPointAtCenter={false}
position={'topRight'}
position={'left'}
>
<div style={{ width: 60, color: "##F2F3F5", }} >查看详情</div>
</Tooltip>

Loading…
Cancel
Save