mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-08 21:28:35 +09:00
수정건 수정
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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%'},
|
||||
|
||||
Reference in New Issue
Block a user