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> </li>
</ul> </ul>
<div class="card-body"> <div class="card-body">
<button id="showMenu">검색조건열기</button> <button class="btn btn-primary" id="showMenu">검색조건열기</button>
<button id="fieldDownExcel">엑셀다운</button> <button class="btn btn-success" id="fieldDownExcel">엑셀다운</button>
<div class="row" id="statisticsDiv"> <div class="row" id="statisticsDiv">
<table class="table table-hover table-bordered border-dark" <table class="table table-hover table-bordered"
id="tableData"> id="tableData">
<thead> <thead>
<tr> <tr>
@ -66,7 +66,7 @@
</th:block> </th:block>
</tr> </tr>
</thead> </thead>
<tbody> <tbody class="table-group-divider">
<th:block th:each="total:${totalList}"> <th:block th:each="total:${totalList}">
<tr> <tr>
<td th:text="${total.itemValue}"></td> <td th:text="${total.itemValue}"></td>

View File

@ -9,11 +9,10 @@
</li> </li>
</ul> </ul>
<div class="card-body"> <div class="card-body">
<button id="showMenu">검색조건열기</button> <button class="btn btn-primary" id="showMenu">검색조건열기</button>
<button id="ratingDownExcel">엑셀다운</button> <button class="btn btn-success" id="ratingDownExcel">엑셀다운</button>
<div class="row" id="statisticsDiv"> <div class="row" id="statisticsDiv">
<table class="table table-hover table-bordered border-dark" <table class="table table-hover table-bordered" id="tableData">
id="tableData">
<thead> <thead>
<tr> <tr>
<th rowspan="2">구분</th> <th rowspan="2">구분</th>
@ -42,7 +41,7 @@
</th:block> </th:block>
</tr> </tr>
</thead> </thead>
<tbody> <tbody class="table-group-divider">
<th:block th:each="total:${totalList}"> <th:block th:each="total:${totalList}">
<tr> <tr>
<td th:text="${total.itemValue}"></td> <td th:text="${total.itemValue}"></td>