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