수정건 수정

This commit is contained in:
USER
2022-09-01 18:15:27 +09:00
parent 8dcd9365b6
commit 28dbf2ce5b
4 changed files with 116 additions and 8 deletions

View File

@@ -9,7 +9,11 @@
</div>
<div class="info">
<div class="count"> <span>{{ totalCnt }}</span>
<p>최근 3개월 내역을 확인할 있습니다.</p>
<p>최근 1 내역을 확인할 있습니다.</p>
</div>
<div class="button_group">
<button class="btn-pcolor download" @click="excelDown();">엑셀 다운로드</button>
</div>
</div>
<table class="table-r">
@@ -35,8 +39,8 @@
</tr>
</tbody>
</table>
<div class="popup-btn2">
<button class="btn-pcolor download" @click="excelDown();">엑셀 다운로드</button>
<div class="popup-btn1">
<button class="btn-default" @click="carryOverListPopClose();">닫기</button>
</div>
</div>

View File

@@ -185,16 +185,16 @@ export default {
addCls: 'box_OFvis',
columns: [
{name: 'no', header: 'No', align: 'center', width: 60},
{name: 'no', header: 'No', align: 'center', width: '4%'},
{
name: 'serviceId', header: '서비스 ID\n(관리자 ID)', align: 'center', width: 160, renderer: {
name: 'serviceId', header: '서비스 ID\n(관리자 ID)', align: 'center', width: '12%', renderer: {
type: CustomATagRenderer
, options: {
callback: this.custDetail,
}
}
},
{name: 'custNm', header: '고객사명', align: 'center', width: '4%'},
{name: 'custNm', header: '고객사명', align: 'center', width: '12%'},
{name: 'regNo', header: '가입번호', align: 'center', width: '12%'},
{name: 'regDt', header: '가입일', align: 'center', width: '12%', cls: 'td_line'},
{name: 'stat', header: '상태', align: 'center', width: '12%'},