fix(工作报告、我的绩效、产品/项目、消息通知): 修复已知的一些问题。
This commit is contained in:
6
src/typings/api/performance.d.ts
vendored
6
src/typings/api/performance.d.ts
vendored
@@ -181,15 +181,17 @@ declare namespace Api {
|
||||
}
|
||||
|
||||
interface PendingSendUser {
|
||||
periodMonth: string;
|
||||
userId: string;
|
||||
userNickname: string;
|
||||
managerUserId: string;
|
||||
managerUserId?: string | null;
|
||||
managerName: string;
|
||||
sheetId?: string | null;
|
||||
statusCode?: Common.SheetStatusCode | null;
|
||||
}
|
||||
|
||||
interface PendingConfirmUser {
|
||||
periodMonth: string;
|
||||
userId: string;
|
||||
userNickname: string;
|
||||
sheetId: string;
|
||||
@@ -207,7 +209,7 @@ declare namespace Api {
|
||||
interface Summary {
|
||||
periodMonthStart: string;
|
||||
periodMonthEnd: string;
|
||||
totalSheetCount: number;
|
||||
expectedSheetCount: number;
|
||||
pendingSendCount: number;
|
||||
pendingConfirmCount: number;
|
||||
confirmedRate: string | number;
|
||||
|
||||
Reference in New Issue
Block a user