mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-26 22:43:06 -04:00
(admin) minor fixes to timesheets view
This commit is contained in:
parent
adff6efe7a
commit
932657c1b4
@ -87,7 +87,6 @@
|
||||
</div>
|
||||
|
||||
<section>
|
||||
<Debug :v="transferMethod" />
|
||||
<p>
|
||||
<strong>Transfer method:</strong>
|
||||
<span v-for="(label, value) in transferMethods" class="form-check form-check-inline">
|
||||
|
@ -53,6 +53,8 @@ export const TRANSFER_METHODS = {
|
||||
export const PERIODS = {
|
||||
'2020-2022': [2020, 1, 2022, 12],
|
||||
'2023': [2023, 1, 2023, 12],
|
||||
'previous month': [now.year, now.month, now.year, now.month],
|
||||
'current month': [prevMonth.year, prevMonth.month, prevMonth.year, prevMonth.month],
|
||||
'2024': [2024, 1, 2024, 12],
|
||||
'2025': [2025, 1, 2025, 12],
|
||||
'previous month': [prevMonth.year, prevMonth.month, prevMonth.year, prevMonth.month],
|
||||
'current month': [now.year, now.month, now.year, now.month],
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user