@zgfe/modules-dm 1.0.2-dm.32 → 1.0.2-dm.33
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.
|
@@ -324,7 +324,7 @@ var TablePlus = function TablePlus(props) {
|
|
|
324
324
|
}); // console.log(element, count);
|
|
325
325
|
// 复制分组时:除未分组外,如只有一个分组,则不展示复制分组
|
|
326
326
|
|
|
327
|
-
return count
|
|
327
|
+
return count < 2 && type == 'copy' ? null : element;
|
|
328
328
|
};
|
|
329
329
|
|
|
330
330
|
var columns = [{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zgfe/modules-dm",
|
|
3
|
-
"version": "1.0.2-dm.
|
|
3
|
+
"version": "1.0.2-dm.33",
|
|
4
4
|
"module": "es/index.js",
|
|
5
5
|
"typings": "es/index.d.ts",
|
|
6
6
|
"license": "ISC",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"umi-request": "^1.4.0",
|
|
54
54
|
"yorkie": "^2.0.0"
|
|
55
55
|
},
|
|
56
|
-
"gitHead": "
|
|
56
|
+
"gitHead": "6f6af32d980a53eedf19451d90b4d97896eee453",
|
|
57
57
|
"gitHooks": {
|
|
58
58
|
"pre-commit": "lint-staged"
|
|
59
59
|
}
|