fix:외사통계 화면수정

TaehunPark 2022-11-02 18:02:19 +09:00
parent 0489867e62
commit aba6c6cbbf
2 changed files with 8 additions and 9 deletions

View File

@ -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>

View File

@ -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>