UNPKG

@pusdn/pgz-comp-elep

Version:

PGZ组件库,Vue3 中基于Element-plus二次封装基础组件文档

22 lines (21 loc) 593 B
export interface TQueryConditionProps { opts: Record<string, any>; labelWidth?: string; btnCheckBind?: Record<string, any>; btnResetBind?: Record<string, any>; 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<string, any>; }