Joe 4 lat temu
rodzic
commit
e0b5e1dfca

+ 1 - 4
src/views/dzk/Dzk_RuleList.vue

@@ -72,9 +72,6 @@
             </af-table-column>
           </el-table>
       </el-form-item>
-
-      
-      
       <el-form-item
         label="电子卡会叠加的优惠方案"
         v-if="sumForm.cardEnabledFlag == 1"
@@ -84,7 +81,7 @@
           {{ sumForm.isGradeSetting == 1 ? "等级优惠 ":""}}
           {{ sumForm.isDiscountCoupon == 1 ? "优惠券 ":""}}
           {{ sumForm.isLabel == 1 ? "标签 ":""}}
-          {{ sumForm.isMarket == 1 || sumForm.isGradeSetting == 1 || sumForm.isDiscountCoupon == 1 ? '' : "您未启动叠加,电子卡不会执行任何优惠方案" }}
+          {{ sumForm.isMarket == 1 || sumForm.isGradeSetting == 1 || sumForm.isDiscountCoupon == 1 || sumForm.isLabel == 1 ? '' : "您未启动叠加,电子卡不会执行任何优惠方案" }}
         </div>
       </el-form-item>
 

+ 1 - 1
src/views/label/Label_AddLabel.vue

@@ -140,7 +140,7 @@ export default {
       this.getList();
     },
     setPageStatus() {
-      this.queryPageStatus([1]).then((res) => {
+      this.queryPageStatus([2]).then((res) => {
         this.pageStatus = res;
       });
     },

+ 1 - 1
src/views/label/Label_AddUser.vue

@@ -109,7 +109,7 @@ export default {
       this.getList();
     },
     setPageStatus() {
-      this.queryPageStatus([1]).then((res) => {
+      this.queryPageStatus([2]).then((res) => {
         this.pageStatus = res;
       });
     },