Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
dev
/
trimble-admin-pro
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
bda538a3
authored
2020-12-17 14:13:12 +0800
by
simon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
默认提交
1 parent
2e6159b4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
src/views/lesson/pvpage.vue
src/views/lesson/pvproduct.vue
src/views/lesson/pvpage.vue
View file @
bda538a
...
...
@@ -31,7 +31,7 @@
<el-table-column
label=
"微信头像"
>
<template
slot-scope=
"scope"
>
<div
class=
"avatar-wrap"
>
<img
class=
"avatar"
:src=
"scope.row.avatar"
alt=
""
>
<img
v-if=
"scope.row.avatar"
class=
"avatar"
:src=
"scope.row.avatar"
alt=
""
>
</div>
</
template
>
</el-table-column>
...
...
src/views/lesson/pvproduct.vue
View file @
bda538a
...
...
@@ -31,7 +31,7 @@
<el-table-column
label=
"微信头像"
>
<template
slot-scope=
"scope"
>
<div
class=
"avatar-wrap"
>
<img
class=
"avatar"
:src=
"scope.row.avatar"
alt=
""
>
<img
v-if=
"scope.row.avatar"
class=
"avatar"
:src=
"scope.row.avatar"
alt=
""
>
</div>
</
template
>
</el-table-column>
...
...
Please
register
or
sign in
to post a comment