ps-toolkit-ui 1.19.88 → 1.19.89

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.
@@ -9804,7 +9804,7 @@
9804
9804
  this.rows.forEach(function (row) {
9805
9805
  var x = {};
9806
9806
  _this.cols.forEach(function (col) {
9807
- x[col.name] = _this.getText(_this.getCell(row, col));
9807
+ x[_this.l(col.name)] = _this.getText(_this.getCell(row, col));
9808
9808
  });
9809
9809
  data.push(x);
9810
9810
  });