From 22025407637783941696e39f49201b8210608cb2 Mon Sep 17 00:00:00 2001
From: lai <371757574@qq.com>
Date: Wed, 10 Apr 2024 19:00:56 +0800
Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=94=A8=E6=88=B7=E7=AD=96?=
=?UTF-8?q?=E7=95=A5=E6=8F=90=E7=A4=BA=E4=BF=A1=E6=81=AF?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/i18n/locales/en-US.ts | 9 +++++
src/i18n/locales/zh-CN.ts | 9 +++++
src/views/neUser/pcf/index.vue | 68 +++++++++++++++++++++++++++++++++-
3 files changed, 85 insertions(+), 1 deletion(-)
diff --git a/src/i18n/locales/en-US.ts b/src/i18n/locales/en-US.ts
index b1a321ca..13a253ea 100644
--- a/src/i18n/locales/en-US.ts
+++ b/src/i18n/locales/en-US.ts
@@ -719,6 +719,15 @@ export default {
delSure:'Are you sure you want to delete the user with IMSI number: {imsi}?',
uploadFileOk: 'File Upload Successful',
uploadFileErr: 'File Upload Failed',
+ pccRuleTip:'templates of PCC rule(pccRules.yaml)',
+ sessRuleTip:'templates of session rule(sessRules.yaml)',
+ qosAudioTip:'QoS of audio call(qosTpl.yaml)',
+ qosVideoTip:'QoS of video call(qosTpl.yaml)',
+ hdrTip:'HTTP header enrich(headerEnrichTpl.yaml)',
+ ueTip:'template of UE Policy(ursp.yaml)',
+ sarTip1:'Service Area Restriction',
+ sarTip2:'(serviceAreaRestriction.yaml)',
+ rfsfTip:'RAT Frequency Selection Priority',
},
base5G: {
neType: 'NE Object',
diff --git a/src/i18n/locales/zh-CN.ts b/src/i18n/locales/zh-CN.ts
index 40bbfc5f..609a9390 100644
--- a/src/i18n/locales/zh-CN.ts
+++ b/src/i18n/locales/zh-CN.ts
@@ -719,6 +719,15 @@ export default {
delSure:'确认删除IMSI编号为: {imsi} 的用户吗?',
uploadFileOk: '文件上传成功',
uploadFileErr: '文件上传失败',
+ pccRuleTip:'PCC策略规则模板(pccRules.yaml)',
+ sessRuleTip:'会话策略规则模板(sessRules.yaml)',
+ qosAudioTip:'语音呼叫QoS(qosTpl.yaml)',
+ qosVideoTip:'视频呼叫QoS(qosTpl.yaml)',
+ hdrTip:'HTTP头增强(headerEnrichTpl.yaml)',
+ ueTip:'UE策略模板(ursp.yaml)',
+ sarTip1:'服务区限制',
+ sarTip2:'(serviceAreaRestriction.yaml)',
+ rfsfTip:'无线频率选择优先级',
},
base5G: {
neType: '网元对象',
diff --git a/src/views/neUser/pcf/index.vue b/src/views/neUser/pcf/index.vue
index fa344ec2..9cab9454 100644
--- a/src/views/neUser/pcf/index.vue
+++ b/src/views/neUser/pcf/index.vue
@@ -898,6 +898,14 @@ onMounted(() => {
allow-clear
:maxlength="64"
>
+
+
+
+ {{ t('views.neUser.pcf.pccRuleTip') }}
+
+
+
+
@@ -908,6 +916,14 @@ onMounted(() => {
allow-clear
:maxlength="64"
>
+
+
+
+ {{ t('views.neUser.pcf.sessRuleTip') }}
+
+
+
+
@@ -921,6 +937,14 @@ onMounted(() => {
allow-clear
:maxlength="64"
>
+
+
+
+ {{ t('views.neUser.pcf.qosAudioTip') }}
+
+
+
+
@@ -931,6 +955,14 @@ onMounted(() => {
allow-clear
:maxlength="64"
>
+
+
+
+ {{ t('views.neUser.pcf.qosVideoTip') }}
+
+
+
+
@@ -944,6 +976,14 @@ onMounted(() => {
allow-clear
:maxlength="64"
>
+
+
+
+ {{ t('views.neUser.pcf.hdrTip') }}
+
+
+
+
@@ -954,6 +994,14 @@ onMounted(() => {
allow-clear
:maxlength="64"
>
+
+
+
+ {{ t('views.neUser.pcf.ueTip') }}
+
+
+
+
@@ -967,6 +1015,15 @@ onMounted(() => {
allow-clear
:maxlength="64"
>
+
+
+
+ {{ t('views.neUser.pcf.sarTip1') }}
+ {{ t('views.neUser.pcf.sarTip2') }}
+
+
+
+
@@ -978,7 +1035,16 @@ onMounted(() => {
:min="0"
:max="255"
placeholder="0~255"
- >
+ >
+
+
+
+ {{ t('views.neUser.pcf.rfsfTip') }}
+
+
+
+
+