@zat-design/sisyphus-react 3.4.9-beta.21 → 3.4.9-beta.22
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.
|
@@ -250,6 +250,7 @@ export var transformColumns = function transformColumns() {
|
|
|
250
250
|
after = item.after;
|
|
251
251
|
// column设置label时,权重最高
|
|
252
252
|
var columnTitle = label || title;
|
|
253
|
+
item.title = columnTitle;
|
|
253
254
|
if (typeof columnTitle === 'string') {
|
|
254
255
|
item.originTitle = columnTitle;
|
|
255
256
|
if (tooltip) {
|
|
@@ -254,6 +254,7 @@ var transformColumns = exports.transformColumns = function transformColumns() {
|
|
|
254
254
|
after = item.after;
|
|
255
255
|
// column设置label时,权重最高
|
|
256
256
|
var columnTitle = label || title;
|
|
257
|
+
item.title = columnTitle;
|
|
257
258
|
if (typeof columnTitle === 'string') {
|
|
258
259
|
item.originTitle = columnTitle;
|
|
259
260
|
if (tooltip) {
|