From 80e85e276e936189c46c8cd53bcfc2932a77f824 Mon Sep 17 00:00:00 2001 From: zhaokai Date: Thu, 24 Jul 2025 09:12:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AD=97=E6=AE=B5=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../data_directory/data_risk_events/index.vue | 14 +++++++------- .../data_directory/data_risk_events/records.vue | 14 +++++++------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/src/views/data_directory/data_risk_events/index.vue b/src/views/data_directory/data_risk_events/index.vue index 50b01ab..1996781 100644 --- a/src/views/data_directory/data_risk_events/index.vue +++ b/src/views/data_directory/data_risk_events/index.vue @@ -64,15 +64,15 @@ const { list, pagination, searchForm, resetPagination, tableRef } = useListData( } ); const pushOptions = [ - { id: "1", name: "未推送" }, - { id: "2", name: "定时推送" }, - { id: "3", name: "推送成功" }, - { id: "4", name: "重试中" }, - { id: "5", name: "推送失败" }, + { id: 1, name: "未推送" }, + { id: 2, name: "定时推送" }, + { id: 3, name: "推送成功" }, + { id: 4, name: "重试中" }, + { id: 5, name: "推送失败" }, ]; const receiveOptions = [ - { id: "1", name: "接收正常" }, - { id: "2", name: "接收异常" }, + { id: 1, name: "接收正常" }, + { id: 2, name: "接收异常" }, ]; const options = [ { diff --git a/src/views/data_directory/data_risk_events/records.vue b/src/views/data_directory/data_risk_events/records.vue index b1e30e0..2f6518a 100644 --- a/src/views/data_directory/data_risk_events/records.vue +++ b/src/views/data_directory/data_risk_events/records.vue @@ -69,15 +69,15 @@ const { list, pagination, searchForm, getData, resetPagination, tableRef } = apiType: route.query.apiType, }); const pushOptions = [ - { id: "1", name: "未推送" }, - { id: "2", name: "定时推送" }, - { id: "3", name: "推送成功" }, - { id: "4", name: "重试中" }, - { id: "5", name: "推送失败" }, + { id: 1, name: "未推送" }, + { id: 2, name: "定时推送" }, + { id: 3, name: "推送成功" }, + { id: 4, name: "重试中" }, + { id: 5, name: "推送失败" }, ]; const receiveOptions = [ - { id: "1", name: "接收正常" }, - { id: "2", name: "接收异常" }, + { id: 1, name: "接收正常" }, + { id: 2, name: "接收异常" }, ]; const options = [ {