瀏覽代碼

合并分支

wxy 3 月之前
父節點
當前提交
64ff0cee37
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/order/BuyCard/index.vue

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

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