251211:1622 Frontend: refactor Dashboard (not finish)
This commit is contained in:
@@ -16,6 +16,9 @@ export class DashboardStatsDto {
|
||||
@ApiProperty({ description: 'จำนวนงานที่รออนุมัติ', example: 12 })
|
||||
pendingApprovals!: number;
|
||||
|
||||
@ApiProperty({ description: 'จำนวนเอกสารที่อนุมัติแล้ว', example: 100 })
|
||||
approved!: number;
|
||||
|
||||
@ApiProperty({ description: 'จำนวน RFA ทั้งหมด', example: 45 })
|
||||
totalRfas!: number;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user