From 5ac0ca41eb92fcc40b30d9691e9fc9888b91cc9f Mon Sep 17 00:00:00 2001
From: TsMask <340112800@qq.com>
Date: Tue, 9 Jul 2024 18:36:27 +0800
Subject: [PATCH] =?UTF-8?q?style:=20=E7=AD=BE=E7=BA=A6=E7=94=A8=E6=88=B7IM?=
=?UTF-8?q?SI=E7=BC=96=E8=BE=91=E6=97=B6=E7=A6=81=E6=AD=A2=E4=BF=AE?=
=?UTF-8?q?=E6=94=B9=EF=BC=8CcnType=E6=B7=BB=E5=8A=A0=E6=8F=90=E7=A4=BA?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/i18n/locales/en-US.ts | 1 +
src/i18n/locales/zh-CN.ts | 1 +
src/views/neUser/sub/index.vue | 18 +++++++++++++++---
3 files changed, 17 insertions(+), 3 deletions(-)
diff --git a/src/i18n/locales/en-US.ts b/src/i18n/locales/en-US.ts
index d3a5aad9..88c1364c 100644
--- a/src/i18n/locales/en-US.ts
+++ b/src/i18n/locales/en-US.ts
@@ -883,6 +883,7 @@ export default {
imsiTip3: 'MSIN = Mobile Subscriber Identification Number, consisting of 10 equal digits.',
msisdnTip: 'Maximum parameter length {num}',
inputTip: 'The maximum length of the parameter is {num}',
+ cnTypeTip: 'Type of network access allowed',
arfbTip: 'Restricted area template, in which the UE is not allowed to communicate with the network in the restricted area specified in the template',
sarTip: 'Service Area Restriction template, defining permitted areas in which the UE can communicate with the network, and disallowed areas in which the UE and the network are not allowed to initiate Service Requests or SM signaling to obtain subscriber services',
micoTip: 'Signed MICO business flag bits',
diff --git a/src/i18n/locales/zh-CN.ts b/src/i18n/locales/zh-CN.ts
index 7c0a41b1..374af28a 100644
--- a/src/i18n/locales/zh-CN.ts
+++ b/src/i18n/locales/zh-CN.ts
@@ -883,6 +883,7 @@ export default {
imsiTip3: 'MSIN=移动客户识别码,采用等长10位数字构成',
msisdnTip: '参数最大长度 {num}',
inputTip: '参数最大长度为 {num}',
+ cnTypeTip: '允许接入的网络类型',
arfbTip: '限制区域模板,在模板指定的限制区域中,UE 不允许与网络通信',
sarTip: '服务区域限制模板,定义允许的区域,UE 在这些区域中可以和网络通信;定义不允许的区,UE 和网络在这些区域中,不允许发起Service Request 或 SM 信令来获取用户服务',
micoTip: '签约的 MICO 业务标志位',
diff --git a/src/views/neUser/sub/index.vue b/src/views/neUser/sub/index.vue
index 0de9eaaa..72dc5fff 100644
--- a/src/views/neUser/sub/index.vue
+++ b/src/views/neUser/sub/index.vue
@@ -1535,7 +1535,11 @@ onMounted(() => {
name="imsi"
v-bind="modalStateFrom.validateInfos.imsi"
>
-
+
@@ -1549,7 +1553,11 @@ onMounted(() => {
-
+
{
-
+