Browse Source

修改新增标注任务显示条件。

Signed-off-by: zouap <zouap@pcl.ac.cn>
pull/590/head
zouap 3 years ago
parent
commit
6610963b64
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      templates/repo/datasets/label/index.tmpl

+ 5
- 1
templates/repo/datasets/label/index.tmpl View File

@@ -69,7 +69,9 @@
<select name="pre_predict_task" id="dataset_list" onchange="dataset_sele_Change(this)">
{{if .Attachments}}
{{range .Attachments}}
<option value="{{.UUID}}">{{.Name}}</option>
{{if eq .DecompressState "1"}}
<option value="{{.UUID}}">{{.Name}}</option>
{{end}}
{{end}}
{{end}}
</select>
@@ -123,7 +125,9 @@
<select name="pre_predict_task" id="dataset_list_auto" onchange="dataset_auto_sele_Change(this)">
{{if .Attachments}}
{{range .Attachments}}
{{if eq .DecompressState "1"}}
<option value="{{.UUID}}">{{.Name}}</option>
{{end}}
{{end}}
{{end}}
</select>


Loading…
Cancel
Save