|
@@ -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>
|