chunping 3 年之前
父节点
当前提交
01745bffd0
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/business/coupon/index.vue

+ 2 - 2
src/views/business/coupon/index.vue

@@ -54,7 +54,7 @@
           {{ JSON.parse(row.type).desc }}
         </template>
       </el-table-column>
-      <el-table-column label="已领取数量" prop="quantity" />
+      <el-table-column label="已领取数量" prop="distributeQty" />
       <el-table-column label="有效期限(天)" prop="dueDays">
         <template slot-scope="{row}">
           领取后{{ row.dueDays }}天内有效
@@ -147,4 +147,4 @@ export default {
     }
   }
 }
-</script>
+</script>