Skip to content

Commit

Permalink
bugfix#任务日志列表搜索-状态为后台运行-结果显示不正确
Browse files Browse the repository at this point in the history
  • Loading branch information
ouqiang committed May 13, 2017
1 parent 6cd09d7 commit ce6ba17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/task/log.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ <h3 class="ui dividing header">
<option value="2" {{{if eq .Params.Status 1}}}selected{{{end}}}>执行中</option>
<option value="3" {{{if eq .Params.Status 2}}}selected{{{end}}}>成功</option>
<option value="4" {{{if eq .Params.Status 3}}}selected{{{end}}}>取消</option>
<option value="5" {{{if eq .Params.Status 3}}}selected{{{end}}}>后台运行</option>
<option value="5" {{{if eq .Params.Status 4}}}selected{{{end}}}>后台运行</option>
</select>
</div>
<div class="field">
Expand Down

0 comments on commit ce6ba17

Please sign in to comment.