form-custom-test 3.0.252 → 3.0.253

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__1789893478299__");
26862
+ var svgDom = document.getElementById("__svg__icons__dom__1789952591946__");
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__1789893478299__";
26868
+ svgDom.id = "__svg__icons__dom__1789952591946__";
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
  }
@@ -66955,13 +66955,13 @@ function _sfc_render$a(_ctx, _cache, $props, $setup, $data, $options) {
66955
66955
  _: 1
66956
66956
  }),
66957
66957
  createVNode(_component_el_table_column, {
66958
- prop: "annualRent",
66958
+ prop: "infoAnnualRent",
66959
66959
  label: "\u5E74\u79DF\u91D1\uFF08\u4E07\u5143\uFF09",
66960
66960
  "min-width": "120",
66961
66961
  align: "right"
66962
66962
  }, {
66963
66963
  default: withCtx(({ row }) => [
66964
- createTextVNode(toDisplayString(row.annualRent || "-"), 1)
66964
+ createTextVNode(toDisplayString(row.infoAnnualRent || "-"), 1)
66965
66965
  ]),
66966
66966
  _: 1
66967
66967
  }),
@@ -66972,6 +66972,7 @@ function _sfc_render$a(_ctx, _cache, $props, $setup, $data, $options) {
66972
66972
  "show-overflow-tooltip": ""
66973
66973
  }, {
66974
66974
  default: withCtx(({ row }) => [
66975
+ createTextVNode(toDisplayString(row) + " ", 1),
66975
66976
  row.contractTermStart && row.contractTermEnd ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
66976
66977
  createTextVNode(toDisplayString(row.contractTermStart) + " - " + toDisplayString(row.contractTermEnd), 1)
66977
66978
  ], 64)) : row.rentContractTerm && row.rentContractTerm.length ? (openBlock(), createElementBlock(Fragment, { key: 1 }, [