mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-07 01:04:20 +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> 최대 3개월까지 조회 가능합니다.</p>
|
||||
<div class="term">
|
||||
<div class="group" style="width:500px;">
|
||||
@@ -414,7 +414,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