|
|
@@ -5,8 +5,8 @@ |
|
|
|
<label v-else>镜像</label> |
|
|
|
<span v-if="benchmarkNew"> </span> |
|
|
|
<input v-if="benchmarkNew" type="text" name="image" :value="imageAddress" style="width: 48.5%;" |
|
|
|
placeholder="选择镜像或输入镜像地址"> |
|
|
|
<input v-else type="text" name="image" :value="imageAddress" placeholder="选择镜像或输入镜像地址"> |
|
|
|
placeholder="选择镜像或输入镜像地址" required> |
|
|
|
<input v-else type="text" name="image" :value="imageAddress" placeholder="选择镜像或输入镜像地址" required> |
|
|
|
<el-button type="text" @click="dialogVisible = true" icon="el-icon-plus" style="color: #0366d6;">选择镜像 |
|
|
|
</el-button> |
|
|
|
<el-dialog title="选择镜像" :visible.sync="dialogVisible" width="50%"> |
|
|
|