mirror of https://github.com/openspug/spug
U - 更新前端HostRel警告
parent
8c82a4af7a
commit
d0ca9d23f6
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<div>
|
||||
<el-select v-model="type" style="margin-bottom: 15px" placeholder="请选择环境">
|
||||
<el-option v-for="env in this.owner" :label="env.name" :value="env.id">
|
||||
<el-option v-for="env in this.owner" :label="env.name" :value="env.id" :key="env.id">
|
||||
</el-option>
|
||||
</el-select>
|
||||
<el-transfer :titles="['未选主机', '已选主机']" v-if="type === ''" :data="ecs_host"></el-transfer>
|
||||
|
@ -89,4 +89,4 @@
|
|||
// this.fetch_relationship()
|
||||
}
|
||||
}
|
||||
</script>
|
||||
</script>
|
||||
|
|
Loading…
Reference in New Issue