Ver código fonte

feat(types): 修改IBudgetCheckSidebarListItem

LuoHaoxuan 3 anos atrás
pai
commit
60aba8ba7c
1 arquivos alterados com 1 adições e 1 exclusões
  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 {