
--- client/views/pages/adm/statistics/BbsStatistics.vue
+++ client/views/pages/adm/statistics/BbsStatistics.vue
... | ... | @@ -246,7 +246,7 @@ |
246 | 246 |
link.href = url; |
247 | 247 |
link.setAttribute( |
248 | 248 |
"download", |
249 |
- `[${today}]게시판접속통계_${vm.searchDate.startDt}_${vm.searchDate.endDt}.xlsx` |
|
249 |
+ `${today}_게시판접속통계_${vm.searchDate.startDt}_${vm.searchDate.endDt}.xlsx` |
|
250 | 250 |
); |
251 | 251 |
document.body.appendChild(link); |
252 | 252 |
link.click(); |
--- client/views/pages/adm/statistics/MenuStatistics.vue
+++ client/views/pages/adm/statistics/MenuStatistics.vue
... | ... | @@ -246,7 +246,7 @@ |
246 | 246 |
link.href = url; |
247 | 247 |
link.setAttribute( |
248 | 248 |
"download", |
249 |
- `[${today}]메뉴별접속통계(공무원용)_${vm.searchDate.startDt}_${vm.searchDate.endDt}.xlsx` |
|
249 |
+ `${today}_메뉴별접속통계(공무원용)_${vm.searchDate.startDt}_${vm.searchDate.endDt}.xlsx` |
|
250 | 250 |
); |
251 | 251 |
document.body.appendChild(link); |
252 | 252 |
link.click(); |
--- client/views/pages/adm/statistics/UserStatistics.vue
+++ client/views/pages/adm/statistics/UserStatistics.vue
... | ... | @@ -230,7 +230,7 @@ |
230 | 230 |
link.href = url; |
231 | 231 |
link.setAttribute( |
232 | 232 |
"download", |
233 |
- `[${today}]사용자접속통계_${vm.searchDate.startDt}_${vm.searchDate.endDt}.xlsx` |
|
233 |
+ `${today}_사용자접속통계_${vm.searchDate.startDt}_${vm.searchDate.endDt}.xlsx` |
|
234 | 234 |
); |
235 | 235 |
document.body.appendChild(link); |
236 | 236 |
link.click(); |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?