From 7ed87f59ee89db5bc6150cc2721448b01bf12e59 Mon Sep 17 00:00:00 2001 From: zhangyahui Date: Wed, 7 Jan 2026 14:30:26 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=AE=A2=E9=98=85=E8=AE=A1=E5=88=92?= =?UTF-8?q?=E8=A1=A8=E6=A0=BC=E6=98=BE=E7=A4=BA=E5=9B=BD=E5=AE=B6=E6=88=96?= =?UTF-8?q?=E5=9C=B0=E5=8C=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/component/Administrator/subscriptionPlan.vue | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/component/Administrator/subscriptionPlan.vue b/src/component/Administrator/subscriptionPlan.vue index 78e3edac..19c88477 100644 --- a/src/component/Administrator/subscriptionPlan.vue +++ b/src/component/Administrator/subscriptionPlan.vue @@ -527,6 +527,14 @@ const columns = [ width: 120, ellipsis: true }, + { + title: 'Country or Region', + dataIndex: 'countryOrRegion', + key: 'countryOrRegion', + align: 'center', + width: 120, + ellipsis: true + }, { title: 'Start Time', dataIndex: 'currentPeriodStart', @@ -649,6 +657,7 @@ const openEdit = (record: SubscriptionPlan) => { formState.accountNum = (record as any).accountNum || null formState.status = record.status formState.id = record.id + formState.countryOrRegion = (record as any).countryOrRegion || null // 检查组织ID是否在已加载的组织列表中,如果不在,则添加临时项 if (record.organizationId) {