소스 검색

feat(types): 修改IBudgetCheckSidebarListItem

LuoHaoxuan 3 년 전
부모
커밋
60aba8ba7c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      types/src/interface/budgetCheck.ts

+ 1 - 1
types/src/interface/budgetCheck.ts

@@ -1,7 +1,7 @@
 export interface IBudgetCheckSidebarListItem {
   ID: string;
   title: string;
-  subtitle: string;
+  executor: string;
 }
 
 export interface IBudgetCheckFormTree {