fix(加班申请、工作报告、我的绩效): 重构页面样式、修复一系列bug、对不合理的地方进行调整。
This commit is contained in:
6
src/typings/api/work-report.d.ts
vendored
6
src/typings/api/work-report.d.ts
vendored
@@ -78,6 +78,8 @@ declare namespace Api {
|
||||
}
|
||||
|
||||
interface TeamReportSummary {
|
||||
periodStartDate?: string | null;
|
||||
periodEndDate?: string | null;
|
||||
totalShouldSubmit: number;
|
||||
submittedCount: number;
|
||||
unsubmittedCount: number;
|
||||
@@ -87,7 +89,9 @@ declare namespace Api {
|
||||
|
||||
interface TeamReportSummaryParams {
|
||||
reportType: ReportType;
|
||||
periodKey: string;
|
||||
periodKey?: string | null;
|
||||
periodStartDate?: string | null;
|
||||
periodEndDate?: string | null;
|
||||
}
|
||||
|
||||
interface TeamReportRemindParams {
|
||||
|
||||
Reference in New Issue
Block a user