Commit fb6ac363 authored by xishifeng's avatar xishifeng

撤销按钮

parent 7acd99cd
......@@ -36,7 +36,7 @@
[% } %]
[% } %]
[% if(it['step'] <= 3 && check_auth('index/backOutToOne')) { %]
[% if((it['step'] <= 3 || it['step'] == 10) && check_auth('index/backOutToOne')) { %]
<a class="btn1 btn-success report-back-out" href="#modal-back-out" data-toggle="modal">撤销</a>&nbsp;
[% } %]
<a class="btn1 btn-success timeline" href="#modal-time" data-toggle="modal">时间轴</a>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment