Browse Source

fix(types): IEngineering增加visible字段

wupeixin 3 năm trước cách đây
mục cha
commit
4541e9d399

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

@@ -50,6 +50,7 @@ export interface IEngineering {
   progressiveLib?: IFileRef[];
   progressiveLib?: IFileRef[];
   taxGroup: ITaxGroup[];
   taxGroup: ITaxGroup[];
   indexName?: string; // 指标专业名称
   indexName?: string; // 指标专业名称
+  visible?: boolean; // 是否显示 
 }
 }
 
 
 export interface IValuation {
 export interface IValuation {