From 4675ebf883b661f4ec2c0eac0fa624ee5dc2c318 Mon Sep 17 00:00:00 2001 From: aixianling Date: Thu, 31 Mar 2022 09:08:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E5=85=A5git=E5=88=86=E6=94=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/oms/apps/AppDeploy/AppDeploy.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/project/oms/apps/AppDeploy/AppDeploy.vue b/project/oms/apps/AppDeploy/AppDeploy.vue index cd41b706..1f639e46 100644 --- a/project/oms/apps/AppDeploy/AppDeploy.vue +++ b/project/oms/apps/AppDeploy/AppDeploy.vue @@ -23,13 +23,15 @@ - + + + @@ -60,6 +62,7 @@ export default { colConfigs: [ {label: "项目/系统名称", prop: "name"}, {label: "git", prop: "git"}, + {label: "git分支", prop: "branch"}, {label: "生产服务器", prop: "target", width: 100}, {slot: "options"} ], @@ -68,6 +71,7 @@ export default { rules: { name: {required: true, message: "请输入项目/系统名称"}, git: {required: true, message: "请输入git"}, + branch: {required: true, message: "请输入 git分支"}, } } },