Commit e85faa7f authored by zhengke's avatar zhengke

增加后台司导评论

parent f5644c73
This diff is collapsed.
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
<div class="evalTemplate evaluationMan"> <div class="evalTemplate evaluationMan">
<div class="head-title"> <div class="head-title">
评价管理 评价管理
<el-button @click="CommonJump('carEvaluation')" style="float:right;margin-left:10px" size="small"
type="primary">添加司导评价</el-button>
<el-button @click="CommonJump('customerEvaluation')" style="float:right;margin-left:10px" size="small" <el-button @click="CommonJump('customerEvaluation')" style="float:right;margin-left:10px" size="small"
type="primary">添加客户评价</el-button> type="primary">添加客户评价</el-button>
<el-button @click="CommonJump('evaluationTemplate')" style="float:right" size="small" type="primary">回复模板 <el-button @click="CommonJump('evaluationTemplate')" style="float:right" size="small" type="primary">回复模板
......
...@@ -566,6 +566,12 @@ export default new Router({ ...@@ -566,6 +566,12 @@ export default new Router({
name: 'evaluationMan', name: 'evaluationMan',
component: resolve => require(['@/components/orderMan/evaluationMan'], resolve), component: resolve => require(['@/components/orderMan/evaluationMan'], resolve),
}, },
//订单管理 司导评价
{
path: '/carEvaluation',
name: 'carEvaluation',
component: resolve => require(['@/components/orderMan/carEvaluation'], resolve),
},
// 订单管理 客户评价 // 订单管理 客户评价
{ {
path: '/customerEvaluation', path: '/customerEvaluation',
......
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