admin/src/views/business/memberCoupon.vue
@@ -67,7 +67,11 @@ <li> 起:{{ row.startDate}}</li> <li>止:{{row.endDate }}</li> </template> </el-table-column> <el-table-column prop="price" label="优惠金额(元)" min-width="120px"></el-table-column> <el-table-column prop="couponPrice" label="优惠金额(元)" min-width="120px"> <template slot-scope="{row}"> {{row.status==1?(row.couponPrice||0):'-'}} </template> </el-table-column> <el-table-column prop="status" label="状态" min-width="100px"> <template slot-scope="{row}"> <span v-if="row.status ===0" class="green"> 未使用</span>