فهرست منبع

暂时隐藏客户端变成资费操作

吴sir 3 ماه پیش
والد
کامیت
bde767a1c4
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      src/views/order/BuyCard/index.vue

+ 2 - 2
src/views/order/BuyCard/index.vue

@@ -51,8 +51,8 @@
             $t('order.UploadAmount') }}</a-button>
           <a-button @click="openEndDate(record)" type="text" v-if="userType == 1 && record.moderationStatus == 2">{{
             $t('order.ChangeValidity') }}</a-button>
-            <a-button @click="openEndDate(record)" type="text" v-if="userType == 2 && record.moderationStatus == 2">{{
-            $t('order.ChangeTariff') }}</a-button>
+            <!-- <a-button @click="openEndDate(record)" type="text" v-if="userType == 2 && record.moderationStatus == 2">{{
+            $t('order.ChangeTariff') }}</a-button> -->
           <a-button @click="openDetail(record)" type="text">{{ $t('order.view') }}</a-button>
         </div>
       </template>