8f616105 by qingxiao

二维码图片加 a标签

1 parent 11b31c5e
......@@ -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="订阅数量">
......