Bläddra i källkod

feat(types): 修改IBudgetCheckSidebarListItem

LuoHaoxuan 3 år sedan
förälder
incheckning
60aba8ba7c
1 ändrade filer med 1 tillägg och 1 borttagningar
  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 {