Commit 60269e22 authored by Mac's avatar Mac

1

parent 51fff00c
...@@ -36,4 +36,10 @@ span{ ...@@ -36,4 +36,10 @@ span{
margin-right: 20px; margin-right: 20px;
border: 1px solid #dcdfe6; border: 1px solid #dcdfe6;
border-radius: 4px; border-radius: 4px;
}
.blue {
color: #409eff;
}
.point {
cursor: pointer;
} }
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
...@@ -2464,6 +2464,29 @@ export default { ...@@ -2464,6 +2464,29 @@ export default {
title: '产品编辑' title: '产品编辑'
}, },
}, },
{
path: '/directorOrderList', //司导专区=>订单列表
name: 'directorOrderList',
component: resolve => require(['@/components/TravelManager/Lxy/directorOrderList'], resolve),
meta: {
title: '产品列表'
},
},{
path: '/directorOrderDetails', //司导专区=>订单详情
name: 'directorOrderDetails',
component: resolve => require(['@/components/TravelManager/Lxy/directorOrderDetails'], resolve),
meta: {
title: '订单详情'
},
},{
path: '/directorSetting', //司导专区=>基础设置
name: 'directorSetting',
component: resolve => require(['@/components/TravelManager/Lxy/directorSetting'], resolve),
meta: {
title: '基础设置'
},
},
{ {
path: '/newQuotation_SWT', path: '/newQuotation_SWT',
name: 'newQuotation_SWT', name: 'newQuotation_SWT',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment