From 7652b290b0f44e77ee2e6128872f119228fc5d7c Mon Sep 17 00:00:00 2001 From: 2256907009 <2256907009@qq.com> Date: Wed, 15 Apr 2026 16:35:41 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=99=9A=E6=8B=9F=E6=9C=BA=E6=A8=A1?= =?UTF-8?q?=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/virtualization/VmManage.vue | 126 ++++++++++++++++++++++++-- 1 file changed, 119 insertions(+), 7 deletions(-) diff --git a/src/views/virtualization/VmManage.vue b/src/views/virtualization/VmManage.vue index d9a5ad6..5caea91 100644 --- a/src/views/virtualization/VmManage.vue +++ b/src/views/virtualization/VmManage.vue @@ -138,7 +138,7 @@ - loadNetworkOptions(v)"> + @@ -203,10 +203,16 @@ - - - - 请先选择宿主机以加载可用网络(仅显示未使用的网络) + + 选择网络 + 已选 {{ createNetSelected.length }} 个 + {{ createForm.host_id ? '未选择' : '请先选择宿主机' }} + + + + {{ n.name || n.bridge_name || n.id }} - {{ n.address || '' }} (ID:{{ n.id }}) + + @@ -218,6 +224,48 @@ + + + + + + + 基本信息 + + + + + + + + + + + CIDR + + + + + + + 高级配置 + + + + + + + + + 取消 + 确定 + + + + @@ -368,20 +416,21 @@