|
@@ -805,19 +805,19 @@
|
|
|
</div>
|
|
|
|
|
|
<%--项目报表--%>
|
|
|
- <div><b>项目${nyr}报</b></div>
|
|
|
+ <div class="form-group-label"><h2>项目${nyr}报</h2></div>
|
|
|
<table class="oa-table layui-table" id="contentTable1" lay-filter="test"></table>
|
|
|
|
|
|
<%--开票报表--%>
|
|
|
- <div><b>开票${nyr}报</b></div>
|
|
|
+ <div class="form-group-label"><h2>开票${nyr}报</h2></div>
|
|
|
<table class="oa-table layui-table" id="contentTable2" lay-filter="test"></table>
|
|
|
|
|
|
<%--报销报表--%>
|
|
|
- <div><b>报销${nyr}报</b></div>
|
|
|
+ <div class="form-group-label"><h2>报销${nyr}报</h2></div>
|
|
|
<table class="oa-table layui-table" id="contentTable3" lay-filter="test"></table>
|
|
|
|
|
|
<%--合同报表--%>
|
|
|
- <div><b>合同${nyr}报</b></div>
|
|
|
+ <div class="form-group-label"><h2>合同${nyr}报</h2></div>
|
|
|
<table class="oa-table layui-table" id="contentTable4" lay-filter="test"></table>
|
|
|
|
|
|
|