更新主持人添加开拆测二级菜单
This commit is contained in:
@@ -427,6 +427,18 @@ export const constantRoutes = [
|
||||
name: 'LbDeductionManage',
|
||||
component: () => import('@/views/lb-business/deduction-manage/index'),
|
||||
meta: { title: '抵扣金管理', icon: 'el-icon-wallet' }
|
||||
},
|
||||
{
|
||||
path: 'package-predict',
|
||||
name: 'LbPackagePredict',
|
||||
component: () => import('@/views/lb-business/package-predict/index'),
|
||||
meta: { title: '拆包预测', icon: 'el-icon-box' }
|
||||
},
|
||||
{
|
||||
path: 'order-add-stop',
|
||||
name: 'LbOrderAddStop',
|
||||
component: () => import('@/views/lb-business/order-add-stop/index'),
|
||||
meta: { title: '加单停单', icon: 'el-icon-switch-button' }
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
@@ -297,13 +297,12 @@ export default {
|
||||
{ label: '覃淑恒老师', value: '覃淑恒老师' },
|
||||
{ label: '刘连超老师', value: '刘连超老师' },
|
||||
{ label: '刘兰心老师', value: '刘兰心老师' },
|
||||
{ label: '李海民老师', value: '李海民老师' },
|
||||
{ label: '闫丽娜老师', value: '闫丽娜老师' },
|
||||
{ label: '张凌峰老师', value: '张凌峰老师' },
|
||||
{ label: '张宝凤老师', value: '张宝凤老师' },
|
||||
{ label: '付韾蕊老师', value: '付韾蕊老师' },
|
||||
{ label: '陈晓琴老师', value: '陈晓琴老师' },
|
||||
{ label: '李军 老师', value: '李军 老师' },
|
||||
{ label: '李军老师', value: '李军老师' },
|
||||
{ label: '刘伟翔老师', value: '刘伟翔老师' }
|
||||
],
|
||||
assessmentTeacherOptions: [
|
||||
|
||||
29
src/views/lb-business/order-add-stop/index.vue
Normal file
29
src/views/lb-business/order-add-stop/index.vue
Normal file
@@ -0,0 +1,29 @@
|
||||
<template>
|
||||
<div class="app-container">
|
||||
<el-card shadow="never">
|
||||
<div class="placeholder-title">加单停单</div>
|
||||
<div class="placeholder-desc">
|
||||
页面入口已创建,可在此按业务需求补充加单、停单相关功能。
|
||||
</div>
|
||||
</el-card>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: 'LbOrderAddStop'
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.placeholder-title {
|
||||
font-size: 18px;
|
||||
font-weight: 600;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.placeholder-desc {
|
||||
color: #606266;
|
||||
line-height: 22px;
|
||||
}
|
||||
</style>
|
||||
29
src/views/lb-business/package-predict/index.vue
Normal file
29
src/views/lb-business/package-predict/index.vue
Normal file
@@ -0,0 +1,29 @@
|
||||
<template>
|
||||
<div class="app-container">
|
||||
<el-card shadow="never">
|
||||
<div class="placeholder-title">拆包预测</div>
|
||||
<div class="placeholder-desc">
|
||||
页面入口已创建,可在此按业务需求补充拆包预测相关功能。
|
||||
</div>
|
||||
</el-card>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: 'LbPackagePredict'
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.placeholder-title {
|
||||
font-size: 18px;
|
||||
font-weight: 600;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.placeholder-desc {
|
||||
color: #606266;
|
||||
line-height: 22px;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user