浏览代码

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

zhangweicheng 3 年之前
父节点
当前提交
15d1cfb197
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      types/src/interface/bill.ts

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

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