二维码图片加 a标签
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -18,7 +18,7 @@ | ... | @@ -18,7 +18,7 @@ |
| 18 | </el-table-column> | 18 | </el-table-column> |
| 19 | <el-table-column prop="ticket" label="二维码"> | 19 | <el-table-column prop="ticket" label="二维码"> |
| 20 | <template slot-scope="scope"> | 20 | <template slot-scope="scope"> |
| 21 | <el-image style="width:60px;" :src="ticket+scope.row.ticket"></el-image> | 21 | <a :href="ticket+scope.row.ticket" target="_blank"><el-image style="width:60px;" :src="ticket+scope.row.ticket"></el-image></a> |
| 22 | </template> | 22 | </template> |
| 23 | </el-table-column> | 23 | </el-table-column> |
| 24 | <el-table-column prop="subCount" label="订阅数量"> | 24 | <el-table-column prop="subCount" label="订阅数量"> | ... | ... |
-
Please register or sign in to post a comment