form-custom-test 3.0.252 → 3.0.254

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__1789893465190__");
69633
+ var svgDom = document.getElementById("__svg__icons__dom__1789952894899__");
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__1789893465190__";
69639
+ svgDom.id = "__svg__icons__dom__1789952894899__";
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
  }
@@ -84181,13 +84181,13 @@ function _sfc_render$a(_ctx, _cache, $props, $setup, $data, $options) {
84181
84181
  _: 1
84182
84182
  }),
84183
84183
  createVNode(_component_el_table_column, {
84184
- prop: "annualRent",
84184
+ prop: "infoAnnualRent",
84185
84185
  label: "\u5E74\u79DF\u91D1\uFF08\u4E07\u5143\uFF09",
84186
84186
  "min-width": "120",
84187
84187
  align: "right"
84188
84188
  }, {
84189
84189
  default: withCtx(({ row }) => [
84190
- createTextVNode(toDisplayString(row.annualRent || "-"), 1)
84190
+ createTextVNode(toDisplayString(row.infoAnnualRent || "-"), 1)
84191
84191
  ]),
84192
84192
  _: 1
84193
84193
  }),