ztxkui 4.2.18-83 → 4.2.18-84
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.
|
@@ -81,11 +81,13 @@ export var getTableLayoutFullData = function (columns, tableLayout) {
|
|
|
81
81
|
column = result;
|
|
82
82
|
}
|
|
83
83
|
// 如果业务代码中设置了hideColumn,那么不做自定义显隐控制
|
|
84
|
-
if (
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
84
|
+
// if (
|
|
85
|
+
// result.hideColumn !== undefined &&
|
|
86
|
+
// result.isNoDynamicHide === undefined
|
|
87
|
+
// ) {
|
|
88
|
+
// column.hideColumn = result.hideColumn;
|
|
89
|
+
// column.isNoDynamicHide = true;
|
|
90
|
+
// }
|
|
89
91
|
if (!column.fixed) {
|
|
90
92
|
middleColumns_1.push(column);
|
|
91
93
|
}
|