Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ElectricitySheep
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
黄媛媛
ElectricitySheep
Commits
e85faa7f
Commit
e85faa7f
authored
4 years ago
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加后台司导评论
parent
f5644c73
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
412 additions
and
0 deletions
+412
-0
carEvaluation.vue
src/components/orderMan/carEvaluation.vue
+404
-0
evaluationMan.vue
src/components/orderMan/evaluationMan.vue
+2
-0
index.js
src/router/index.js
+6
-0
No files found.
src/components/orderMan/carEvaluation.vue
0 → 100644
View file @
e85faa7f
This diff is collapsed.
Click to expand it.
src/components/orderMan/evaluationMan.vue
View file @
e85faa7f
...
...
@@ -2,6 +2,8 @@
<div
class=
"evalTemplate evaluationMan"
>
<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"
type=
"primary"
>
添加客户评价
</el-button>
<el-button
@
click=
"CommonJump('evaluationTemplate')"
style=
"float:right"
size=
"small"
type=
"primary"
>
回复模板
...
...
This diff is collapsed.
Click to expand it.
src/router/index.js
View file @
e85faa7f
...
...
@@ -566,6 +566,12 @@ export default new Router({
name
:
'evaluationMan'
,
component
:
resolve
=>
require
([
'@/components/orderMan/evaluationMan'
],
resolve
),
},
//订单管理 司导评价
{
path
:
'/carEvaluation'
,
name
:
'carEvaluation'
,
component
:
resolve
=>
require
([
'@/components/orderMan/carEvaluation'
],
resolve
),
},
// 订单管理 客户评价
{
path
:
'/customerEvaluation'
,
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment