Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
marketing
Overview
Overview
Details
Activity
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
marketing-web
marketing
Commits
543ffbc9
Commit
543ffbc9
authored
Aug 08, 2022
by
crushh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: dist
parent
89c84257
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
4 deletions
+11
-4
newest.vue
src/views/evaluation/newest.vue
+11
-4
No files found.
src/views/evaluation/newest.vue
View file @
543ffbc9
...
...
@@ -42,11 +42,13 @@
<el-table-column
min-width=
"140"
header-align=
"left"
align=
"left"
prop=
"clerkId"
label=
"导购信息"
>
<
template
slot-scope=
"scope"
>
<div
class=
"
ellipsis-100
"
>
<div
class=
"
memberInfo
"
>
<img
class=
"vertical-middle table__avatar--40"
:src=
"filterAvatar(scope.row.clerkImage)"
width=
"60"
height=
"60"
/>
<div
class=
"inline-block vertical-middle"
>
<p
class=
"table-name--ellipsis"
>
{{
scope
.
row
.
clerkName
||
'--'
}}
</p>
<p
class=
"fz13 gray"
>
{{
scope
.
row
.
storeName
||
'--'
}}
</p>
<el-tooltip
:content=
"scope.row.storeName"
:disabled=
"scope.row.storeName && scope.row.storeName.length
<
7
"
>
<p
class=
"fz13 gray table-name--ellipsis"
>
{{
scope
.
row
.
storeName
||
'--'
}}
</p>
</el-tooltip>
</div>
</div>
</
template
>
...
...
@@ -54,11 +56,11 @@
<el-table-column
min-width=
"140"
header-align=
"left"
align=
"left"
prop=
"memberId"
label=
"会员信息"
>
<
template
slot-scope=
"scope"
>
<a
class=
"
ellipsis-100
"
:href=
"`$
{window.location.origin}/member/#/wechatmemberDetail?memberId=${scope.row.memberId}`" target="_blank">
<a
class=
"
memberInfo
"
:href=
"`$
{window.location.origin}/member/#/wechatmemberDetail?memberId=${scope.row.memberId}`" target="_blank">
<img
class=
"vertical-middle table__avatar--40"
:src=
"filterAvatar(scope.row.thirdImgUrl)"
width=
"60"
height=
"60"
/>
<div
class=
"inline-block vertical-middle"
>
<p
class=
"table-name--ellipsis"
>
{{
scope
.
row
.
memberName
||
'--'
}}
</p>
<p
class=
"fz13 gray"
>
{{
scope
.
row
.
cardNum
||
'--'
}}
</p>
<p
class=
"fz13 gray
table-name--ellipsis
"
>
{{
scope
.
row
.
cardNum
||
'--'
}}
</p>
</div>
</a>
</
template
>
...
...
@@ -283,6 +285,7 @@ export default {
let
res
=
await
evaluateBad
(
Object
.
assign
({
badStatus
:
this
.
$route
.
params
.
type
},
this
.
listParams
));
if
(
res
.
errorCode
===
0
&&
res
.
result
)
{
this
.
tableList
=
res
.
result
.
page
.
result
||
[];
this
.
total
=
res
.
result
.
page
.
totalCount
;
this
.
badOptions
=
res
.
result
.
badList
;
}
else
{
...
...
@@ -352,4 +355,8 @@ export default {
line-height
:
33px
;
padding
:
0
;
}
.memberInfo
{
display
:
flex
;
justify-content
:
space-between
;
}
</
style
>
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