From 209b5342b92d83f1bca097cd537c94e4942218dc Mon Sep 17 00:00:00 2001 From: sexygoat <1538832180@qq.com> Date: Wed, 15 Apr 2026 17:12:50 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20ICCID=E6=96=B0=E5=A2=9E=E8=AE=BE?= =?UTF-8?q?=E5=A4=87=E5=BA=97=E9=93=BA=E5=90=8D=E7=A7=B0,=E5=A5=97?= =?UTF-8?q?=E9=A4=90=E7=B3=BB=E5=88=97=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/types/api/pollingConfig.ts | 12 +++++ .../components/BasicInfoCard.vue | 4 +- src/views/polling-management/config/index.vue | 52 +++++++++++++++++-- 3 files changed, 61 insertions(+), 7 deletions(-) diff --git a/src/types/api/pollingConfig.ts b/src/types/api/pollingConfig.ts index cc24ef8..a622d1d 100644 --- a/src/types/api/pollingConfig.ts +++ b/src/types/api/pollingConfig.ts @@ -38,6 +38,10 @@ export interface PollingConfig { package_check_interval: number | null /** 流量检查间隔(秒,NULL表示不检查) */ carddata_check_interval: number | null + /** 保护期一致性检查间隔(秒,NULL表示不检查) */ + protect_check_interval: number | null + /** 卡开停机状态检查间隔(秒,NULL表示不检查) */ + card_status_check_interval: number | null /** 创建时间 */ created_at: string /** 更新时间 */ @@ -102,6 +106,10 @@ export interface CreatePollingConfigRequest { package_check_interval?: number | null /** 流量检查间隔(秒,最小60,NULL表示不检查) */ carddata_check_interval?: number | null + /** 保护期一致性检查间隔(秒,最小30,NULL表示不检查) */ + protect_check_interval?: number | null + /** 卡开停机状态检查间隔(秒,最小30,NULL表示不检查) */ + card_status_check_interval?: number | null } /** @@ -126,6 +134,10 @@ export interface UpdatePollingConfigRequest { package_check_interval?: number | null /** 流量检查间隔(秒,最小60,NULL表示不检查) */ carddata_check_interval?: number | null + /** 保护期一致性检查间隔(秒,最小30,NULL表示不检查) */ + protect_check_interval?: number | null + /** 卡开停机状态检查间隔(秒,最小30,NULL表示不检查) */ + card_status_check_interval?: number | null } /** diff --git a/src/views/asset-management/asset-information/components/BasicInfoCard.vue b/src/views/asset-management/asset-information/components/BasicInfoCard.vue index 979339e..6a55c32 100644 --- a/src/views/asset-management/asset-information/components/BasicInfoCard.vue +++ b/src/views/asset-management/asset-information/components/BasicInfoCard.vue @@ -168,7 +168,7 @@ - + - + diff --git a/src/views/polling-management/config/index.vue b/src/views/polling-management/config/index.vue index cc62fcf..e6eb4dc 100644 --- a/src/views/polling-management/config/index.vue +++ b/src/views/polling-management/config/index.vue @@ -206,6 +206,32 @@ /> + + + + + + + + + + + +