From fc6dfe9894836cd234d3b86606cfaf290eff07cf Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Tue, 30 Apr 2024 20:03:55 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E5=BC=80=E7=AB=99=E7=BD=91=E5=85=83?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E5=87=BD=E6=95=B0=E5=91=BD=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../system/quick-start/components/NeInfoConfig.vue | 14 +++++++------- .../components/NeInfoSoftwareInstall.vue | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) 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'); },