Browse Source

优化次卡核销

yuhao 1 year ago
parent
commit
f43df3f4ad
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/pages/customerMan/myOrder/index.vue
  2. 1 1
      src/pages/payUser/myOrder/index.vue

+ 1 - 1
src/pages/customerMan/myOrder/index.vue

@@ -165,7 +165,7 @@
165
                 width="100"
165
                 width="100"
166
                 show-overflow-tooltip
166
                 show-overflow-tooltip
167
               >
167
               >
168
-                <template slot-scope="scope" v-if="scope.row.status != -2">
168
+                <template slot-scope="scope" v-if="scope.row.status == 1">
169
                   <div class="cancleCoupon" @click.stop="cancleCard(scope.row)">
169
                   <div class="cancleCoupon" @click.stop="cancleCard(scope.row)">
170
                     操作
170
                     操作
171
                   </div>
171
                   </div>

+ 1 - 1
src/pages/payUser/myOrder/index.vue

@@ -166,7 +166,7 @@
166
                 width="100"
166
                 width="100"
167
                 show-overflow-tooltip
167
                 show-overflow-tooltip
168
               >
168
               >
169
-                <template slot-scope="scope" v-if="scope.row.status != -2">
169
+                <template slot-scope="scope" v-if="scope.row.status == 1">
170
                   <div class="cancleCoupon" @click.stop="cancleCard(scope.row)">
170
                   <div class="cancleCoupon" @click.stop="cancleCard(scope.row)">
171
                     操作
171
                     操作
172
                   </div>
172
                   </div>