Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
cdbf4e28
Commit
cdbf4e28
authored
May 22, 2025
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
车评价调整
parent
34d6fc20
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
79 additions
and
32 deletions
+79
-32
dmcTotalTable.vue
src/components/dmc/manager/dmcTotalTable.vue
+79
-32
No files found.
src/components/dmc/manager/dmcTotalTable.vue
View file @
cdbf4e28
...
...
@@ -428,43 +428,89 @@
<div
class=
"daysInforFor"
v-for=
"(item,index) in daysInfor"
:key=
"index"
>
<div
class=
"daysInforTitle"
>
{{
item
.
CommentName
}}
</div>
<div
class=
"daysInforCenter"
>
<div
class=
"daysInforCBox"
v-for=
"(child,childIndex) in item.SourceList"
:key=
"childIndex"
>
<div
class=
"daysInforCBox-left"
>
<el-image
:src=
"child.CommentImg"
:preview-src-list=
"[child.CommentImg]"
>
</el-image>
</div>
<div
class=
"daysInforCBox-right"
>
<div
class=
"daysInforCBox-r-title"
>
{{
child
.
SourceName
?
child
.
SourceName
:
'-'
}}
<span
style=
"color: #4BCA81;"
v-if=
"child.DetailsId>0"
>
√
</span>
<span
class=
"colorE95252"
v-else
>
x
</span>
<template
v-for=
"(child,childIndex) in item.SourceList"
>
<div
class=
"daysInforCBox"
:key=
"`d`+childIndex"
>
<div
class=
"daysInforCBox-left"
>
<el-image
:src=
"child.CommentImg"
:preview-src-list=
"[child.CommentImg]"
>
</el-image>
</div>
<div
class=
"daysInforCBox-r-addr"
>
<template
v-if=
"child.CommentType!=4"
>
地址:
</
template
>
{{ child.Address?child.Address:'-' }}
</div>
<div
v-if=
"child.Score"
class=
"daysInforCBox-r-score"
>
<span
class=
"daysInforCBox-r-scoret"
>
评分:
</span>
<el-rate
v-model=
"child.Score"
disabled
text-color=
"#ff9900"
>
</el-rate>
<span
style=
"color: #ff9900;"
>
{{child.Score.toFixed(1)}}
</span>
<div
class=
"daysInforCBox-right"
>
<div
class=
"daysInforCBox-r-title"
>
{{
child
.
SourceName
?
child
.
SourceName
:
'-'
}}
<span
style=
"color: #4BCA81;"
v-if=
"child.DetailsId>0"
>
√
</span>
<span
class=
"colorE95252"
v-else
>
x
</span>
</div>
<div
class=
"daysInforCBox-r-addr"
>
<template
v-if=
"child.CommentType!=4"
>
地址:
</
template
>
<
template
v-else
>
司机:
</
template
>
{{ child.Address?child.Address:'-' }}
</div>
<div
v-if=
"child.Score"
class=
"daysInforCBox-r-score"
>
<span
class=
"daysInforCBox-r-scoret"
>
评分:
</span>
<el-rate
v-model=
"child.Score"
disabled
text-color=
"#ff9900"
>
</el-rate>
<span
style=
"color: #ff9900;"
>
{{child.Score.toFixed(1)}}
</span>
</div>
</div>
<div
class=
"daysInforCBox-right"
>
<div
class=
"daysInforCBox-r-info"
>
评价:{{ child.Info?child.Info:'-' }}
</div>
<div
class=
"ImgListBox"
>
<div
v-for=
"(items,indexs) in child.ImgList"
:key=
"indexs"
>
<el-image
v-if=
"checkFileType(items)==1"
style=
"width: 50px; height: 50px"
:src=
"items"
:preview-src-list=
"[items]"
>
</el-image>
<video
v-else
style=
"width: 50px; height: 50px"
:id=
"`myVideo_${indexs}`"
:src=
"items"
:controls=
"true"
:show-fullscreen-btn=
"true"
></video>
</div>
</div>
</div>
</div>
<div
class=
"daysInforCBox-right"
>
<div
class=
"daysInforCBox-r-info"
>
评价:{{ child.Info?child.Info:'-' }}
</div>
<div
class=
"ImgListBox"
>
<div
v-for=
"(items,indexs) in child.ImgList"
:key=
"indexs"
>
<el-image
v-if=
"checkFileType(items)==1"
style=
"width: 50px; height: 50px"
:src=
"items"
:preview-src-list=
"[items]"
>
</el-image>
<video
v-else
style=
"width: 50px; height: 50px"
:id=
"`myVideo_${indexs}`"
:src=
"items"
:controls=
"true"
:show-fullscreen-btn=
"true"
></video>
<div
class=
"daysInforCBox"
:key=
"`s`+childIndex"
v-if=
"child.CommentType==4"
>
<div
class=
"daysInforCBox-left"
style=
"background:none;"
></div>
<div
class=
"daysInforCBox-right"
>
<div
class=
"daysInforCBox-r-info"
style=
"display: flex;"
>
司机电话:
{{ child.DirverTel?child.DirverTel:'-' }}
</div>
<div
class=
"daysInforCBox-r-info"
style=
"display: flex;"
>
配合程度:
<el-rate
v-model=
"child.PHCD"
disabled
text-color=
"#ff9900"
>
</el-rate>
<span
style=
"color: #ff9900;"
>
{{child.PHCD.toFixed(1)}}
</span>
</div>
<div
class=
"daysInforCBox-r-info"
style=
"display: flex;"
>
服务道德:
<el-rate
v-model=
"child.FWDD"
disabled
text-color=
"#ff9900"
>
</el-rate>
<span
style=
"color: #ff9900;"
>
{{child.FWDD.toFixed(1)}}
</span>
</div>
</div>
<div
class=
"daysInforCBox-right"
>
<div
class=
"daysInforCBox-r-info"
style=
"display: flex;"
>
车况卫生:
<el-rate
v-model=
"child.CKWS"
disabled
text-color=
"#ff9900"
>
</el-rate>
<span
style=
"color: #ff9900;"
>
{{child.CKWS.toFixed(1)}}
</span>
</div>
<div
class=
"daysInforCBox-r-info"
style=
"display: flex;"
>
路线规划:
<el-rate
v-model=
"child.LXGH"
disabled
text-color=
"#ff9900"
>
</el-rate>
<span
style=
"color: #ff9900;"
>
{{child.LXGH.toFixed(1)}}
</span>
</div>
<div
class=
"daysInforCBox-r-info"
style=
"display: flex;"
>
时间把控:
<el-rate
v-model=
"child.SHBK"
disabled
text-color=
"#ff9900"
>
</el-rate>
<span
style=
"color: #ff9900;"
>
{{child.SHBK.toFixed(1)}}
</span>
</div>
</div>
</div>
</
div
>
</
template
>
</div>
</div>
</div>
...
...
@@ -560,7 +606,8 @@
</tr>
<tr
v-for=
"(fnc, findex) in outItem.FinanceIds"
:key=
"findex"
>
<td
class=
"cursorpointer text-decoration"
@
click=
"goFncUrl('FinancialDocumentsDetail', fnc.FinanceId)"
>
{{fnc.FinanceId}}
</td>
@
click=
"goFncUrl('FinancialDocumentsDetail', fnc.FinanceId)"
>
{{fnc.FinanceId}}
</td>
<td>
{{moneyFormat(fnc.OriginalMoney)}}
</td>
</tr>
</table>
...
...
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