Pārlūkot izejas kodu

优惠券去掉用户领取规则

zhuli 3 nedēļas atpakaļ
vecāks
revīzija
d17afa2b63

+ 2 - 2
src/views/ticketManagement/couponDetail.vue

@@ -71,12 +71,12 @@
         <div class="model">
           <h3 style="font-weight: bold">领取规则:</h3>
           <!-- 用户领取规则 -->
-          <div class="detail-item">
+          <!-- <div class="detail-item">
             <div class="detail-label">用户领取规则</div>
             <div class="detail-value">
               {{ getClaimRuleText() }}
             </div>
-          </div>
+          </div> -->
           <!-- 用户是否需要收藏店铺领取 -->
           <div class="detail-item">
             <div class="detail-label">用户是否需要收藏店铺领取</div>

+ 2 - 2
src/views/ticketManagement/newCoupon.vue

@@ -83,7 +83,7 @@
             </el-input>
           </el-form-item>
           <!-- 用户领取规则 -->
-          <el-form-item label="用户领取规则" prop="claimRule" class="claim-rule-item">
+          <!-- <el-form-item label="用户领取规则" prop="claimRule" class="claim-rule-item">
             <template #label>
               <span>用户领取规则</span>
               <span class="label-tip">(用户间隔多久可以领取一次)</span>
@@ -93,7 +93,7 @@
               <el-radio value="week"> 每周一领 </el-radio>
               <el-radio value="month"> 每月一领 </el-radio>
             </el-radio-group>
-          </el-form-item>
+          </el-form-item> -->
           <!-- 用户是否需要收藏店铺领取 -->
           <el-form-item label="用户是否需要收藏店铺领取" prop="attentionCanReceived">
             <el-radio-group v-model="couponModel.attentionCanReceived" class="radio-group">