hlyc-web-pack 3.2.1 → 3.2.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -30,7 +30,7 @@ export interface GenerateTableProp {
30
30
  /** 列表请求函数 */
31
31
  apiMethod?: (data: any) => PromiseAxiosResultType;
32
32
  /** 表格头 */
33
- columns: ColumnType<AnyObjectType>[];
33
+ columns: TableColumns<AnyObjectType>[];
34
34
  /** 静态表格数据 */
35
35
  data?: AnyObjectType[];
36
36
  /** 表格数据编辑是否是受控组件 默认是 */