mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-20 17:54:30 +08:00
fix typo
This commit is contained in:
@@ -219,7 +219,7 @@
|
|||||||
<v-menu activator="parent" :open-on-hover="true">
|
<v-menu activator="parent" :open-on-hover="true">
|
||||||
<v-list>
|
<v-list>
|
||||||
<template :key="dateRange.type"
|
<template :key="dateRange.type"
|
||||||
v-for="dateRange in accountReconciliationStatementDateRangs(element.getAccountOrSubAccount(activeSubAccount[element.id]))">
|
v-for="dateRange in accountReconciliationStatementDateRanges(element.getAccountOrSubAccount(activeSubAccount[element.id]))">
|
||||||
<v-list-item class="text-sm" density="compact"
|
<v-list-item class="text-sm" density="compact"
|
||||||
:value="dateRange.type">
|
:value="dateRange.type">
|
||||||
<v-list-item-title class="cursor-pointer"
|
<v-list-item-title class="cursor-pointer"
|
||||||
@@ -448,7 +448,7 @@ function accountCurrency(account: Account): string | null {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
function accountReconciliationStatementDateRangs(account: Account): LocalizedDateRange[] {
|
function accountReconciliationStatementDateRanges(account: Account): LocalizedDateRange[] {
|
||||||
return getAllDateRanges(DateRangeScene.Normal, true, !!accountsStore.getAccountStatementDate(account.id));
|
return getAllDateRanges(DateRangeScene.Normal, true, !!accountsStore.getAccountStatementDate(account.id));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user