瀏覽代碼

bug修改

wangfei 6 年之前
父節點
當前提交
7e96267421
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/pages/sales/getRecord/index.vue

+ 1
- 1
src/pages/sales/getRecord/index.vue 查看文件

@@ -32,7 +32,7 @@
32 32
               <div class="list-detail" v-for="(item,index) in couponList" :key="index">
33 33
                 <span>{{item.CustomerCouponName}}</span>
34 34
                 <span>{{toolClass.dateFormat(item.ReceiveDate)}}</span>
35
-                <span>{{item.Status === 2?"已使用":"未使用"}}</span>
35
+                <span>{{item.VerifyStatus === "useable"?"未使用":"已使用"}}</span>
36 36
               </div>
37 37
               <span class="noData" v-if="couponAjaxOff && !couponList.length">暂无数据</span>
38 38
             </div>