mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-07 04:43:08 +09:00
발신번호 등록 수정
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
</div>
|
||||
<div class="search_wrap">
|
||||
<div class="input_box cal">
|
||||
<label for="right" class="label txt">날짜</label>
|
||||
<label for="right" class="label txt">조회기간</label>
|
||||
<p> 최대 1개월까지 조회 가능합니다.</p>
|
||||
<div class="term">
|
||||
<!--
|
||||
@@ -402,7 +402,7 @@ export default {
|
||||
}
|
||||
|
||||
let today = moment().format('YYYYMMDDHHmmss');
|
||||
const saveFileName = `사업자별 일별통계_${today}.xlsx`;
|
||||
const saveFileName = `사업자별 일별통계_${today}.xls`;
|
||||
|
||||
const data = await this.getExcelDataDown();
|
||||
let options = {
|
||||
|
||||
Reference in New Issue
Block a user