ps-toolkit-ui 1.19.86 → 1.19.87

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.
@@ -9796,6 +9796,7 @@
9796
9796
  else if (col.type === exports.TableCollType.PlaqueText) {
9797
9797
  return "<div class=\"ltr\">" + HelperClass.ToReadablePlaque(cv) + "</div>";
9798
9798
  }
9799
+ console.log(cv, this.l(cv));
9799
9800
  return this.l(cv);
9800
9801
  };
9801
9802
  TableClass.prototype.excel = function () {