Skip to content

Commit

Permalink
chore: 프론트에서 제1기숙사식당 할인 기록 확인 가능하게 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
potados99 committed Mar 11, 2022
1 parent 652ee48 commit 9207a36
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ Cafeteria 서비스를 운영하면서 수정이 잦았던 부분들에 대한

## 업데이트 로그

### 2022.3.11 v1.8.3
- 프론트에서 제1기숙사식당 할인 기록 확인 가능하게 변경.

### 2022.3.4 v1.8.2
- DiscountProcessHistory는 최근 500개만 가져옴.

Expand Down
4 changes: 2 additions & 2 deletions src/features/front/Front.vue
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ export default {
},
todayString: formatDateYYYYMMDD(),
discountRecordsUrlTxt: config.api.endpoints.discountRecords(formatDateYYYYMMDD(), 1 /* 학생식당 */, 'txt'),
discountRecordsUrlXls: config.api.endpoints.discountRecords(formatDateYYYYMMDD(), 1 /* 학생식당 */, 'xls'),
discountRecordsUrlTxt: config.api.endpoints.discountRecords(formatDateYYYYMMDD(), 4 /* 제1기숙사식당 */, 'txt'),
discountRecordsUrlXls: config.api.endpoints.discountRecords(formatDateYYYYMMDD(), 4 /* 제1기숙사식당 */, 'xls'),
services: services,
zen: null,
Expand Down

0 comments on commit 9207a36

Please sign in to comment.