Explorar o código

feat(client): 区间来源增加输入搜索框

zhangweicheng %!s(int64=3) %!d(string=hai) anos
pai
achega
15d1cfb197
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      types/src/interface/bill.ts

+ 1 - 0
types/src/interface/bill.ts

@@ -143,6 +143,7 @@ export interface ICheckOptions {
   unit?: string;
   calcType?: IndexCalcType;
   type?: ProjectType; // 项目类型
+  keyword?: string; // 区间来源中的输入搜索框
 }
 
 export interface IBill extends IBRBase {