Преглед изворни кода

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 {