diff --git a/src/views/tenant/smfCDR/index.vue b/src/views/tenant/smfCDR/index.vue index fa96e21d..2f38362b 100644 --- a/src/views/tenant/smfCDR/index.vue +++ b/src/views/tenant/smfCDR/index.vue @@ -90,7 +90,7 @@ let tableColumns: ColumnsType = [ width: 100, }, { - title: t('views.dashboard.cdr.smfChargingID'), // 计费ID + title: t('views.dashboard.cdr.chargingID'), // 计费ID dataIndex: 'cdrJSON', align: 'left', width: 100, @@ -183,7 +183,7 @@ let tableColumns: ColumnsType = [ }, }, { - title: t('views.dashboard.cdr.smfDuration'), // 持续时间 + title: t('views.dashboard.cdr.durationTime'), // 持续时间 dataIndex: 'cdrJSON', align: 'left', width: 100, @@ -193,7 +193,7 @@ let tableColumns: ColumnsType = [ }, }, { - title: t('views.dashboard.cdr.smfInvocationTime'), // 调用时间 + title: t('views.dashboard.cdr.invocationTime'), // 调用时间 dataIndex: 'cdrJSON', align: 'left', width: 200, diff --git a/src/views/tenant/sub/index.vue b/src/views/tenant/sub/index.vue index cfae62e1..23909b87 100644 --- a/src/views/tenant/sub/index.vue +++ b/src/views/tenant/sub/index.vue @@ -1,12 +1,10 @@