export interface TQueryConditionProps { opts: Record; labelWidth?: string; btnCheckBind?: Record; btnResetBind?: Record; loading?: boolean; reset?: boolean; boolEnter?: boolean; isShowOpen?: boolean; isExpansion?: boolean; maxVisibleRows?: number; packUpTxt?: string; unfoldTxt?: string; isFooter?: boolean; configChangedReset?: boolean; isShowWidthSize?: boolean; widthSize?: number; isDropDownSelectMore?: boolean; moreCheckList?: any[]; popoverAttrs?: Record; }