fix(加班申请、工作报告、我的绩效): 重构页面样式、修复一系列bug、对不合理的地方进行调整。
This commit is contained in:
6
src/typings/api/overtime-application.d.ts
vendored
6
src/typings/api/overtime-application.d.ts
vendored
@@ -98,11 +98,13 @@ declare namespace Api {
|
||||
}
|
||||
|
||||
interface TeamOvertimeSummaryParams {
|
||||
month?: string | null;
|
||||
overtimeDateStart?: string | null;
|
||||
overtimeDateEnd?: string | null;
|
||||
}
|
||||
|
||||
interface TeamOvertimeSummary {
|
||||
month: string;
|
||||
overtimeDateStart: string;
|
||||
overtimeDateEnd: string;
|
||||
totalApplicationCount: number;
|
||||
pendingCount: number;
|
||||
approvedCount: number;
|
||||
|
||||
Reference in New Issue
Block a user