From 1672c6c6bad5e15d0df7ac65afcc43ea86c69059 Mon Sep 17 00:00:00 2001 From: zhongzm Date: Fri, 15 Nov 2024 16:58:25 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E8=87=AA=E5=AE=9A=E4=B9=89=E6=8C=87?= =?UTF-8?q?=E6=A0=87=E6=BC=AB=E6=B8=B8=E5=BC=95=E5=AF=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/locales/en-US.ts | 8 ++++ src/i18n/locales/zh-CN.ts | 8 ++++ src/views/perfManage/customTarget/index.vue | 50 ++++++++++++++++++++- 3 files changed, 65 insertions(+), 1 deletion(-) diff --git a/src/i18n/locales/en-US.ts b/src/i18n/locales/en-US.ts index 78bf00e7..e53b1c90 100644 --- a/src/i18n/locales/en-US.ts +++ b/src/i18n/locales/en-US.ts @@ -1057,6 +1057,14 @@ export default { realTimeData: "Real Time Data", }, customTarget:{ + TourTitle1:'Calculate element selection', + TourDes1:'Select the metric corresponding to the selected NE type for the calculation formula', + TourTitle2:'Calculate symbol selection', + TourDes2:'Select a calculation symbol', + TourTitle3:'Calculation formula', + TourDes3:'The calculation formula is automatically composed from the calculation elements and calculation symbols selected earlier', + TourTitle4:'Result unit', + TourDes4:'Units are optional. PS: Formula automatically × 100% when the % sign', kpiId:' Custom Indicator', kpiIdTip:'This Ne has no custom indicators', period:' Granularity', diff --git a/src/i18n/locales/zh-CN.ts b/src/i18n/locales/zh-CN.ts index 36ab6a14..bf7cc55f 100644 --- a/src/i18n/locales/zh-CN.ts +++ b/src/i18n/locales/zh-CN.ts @@ -1057,6 +1057,14 @@ export default { realTimeData: "实时数据", }, customTarget:{ + TourTitle1:'计算元素选择', + TourDes1:'选择已经勾选网元类型对应的指标用于计算公式', + TourTitle2:'计算符号选择', + TourDes2:'选择计算符号', + TourTitle3:'计算公式', + TourDes3:'由前面选择的计算元素和计算符号自动组成计算公式', + TourTitle4:'结果单位', + TourDes4:'单位可选可填。PS:%符号时公式自动×100%', kpiId:'自定义指标项', kpiIdTip:'该网元没有自定义指标', period:'颗粒度', diff --git a/src/views/perfManage/customTarget/index.vue b/src/views/perfManage/customTarget/index.vue index 85512ab0..6717f205 100644 --- a/src/views/perfManage/customTarget/index.vue +++ b/src/views/perfManage/customTarget/index.vue @@ -1,5 +1,5 @@