zmdms-webui 2.1.2 → 2.1.3

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.
@@ -10,7 +10,7 @@ function useSummary(summaryConfig, columns, options) {
10
10
  // 是否存在选择项
11
11
  var isRowSelection = rowSelection ? true : false;
12
12
  // 是否存在可展开
13
- var isExpandable = expandable ? true : false;
13
+ var isExpandable = (expandable === null || expandable === void 0 ? void 0 : expandable.expandedRowRender) ? true : false;
14
14
  // 增减 体现再cloumns里面 所以需要额外处理
15
15
  var isAddOrDel = isAdd || isDel ? true : false;
16
16
  var fillNumber = Number(isRowSelection) + Number(isExpandable);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zmdms-webui",
3
- "version": "2.1.2",
3
+ "version": "2.1.3",
4
4
  "private": false,
5
5
  "main": "dist/index.es.js",
6
6
  "module": "dist/index.es.js",