fix:외사통계 화면수정
parent
0489867e62
commit
aba6c6cbbf
|
|
@ -9,10 +9,10 @@
|
|||
</li>
|
||||
</ul>
|
||||
<div class="card-body">
|
||||
<button id="showMenu">검색조건열기</button>
|
||||
<button id="fieldDownExcel">엑셀다운</button>
|
||||
<button class="btn btn-primary" id="showMenu">검색조건열기</button>
|
||||
<button class="btn btn-success" id="fieldDownExcel">엑셀다운</button>
|
||||
<div class="row" id="statisticsDiv">
|
||||
<table class="table table-hover table-bordered border-dark"
|
||||
<table class="table table-hover table-bordered"
|
||||
id="tableData">
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
@ -66,7 +66,7 @@
|
|||
</th:block>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tbody class="table-group-divider">
|
||||
<th:block th:each="total:${totalList}">
|
||||
<tr>
|
||||
<td th:text="${total.itemValue}"></td>
|
||||
|
|
|
|||
|
|
@ -9,11 +9,10 @@
|
|||
</li>
|
||||
</ul>
|
||||
<div class="card-body">
|
||||
<button id="showMenu">검색조건열기</button>
|
||||
<button id="ratingDownExcel">엑셀다운</button>
|
||||
<button class="btn btn-primary" id="showMenu">검색조건열기</button>
|
||||
<button class="btn btn-success" id="ratingDownExcel">엑셀다운</button>
|
||||
<div class="row" id="statisticsDiv">
|
||||
<table class="table table-hover table-bordered border-dark"
|
||||
id="tableData">
|
||||
<table class="table table-hover table-bordered" id="tableData">
|
||||
<thead>
|
||||
<tr>
|
||||
<th rowspan="2">구분</th>
|
||||
|
|
@ -42,7 +41,7 @@
|
|||
</th:block>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tbody class="table-group-divider">
|
||||
<th:block th:each="total:${totalList}">
|
||||
<tr>
|
||||
<td th:text="${total.itemValue}"></td>
|
||||
|
|
|
|||
Loading…
Reference in New Issue