From 29bd119ff48af4900ae4b58f49302a9cf0dded2f Mon Sep 17 00:00:00 2001 From: aixianling Date: Mon, 16 Dec 2024 16:17:31 +0800 Subject: [PATCH] =?UTF-8?q?refactor(oms):=20=E4=BC=98=E5=8C=96=20AppDeploy?= =?UTF-8?q?Custom=20=E7=BB=84=E4=BB=B6=E9=BB=98=E8=AE=A4=E5=80=BC=E5=92=8C?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 为 form 属性设置默认值,避免 undefined - 优化输入框和标签的样式 - 调整部分 UI 样式,如换行和间距 --- .../AppDeployCustom/config/webConfig.vue | 35 ++++++++++--------- 1 file changed, 18 insertions(+), 17 deletions(-) diff --git a/project/oms/apps/develop/AppDeployCustom/config/webConfig.vue b/project/oms/apps/develop/AppDeployCustom/config/webConfig.vue index 16ebc751..20323cc3 100644 --- a/project/oms/apps/develop/AppDeployCustom/config/webConfig.vue +++ b/project/oms/apps/develop/AppDeployCustom/config/webConfig.vue @@ -6,7 +6,7 @@ export default { event: "input" }, props: { - form: Object, + form: { default: () => ({ sysInfo: {} }) }, title: String }, watch: { @@ -26,14 +26,14 @@ export default { - + - + - + @@ -56,29 +56,30 @@ export default { - +
- + - +
- + - +
- +
@@ -93,22 +94,22 @@ export default { 手机APP - + - + - + - - + + - + - +