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