|
|
|
@@ -201,14 +201,23 @@ |
|
|
|
</datalist> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="inline required field"> |
|
|
|
<div class="inline required field" id="dataset-base"> |
|
|
|
<label>数据集</label> |
|
|
|
<select id="cloudbrain_dataset" class="ui search dropdown" placeholder="选择数据集" style='width:385px' name="attachment" required> |
|
|
|
<!-- <select id="cloudbrain_dataset" class="ui search dropdown" placeholder="选择数据集" style='width:385px' name="attachment" required> |
|
|
|
|
|
|
|
{{range .attachments}} |
|
|
|
<option name="attachment" value="{{.UUID}}">{{.Attachment.Name}}</option> |
|
|
|
{{end}} |
|
|
|
</select> |
|
|
|
</select> --> |
|
|
|
<input type="text" name="" id=""> |
|
|
|
<el-button type="text" @click="dialogVisible = true">点击打开 Dialog</el-button> |
|
|
|
<el-dialog |
|
|
|
title="选择数据集" |
|
|
|
:visible.sync="dialogVisible" |
|
|
|
width="50%" |
|
|
|
> |
|
|
|
|
|
|
|
</el-dialog> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="inline required field"> |
|
|
|
|