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分支"}, } } },