Просмотр исходного кода

feat(types): 修改IBudgetCheckSidebarListItem

LuoHaoxuan 3 лет назад
Родитель
Сommit
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 {