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 {