init
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -43,7 +43,7 @@ | ... | @@ -43,7 +43,7 @@ |
| 43 | <button class="btn btn-danger btn-block" onclick="refuse()">拒绝</button> | 43 | <button class="btn btn-danger btn-block" onclick="refuse()">拒绝</button> |
| 44 | </div> | 44 | </div> |
| 45 | <div class="col-sm-2"> | 45 | <div class="col-sm-2"> |
| 46 | <button class="btn btn-primary btn-block" onclick="loadIframe('<?=site_url('work/check/8'.$id);?>', '审核意见');">通过</button> | 46 | <button class="btn btn-primary btn-block" onclick="loadIframe('<?=site_url('work/check/8/'.$id);?>', '审核意见');">通过</button> |
| 47 | </div> | 47 | </div> |
| 48 | </div> | 48 | </div> |
| 49 | 49 | ... | ... |
-
Please register or sign in to post a comment