form-custom-test 3.0.251 → 3.0.252

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.
@@ -69630,13 +69630,13 @@ function registerIcon(app) {
69630
69630
  if (typeof window !== "undefined") {
69631
69631
  let loadSvg = function() {
69632
69632
  var body = document.body;
69633
- var svgDom = document.getElementById("__svg__icons__dom__1789891569921__");
69633
+ var svgDom = document.getElementById("__svg__icons__dom__1789893465190__");
69634
69634
  if (!svgDom) {
69635
69635
  svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
69636
69636
  svgDom.style.position = "absolute";
69637
69637
  svgDom.style.width = "0";
69638
69638
  svgDom.style.height = "0";
69639
- svgDom.id = "__svg__icons__dom__1789891569921__";
69639
+ svgDom.id = "__svg__icons__dom__1789893465190__";
69640
69640
  svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
69641
69641
  svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
69642
69642
  }
@@ -84212,7 +84212,8 @@ function _sfc_render$a(_ctx, _cache, $props, $setup, $data, $options) {
84212
84212
  prop: "leaseRemark",
84213
84213
  label: "\u79DF\u8D41\u5907\u6CE8",
84214
84214
  "min-width": "120",
84215
- align: "right"
84215
+ align: "right",
84216
+ "show-overflow-tooltip": ""
84216
84217
  }, {
84217
84218
  default: withCtx(({ row }) => [
84218
84219
  createTextVNode(toDisplayString(row.leaseRemarks || "-"), 1)