remove unused code

This commit is contained in:
MaysWind
2023-07-17 23:05:48 +08:00
parent 0255213934
commit f0ef9ad51e
4 changed files with 0 additions and 31 deletions
-3
View File
@@ -215,9 +215,6 @@ export default {
defaultCurrency() {
return this.userStore.currentUserDefaultCurrency;
},
firstDayOfWeek() {
return this.userStore.currentUserFirstDayOfWeek;
},
allDateRanges() {
return datetimeConstants.allDateRanges;
},