From 127fdb560bbfca6f065e1997bc5a441910f55027 Mon Sep 17 00:00:00 2001 From: luo Date: Thu, 23 Jul 2026 17:59:07 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=A0=B7=E5=BC=8F=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E5=A5=97=E9=A4=90=E5=88=86=E9=85=8D=E7=94=9F=E6=95=88=E6=9D=A1?= =?UTF-8?q?=E4=BB=B6=E9=80=89=E6=8B=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/types/api/packageManagement.ts | 2 +- .../series-grants/detail.vue | 16 +-- .../series-grants/index.vue | 115 +++++++++++++++--- .../series-grants/packages.vue | 20 +-- 4 files changed, 122 insertions(+), 31 deletions(-) diff --git a/src/types/api/packageManagement.ts b/src/types/api/packageManagement.ts index db54b4c..453f02c 100644 --- a/src/types/api/packageManagement.ts +++ b/src/types/api/packageManagement.ts @@ -102,7 +102,7 @@ export interface CommissionTierInfo { export type ExpiryBase = 'from_activation' | 'from_purchase' // 套餐分配生效条件覆盖值 -export type PackageAllocationExpiryBaseOverride = 'from_purchase' | 'from_realname' +export type PackageAllocationExpiryBaseOverride = 'from_purchase' | 'from_activation' // 店铺套餐分配生效条件字段 export interface PackageAllocationExpiryBaseFields { diff --git a/src/views/package-management/series-grants/detail.vue b/src/views/package-management/series-grants/detail.vue index 8d03455..e7ab017 100644 --- a/src/views/package-management/series-grants/detail.vue +++ b/src/views/package-management/series-grants/detail.vue @@ -275,11 +275,15 @@ - - 跟随套餐默认 - 购买即生效 - 实名即生效 - + + + + +
仅影响后续新订单,不影响已购买套餐