From 857f8c431305a39b8f396778c8a66a01cdbf703e Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Fri, 19 Apr 2024 19:54:07 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=B3=BB=E7=BB=9F=E9=A6=96=E6=AC=A1?= =?UTF-8?q?=E4=BD=BF=E7=94=A8=E5=BC=95=E5=AF=BC=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../quick-build/components/ConfigNeInfo.vue | 194 +++++++++++++++++- .../components/ConfigNeInfoPara5G.vue | 3 + .../quick-build/components/ConfigSystem.vue | 2 +- .../components/SoftwareInstall.vue | 3 +- .../components/SoftwareLicense.vue | 6 +- .../system/quick-build/components/Start.vue | 9 +- src/views/system/quick-build/index.vue | 1 + 7 files changed, 205 insertions(+), 13 deletions(-) diff --git a/src/views/system/quick-build/components/ConfigNeInfo.vue b/src/views/system/quick-build/components/ConfigNeInfo.vue index cf3867d3..13f1d7c7 100644 --- a/src/views/system/quick-build/components/ConfigNeInfo.vue +++ b/src/views/system/quick-build/components/ConfigNeInfo.vue @@ -1,15 +1,201 @@ diff --git a/src/views/system/quick-build/components/SoftwareInstall.vue b/src/views/system/quick-build/components/SoftwareInstall.vue index 35f594df..cd573a2b 100644 --- a/src/views/system/quick-build/components/SoftwareInstall.vue +++ b/src/views/system/quick-build/components/SoftwareInstall.vue @@ -5,8 +5,7 @@ import { stepState, fnToStepName } from '../hooks/useStep';