From 5299bba2d338394a19057b2b42e464cf17b5889f Mon Sep 17 00:00:00 2001 From: GavinXiao <2749984520@qq.com> Date: Thu, 21 May 2026 15:41:59 +0800 Subject: [PATCH] fix(TAP-11738):Remove the unnecessary attribute "Database Response Rate" --- apps/daas/src/views/data-server-audit/Info.vue | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/apps/daas/src/views/data-server-audit/Info.vue b/apps/daas/src/views/data-server-audit/Info.vue index 6bdf8382c..93997c7f7 100644 --- a/apps/daas/src/views/data-server-audit/Info.vue +++ b/apps/daas/src/views/data-server-audit/Info.vue @@ -68,11 +68,6 @@ export default { key: 'dataQueryTotalTime', value: 0, }, - { - label: this.$t('apiaudit_average_access_db_rate'), - key: 'dbRate', - value: 0, - }, ], } }, @@ -825,7 +820,7 @@ export default {