mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-17 00:12:11 +08:00
fix the display format of the fiscal year start date not updated after changing the number system on user profile page
This commit is contained in:
@@ -149,6 +149,7 @@
|
||||
:disabled="loading || saving"
|
||||
:label="tt('Fiscal Year Start Date')"
|
||||
:placeholder="tt('Fiscal Year Start Date')"
|
||||
:numeral-system="newProfile.numeralSystem"
|
||||
v-model="newProfile.fiscalYearStart"
|
||||
/>
|
||||
</v-col>
|
||||
|
||||
Reference in New Issue
Block a user