@@ -32,9 +32,11 @@
width="300">
</el-table-column>
<el-table-column
- prop="scan_num"
- label="扫码次数"
- width="80">
+ label="扫码/关注"
+ width="100">
+ <template slot-scope="scope">
+ <span>{{ scope.row.scan_num }} / {{scope.row.sub_num}}</span>
+ </template>
prop="create_time"