청구검증 엑셀 다운로드 파일명 수정

This commit is contained in:
Jeon
2023-07-19 15:39:15 +09:00
parent b9f2dd4676
commit 8a50028e18

View File

@@ -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 = '청구 검증 엑셀 다운로드';