Browse Source

feat(types): 删除清单精灵多余属性

vian 4 years ago
parent
commit
867b9508fe
1 changed files with 0 additions and 1 deletions
  1. 0 1
      types/src/interface/billGuide.ts

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

@@ -82,7 +82,6 @@ export interface IBillElfOption {
   name: string;
   checked: boolean;
   unit?: string; // 单位,来自父项(工序)
-  optionInputVal?: string; // 选项里可能包含用户自己输入的input(运距等情况),有单位的情况下需要显示input
 }
 
 // 清单精灵数据