mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-06 17:43:44 +09:00
청구검증 엑셀 다운로드 파일명 수정
This commit is contained in:
@@ -286,7 +286,7 @@ export default {
|
||||
|
||||
async verificationExcel() {
|
||||
let today = moment().format('YYYYMMDDHHmmss');
|
||||
const saveFileName = `청구 검증_${today}.xls`;
|
||||
const saveFileName = `청구 검증(${moment(this.lmtYm).format('YYYY-MM')})_${today}.xls`;
|
||||
|
||||
if (!this.excelDownAble) {
|
||||
this.row.title = '청구 검증 엑셀 다운로드';
|
||||
|
||||
Reference in New Issue
Block a user