Browse Source

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

吴sir 4 tháng trước cách đây
mục cha
commit
bde767a1c4
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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>