diff --git a/src/views/system/quick-start/components/NeInfoConfig.vue b/src/views/system/quick-start/components/NeInfoConfig.vue index 8614c188..45deab5e 100644 --- a/src/views/system/quick-start/components/NeInfoConfig.vue +++ b/src/views/system/quick-start/components/NeInfoConfig.vue @@ -125,9 +125,9 @@ function fnTabCreate() { } /** - * 对话框弹出测试连接 + * 测试主机连接 */ -function fnModalTest(row: Record) { +function fnHostTest(row: Record) { if (tabState.confirmLoading || !row.addr) return; tabState.confirmLoading = true; const hide = message.loading(t('common.loading'), 0); @@ -151,8 +151,8 @@ function fnModalTest(row: Record) { }); } -/**SSH连接-免密直连 */ -function fnSSHLink(row: Record) { +/**测试主机连接-免密直连 */ +function fnHostAuthorized(row: Record) { if (tabState.confirmLoading) return; Modal.confirm({ @@ -280,7 +280,7 @@ function fnStepNext(stepName: 'NeInfoConfigPara5G') { if (stepName === 'NeInfoConfigPara5G') { Modal.confirm({ title: t('common.tipTitle'), - content: '确认要下一步进行各网元公共参数的设置?', + content: '确认要下一步进行网元公共参数的设置?', onOk() { fnToStepName('NeInfoConfigPara5G'); }, @@ -690,7 +690,7 @@ onMounted(() => { @@ -698,7 +698,7 @@ onMounted(() => { diff --git a/src/views/system/quick-start/components/NeInfoSoftwareInstall.vue b/src/views/system/quick-start/components/NeInfoSoftwareInstall.vue index e34788de..fe58fbf7 100644 --- a/src/views/system/quick-start/components/NeInfoSoftwareInstall.vue +++ b/src/views/system/quick-start/components/NeInfoSoftwareInstall.vue @@ -205,7 +205,7 @@ function fnStepNext(stepName: 'NeInfoSoftwareLicense') { if (stepName === 'NeInfoSoftwareLicense') { Modal.confirm({ title: t('common.tipTitle'), - content: '确认要下一步进行各网元授权吗?', + content: '确认要下一步进行网元授权吗?', onOk() { fnToStepName('NeInfoSoftwareLicense'); },