Commit e230dd41 authored by agping's avatar agping

后台 优化

parent 64ad139a
{layout name="global/frame_tpl" /}
<input type="hidden" class="page-load" id="houseList" />
<style>
/*隐藏表格滚动条*/
.table-responsive{
overflow-x: hidden!important;
}
.modal.fade.in.yz{
opacity: 0;
}
......@@ -305,11 +309,10 @@
<!-- /#page-content-wrapper -->
<div class="text-right" id="pagediv">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
......
......@@ -676,4 +676,4 @@ p{margin: 0;}
/*去掉每个页面的 表格头部的边框 宽度*/
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td{
border-bottom-width: 0px!important;
}
}
\ No newline at end of file
......@@ -7,14 +7,30 @@
<td>[%= it[item]['district_store'] %]</td>
<td>[%= it[item]['name'] %]</td>
<td>[%= it[item]['should_commission'] %]</td>
<td>[%= it[item]['cash'] %]</td>
<td>[%= it[item]['practical_fee'] %]</td>
<td>
[% if (it[item]['fee']){ %]
[% if (it[item]['cash'] ){ %]
[%= it[item]['cash'] %]
[% } else{%]
[%= 0 %]
[% } %]
</td>
<td>
[% if (it[item]['practical_fee'] ){ %]
[%= it[item]['practical_fee'] %]
[% } else{%]
[%= 0 %]
[% } %]
</td>
<td>
[% if (it[item]['fee'] ){ %]
[%= it[item]['fee'] %]
[% } else{%]
[%= 0 %]
[% } %]
</td>
<td>[%= it[item]['over_fee'] %]</td>
<td>
[%= it[item]['over_fee'] %]
</td>
</tr>
[% } %]
[% }else{ %]
......
......@@ -104,7 +104,7 @@
[% } %]
[% }else{ %]
<tr>
<td colspan="12" style="text-align:center;"> 暂无数据</td>
<td colspan="10" style="text-align:center;"> 暂无数据</td>
</tr>
[% } %]
</script>
\ No newline at end of file
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