From 87b2fd965cfe5f53036294192a4a0bd22526bc5b Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Wed, 28 Feb 2024 16:47:59 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20MML=E7=BD=91=E5=85=83=E6=93=8D=E4=BD=9C?= =?UTF-8?q?=E6=94=AF=E6=8C=81=E5=8C=BA=E5=88=86=E6=8E=A5=E5=8F=A3=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B?= 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/mmlManage/neOperate/index.vue | 33 +++++++++++++++++++++++++ 3 files changed, 41 insertions(+) diff --git a/src/i18n/locales/en-US.ts b/src/i18n/locales/en-US.ts index f483b86a..a48cf019 100644 --- a/src/i18n/locales/en-US.ts +++ b/src/i18n/locales/en-US.ts @@ -1661,6 +1661,10 @@ export default { uploadFileTip: 'Are you sure you want to upload the file?', uploadFileOk: 'File Upload Successful', uploadFileErr: 'File Upload Failed', + neOperate:{ + mml: "General", + mml2: "Standard", + }, omcOperate:{ noOMC: "No OMC network elements", }, diff --git a/src/i18n/locales/zh-CN.ts b/src/i18n/locales/zh-CN.ts index 4ff4c3e0..f37400c9 100644 --- a/src/i18n/locales/zh-CN.ts +++ b/src/i18n/locales/zh-CN.ts @@ -1661,6 +1661,10 @@ export default { uploadFileTip: '确认要上传文件吗?', uploadFileOk: '文件上传成功', uploadFileErr: '文件上传失败', + neOperate:{ + mml: "通用", + mml2: "标准版", + }, omcOperate:{ noOMC: "暂无OMC网元", }, diff --git a/src/views/mmlManage/neOperate/index.vue b/src/views/mmlManage/neOperate/index.vue index 1d2d9a8b..95d84d01 100644 --- a/src/views/mmlManage/neOperate/index.vue +++ b/src/views/mmlManage/neOperate/index.vue @@ -452,6 +452,7 @@ function fnAutoCompleteSelect(_: any, option: any) { key: option.key, operation: option.operation, object: option.object, + objectType: option.objectType, param: option.param, }; state.from = {}; @@ -497,6 +498,7 @@ function fnAutoCompleteChange(value: any, _: any) { key: '', operation: '', object: '', + objectType: state.mmlSelect.objectType, param: [], }; } @@ -641,7 +643,9 @@ onMounted(() => { :validateTrigger="[]" > + { > + + + + + + + + {{ t('views.mmlManage.neOperate.mml') }} + + + {{ t('views.mmlManage.neOperate.mml2') }} + + +