Commit fc8e18c5 authored by zhouzihao's avatar zhouzihao

dev-添加新的字段

parent bc7d5466
......@@ -47,6 +47,9 @@
<FormItem label="gitlab令牌">
<Input v-model="showData.target_git_token"></Input>
</FormItem>
<FormItem label="gitlab用户名">
<Input v-model="showData.target_git_name"></Input>
</FormItem>
<FormItem label="Docker仓库地址">
<Input v-model="showData.registry_url"></Input>
</FormItem>
......@@ -102,6 +105,11 @@ export default {
key: "target_git_token",
width: 200
},
{
title: "目标gitlab用户名",
key: "target_git_name",
width: 200
},
{
title: "目标docker仓库地址",
key: "registry_url",
......
......@@ -71,6 +71,7 @@
<Button type="primary" @click="save">保存</Button>
</div>
</Drawer>
</section>
</template>
<script>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment