mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 01:04:25 +08:00
modify style
This commit is contained in:
@@ -116,8 +116,16 @@ export function useStatisticsTransactionPageBase() {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (query.value.categoricalChartDateType === settingsStore.appSettings.statistics.defaultCategoricalChartDataRangeType) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
return !!query.value.categoricalChartStartTime || !!query.value.categoricalChartEndTime;
|
return !!query.value.categoricalChartStartTime || !!query.value.categoricalChartEndTime;
|
||||||
} else if (analysisType.value === StatisticsAnalysisType.TrendAnalysis) {
|
} else if (analysisType.value === StatisticsAnalysisType.TrendAnalysis) {
|
||||||
|
if (query.value.trendChartDateType === settingsStore.appSettings.statistics.defaultTrendChartDataRangeType) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
return !!query.value.trendChartStartYearMonth || !!query.value.trendChartEndYearMonth;
|
return !!query.value.trendChartStartYearMonth || !!query.value.trendChartEndYearMonth;
|
||||||
} else {
|
} else {
|
||||||
return false;
|
return false;
|
||||||
|
|||||||
Reference in New Issue
Block a user