|
@@ -19,7 +19,7 @@
|
|
<template #image="{ record }">
|
|
<template #image="{ record }">
|
|
<a-image width="60" height="60" :src="record.contractImg" :preview-props="{
|
|
<a-image width="60" height="60" :src="record.contractImg" :preview-props="{
|
|
actionsLayout: ['rotateRight', 'zoomIn', 'zoomOut'],
|
|
actionsLayout: ['rotateRight', 'zoomIn', 'zoomOut'],
|
|
- }">
|
|
|
|
|
|
+ }" style="cursor: pointer;">
|
|
</a-image>
|
|
</a-image>
|
|
</template>
|
|
</template>
|
|
<template #id="{ record }">
|
|
<template #id="{ record }">
|
|
@@ -47,11 +47,11 @@
|
|
v-if="record.moderationStatus == 2 && userType !== 1">{{ $t('order.unsubscribe') }}</a-button>
|
|
v-if="record.moderationStatus == 2 && userType !== 1">{{ $t('order.unsubscribe') }}</a-button>
|
|
</div>
|
|
</div>
|
|
<a-button @click="openPriceing(record)" type="text"
|
|
<a-button @click="openPriceing(record)" type="text"
|
|
- v-if="record.moderationStatus == 2 && userType == 1">{{ $t('order.UploadAmount') }}</a-button>
|
|
|
|
|
|
+ v-if="record.moderationStatus == 2 && userType == 1 ">{{ $t('order.UploadAmount') }}</a-button>
|
|
<a-button @click="openDetail(record)" type="text">{{ $t('order.view') }}</a-button>
|
|
<a-button @click="openDetail(record)" type="text">{{ $t('order.view') }}</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="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==1">{{ $t('order.ChangeValidity') }}</a-button>
|
|
|
|
|
|
+ <a-button @click="openEndDate(record)" type="text" v-if="userType==1 && record.moderationStatus == 2">{{ $t('order.ChangeValidity') }}</a-button>
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
</a-table>
|
|
</a-table>
|