cebc7e0e by simon

Merge branch 'master' of 120.27.44.69:dev/trimble-admin-pro

2 parents b0526e47 8f616105
......@@ -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="订阅数量">
......