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
cebc7e0e
authored
2019-09-11 18:51:43 +0800
by
simon
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of 120.27.44.69:dev/trimble-admin-pro
2 parents
b0526e47
8f616105
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/scene/index.vue
src/views/scene/index.vue
View file @
cebc7e0
...
...
@@ -18,7 +18,7 @@
</el-table-column>
<el-table-column
prop=
"ticket"
label=
"二维码"
>
<template
slot-scope=
"scope"
>
<
el-image
style=
"width:60px;"
:src=
"ticket+scope.row.ticket"
></el-image
>
<
a
:href=
"ticket+scope.row.ticket"
target=
"_blank"
><el-image
style=
"width:60px;"
:src=
"ticket+scope.row.ticket"
></el-image></a
>
</
template
>
</el-table-column>
<el-table-column
prop=
"subCount"
label=
"订阅数量"
>
...
...
Please
register
or
sign in
to post a comment