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') }}
+
+
+
+
+