Skip to content

Commit

Permalink
[feature] New version / Unsupervised learning / bugfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
LogIN- committed Nov 24, 2022
1 parent 860d597 commit 6a0f384
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@



<el-form-item label="Analysis methid">
<el-form-item label="Analysis method">
<el-select v-model="settingsForm.analysis_method" size="mini" placeholder="Select" style="float: right">
<el-option v-for="item in selectedOptions.analysis_method" :key="item.id" :label="item.name" :value="item.id">
<span style="float: left">{{ item.name }}</span>
Expand Down

0 comments on commit 6a0f384

Please sign in to comment.