|
|
@@ -104,12 +104,7 @@
|
|
|
@click="openLinkDialogFromMore(scope.row, scope.$index)"
|
|
|
>生成链接</div>
|
|
|
<div
|
|
|
- v-if="scope.row.shelfStatus === '已上架' && scope.row.isPlatformExchange === '是' && scope.row.productType === '券码'"
|
|
|
- class="more-actions-item"
|
|
|
- @click="handleImportCouponsFromMore(scope.row, scope.$index)"
|
|
|
- >导入券码</div>
|
|
|
- <div
|
|
|
- v-if="scope.row.shelfStatus === '已上架' && scope.row.isPlatformExchange === '是' && scope.row.productType === '券码'"
|
|
|
+ v-if="scope.row.shelfStatus === '未上架' && scope.row.auditStatus === '审核通过' && scope.row.isPlatformExchange === '是' && scope.row.productType === '券码'"
|
|
|
class="more-actions-item"
|
|
|
@click="handleManageCouponsFromMore(scope.row, scope.$index)"
|
|
|
>券码管理</div>
|
|
|
@@ -369,11 +364,6 @@ export default {
|
|
|
if (moreRef) moreRef.hide()
|
|
|
window.open('https://uat.leagpoint.com/sipAdmin/coupon/inboundCouponList', '_blank')
|
|
|
},
|
|
|
- handleImportCouponsFromMore(row, index) {
|
|
|
- const moreRef = this.getPopoverInstance(`morePopover-${index}`)
|
|
|
- if (moreRef) moreRef.hide()
|
|
|
- window.open('https://uat.leagpoint.com/sipAdmin/coupon/importCoupon', '_blank')
|
|
|
- },
|
|
|
handleDeleteFromMore(row, index) {
|
|
|
const moreRef = this.getPopoverInstance(`morePopover-${index}`)
|
|
|
if (moreRef) moreRef.hide()
|