br-dionysus 1.7.6-beta.1 → 1.7.6
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.
package/dist/br-dionysus.es.js
CHANGED
|
@@ -12763,7 +12763,7 @@ const kC = { class: "g-box g-select-table-box" }, AC = {
|
|
|
12763
12763
|
minWidth: p.minWidth !== void 0 ? p.minWidth : "",
|
|
12764
12764
|
show: !0,
|
|
12765
12765
|
sort: d,
|
|
12766
|
-
showName:
|
|
12766
|
+
// showName: item.label,
|
|
12767
12767
|
label: p.label,
|
|
12768
12768
|
headerAlign: p.headerAlign || "left",
|
|
12769
12769
|
align: p.align || "left",
|
|
@@ -12776,7 +12776,8 @@ const kC = { class: "g-box g-select-table-box" }, AC = {
|
|
|
12776
12776
|
const m = l.value[d.prop];
|
|
12777
12777
|
return {
|
|
12778
12778
|
...d,
|
|
12779
|
-
label:
|
|
12779
|
+
// label: tableConfigItem?.showName || tableConfigItem?.label || item.label,
|
|
12780
|
+
label: d.label,
|
|
12780
12781
|
minWidth: (m == null ? void 0 : m.minWidth) || d.minWidth,
|
|
12781
12782
|
headerAlign: (m == null ? void 0 : m.headerAlign) || d.headerAlign || "left",
|
|
12782
12783
|
filterMethod: i,
|