addanalysis
This commit is contained in:
@@ -3,10 +3,13 @@ import type { Component } from 'vue';
|
||||
interface AnalysisOverviewItem {
|
||||
icon: Component | string;
|
||||
title: string;
|
||||
totalTitle: string;
|
||||
totalValue: number;
|
||||
value: number;
|
||||
decimals?: number;
|
||||
todaytitle: string;
|
||||
todayValue: number;
|
||||
Subtitle: string;
|
||||
SubValue: number;
|
||||
todaySubtitle: string;
|
||||
todaySubValue: number;
|
||||
}
|
||||
|
||||
interface WorkbenchProjectItem {
|
||||
|
||||
Reference in New Issue
Block a user