Ver Fonte

权益产品移除导入券码操作,券码管理仅未上架且审核通过时展示

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
csk há 1 mês atrás
pai
commit
debecde833

+ 1 - 11
工作空间/产研/权益/汇丰全行/产品原型/pc-demo/src/views/EquityProducts.vue

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

+ 2 - 0
工作空间/产研/权益/汇丰全行/需求文档/汇丰借记卡移动端——权益.md

@@ -252,6 +252,8 @@
     
     <br>
     
+    <br>
+    
     ![|50%](../../../../../.resources/image-1776678923546.png)![|50%](../../../../../.resources/image-1776678942001.png)
 
 **(2)领取权益**