From 29d8988549534994e3834931bf5cb4ec91989318 Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Tue, 30 Jan 2024 19:10:48 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E7=9C=8B=E6=9D=BF=E5=A4=9A=E8=AF=AD?= =?UTF-8?q?=E8=A8=80=E7=94=A8=E6=88=B7=E9=9D=A2=E5=90=9E=E5=90=90=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/locales/en-US.ts | 4 ++-- src/i18n/locales/zh-CN.ts | 4 ++-- src/views/system/dict/index.vue | 1 + 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/i18n/locales/en-US.ts b/src/i18n/locales/en-US.ts index 7fa20344..af13b295 100644 --- a/src/i18n/locales/en-US.ts +++ b/src/i18n/locales/en-US.ts @@ -498,7 +498,7 @@ export default { base: "Base Stations", }, upfFlow:{ - title: "UPF Real-time Throughput", + title: "User Plane Throughput", up:'Uplink', down:'Downlink' }, @@ -511,7 +511,7 @@ export default { }, alarmTypeBar:{ alarmSum:'Alarm Statistics', - topTitle:"Alarm-TOP 3 ", + topTitle:"Alarm-TOP 3", }, resources: { title: "Resource Summary", diff --git a/src/i18n/locales/zh-CN.ts b/src/i18n/locales/zh-CN.ts index eefc239b..540efff5 100644 --- a/src/i18n/locales/zh-CN.ts +++ b/src/i18n/locales/zh-CN.ts @@ -498,7 +498,7 @@ export default { base: "基站数", }, upfFlow:{ - title: "UPF 实时吞吐量", + title: "用户面吞吐量", up:'上行', down:'下行' }, @@ -511,7 +511,7 @@ export default { }, alarmTypeBar:{ alarmSum:'告警统计', - topTitle:"告警总数TOP3", + topTitle:"告警总数 TOP3", }, resources: { title: "资源情况", diff --git a/src/views/system/dict/index.vue b/src/views/system/dict/index.vue index 42329f58..2c9a7c6b 100644 --- a/src/views/system/dict/index.vue +++ b/src/views/system/dict/index.vue @@ -105,6 +105,7 @@ let tableColumns: ColumnsType = [ title: t('views.system.dict.dictId'), dataIndex: 'dictId', align: 'left', + width: 150, }, { title: t('views.system.dict.dictName'),