Commit 31cbdd6e authored by agping's avatar agping

1

parent ccadb633
...@@ -49,9 +49,8 @@ ...@@ -49,9 +49,8 @@
[% } else { %] [% } else { %]
<td>--</td> <td>--</td>
[% } %] [% } %]
<td> <td>
[% if(check_auth('index/getDetailCost')) { %] [% if(check_auth('index/getDetailCost') && check_auth('index/publicCostDetails')) { %]
<a class="btn1 btn-success checkCost" href="#modal-addPic" data-toggle="modal" data-id='[%= it[item]["id"] %]' data-status='[%= it[item]["status"] %]'>审核</a> <a class="btn1 btn-success checkCost" href="#modal-addPic" data-toggle="modal" data-id='[%= it[item]["id"] %]' data-status='[%= it[item]["status"] %]'>审核</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