Browse Source

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

Signed-off-by: zouap <zouap@pcl.ac.cn>
tags/v1.21.12.1
zouap 3 years ago
parent
commit
d8eb2ac14f
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      templates/repo/datasets/label/index.tmpl

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

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


Loading…
Cancel
Save