commit
Showing
1 changed file
with
2 additions
and
0 deletions
| ... | @@ -188,6 +188,8 @@ | ... | @@ -188,6 +188,8 @@ |
| 188 | :value="item.value"> | 188 | :value="item.value"> |
| 189 | </el-option> | 189 | </el-option> |
| 190 | </el-select> | 190 | </el-select> |
| 191 | </el-form-item> | ||
| 192 | <el-form-item> | ||
| 191 | <el-select v-model="bizData.version" placeholder="请选择算法版本"> | 193 | <el-select v-model="bizData.version" placeholder="请选择算法版本"> |
| 192 | <el-option | 194 | <el-option |
| 193 | v-for="item in bizDataversionoptions" | 195 | v-for="item in bizDataversionoptions" | ... | ... |
-
Please register or sign in to post a comment