Procházet zdrojové kódy

feat(types): 修改IBudgetCheckSidebarListItem

LuoHaoxuan před 3 roky
rodič
revize
60aba8ba7c
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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 {