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
3c0a18e4
Commit
3c0a18e4
authored
Aug 08, 2022
by
crushh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: dist
parent
543ffbc9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
4 deletions
+7
-4
newest.vue
src/views/evaluation/newest.vue
+7
-4
No files found.
src/views/evaluation/newest.vue
View file @
3c0a18e4
...
...
@@ -46,8 +46,8 @@
<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>
<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
:content=
"scope.row.storeName"
:disabled=
"
!scope.row.storeName || (scope.row.storeName && scope.row.storeName.length
<
9
)
"
>
<p
class=
"fz13 gray table-name--ellipsis
w140
"
>
{{
scope
.
row
.
storeName
||
'--'
}}
</p>
</el-tooltip>
</div>
</div>
...
...
@@ -60,7 +60,7 @@
<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 table-name--ellipsis"
>
{{
scope
.
row
.
cardNum
||
'--'
}}
</p>
<p
class=
"fz13 gray table-name--ellipsis
w140
"
>
{{
scope
.
row
.
cardNum
||
'--'
}}
</p>
</div>
</a>
</
template
>
...
...
@@ -357,6 +357,9 @@ export default {
}
.memberInfo
{
display
:
flex
;
justify-content
:
space-between
;
justify-content
:
flex-start
;
}
.w140
{
width
:
140px
;
}
</
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