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.
package/dist/render.es.js CHANGED
@@ -26859,13 +26859,13 @@ function registerIcon(app) {
26859
26859
  if (typeof window !== "undefined") {
26860
26860
  let loadSvg = function() {
26861
26861
  var body = document.body;
26862
- var svgDom = document.getElementById("__svg__icons__dom__1789891580280__");
26862
+ var svgDom = document.getElementById("__svg__icons__dom__1789893478299__");
26863
26863
  if (!svgDom) {
26864
26864
  svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
26865
26865
  svgDom.style.position = "absolute";
26866
26866
  svgDom.style.width = "0";
26867
26867
  svgDom.style.height = "0";
26868
- svgDom.id = "__svg__icons__dom__1789891580280__";
26868
+ svgDom.id = "__svg__icons__dom__1789893478299__";
26869
26869
  svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
26870
26870
  svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
26871
26871
  }
@@ -66986,7 +66986,8 @@ function _sfc_render$a(_ctx, _cache, $props, $setup, $data, $options) {
66986
66986
  prop: "leaseRemark",
66987
66987
  label: "\u79DF\u8D41\u5907\u6CE8",
66988
66988
  "min-width": "120",
66989
- align: "right"
66989
+ align: "right",
66990
+ "show-overflow-tooltip": ""
66990
66991
  }, {
66991
66992
  default: withCtx(({ row }) => [
66992
66993
  createTextVNode(toDisplayString(row.leaseRemarks || "-"), 1)