form-custom-test 3.0.147 → 3.0.149

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
@@ -26290,13 +26290,13 @@ function registerIcon(app) {
26290
26290
  if (typeof window !== "undefined") {
26291
26291
  let loadSvg = function() {
26292
26292
  var body = document.body;
26293
- var svgDom = document.getElementById("__svg__icons__dom__1779105804751__");
26293
+ var svgDom = document.getElementById("__svg__icons__dom__1779155904177__");
26294
26294
  if (!svgDom) {
26295
26295
  svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
26296
26296
  svgDom.style.position = "absolute";
26297
26297
  svgDom.style.width = "0";
26298
26298
  svgDom.style.height = "0";
26299
- svgDom.id = "__svg__icons__dom__1779105804751__";
26299
+ svgDom.id = "__svg__icons__dom__1779155904177__";
26300
26300
  svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
26301
26301
  svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
26302
26302
  }
@@ -36397,7 +36397,6 @@ function _sfc_render$a(_ctx, _cache, $props, $setup, $data, $options) {
36397
36397
  _: 1
36398
36398
  }, 8, ["disabled", "onClick"])) : createCommentVNode("", true)
36399
36399
  ]),
36400
- createTextVNode(" " + toDisplayString($data.tableData) + " ", 1),
36401
36400
  createVNode(_component_el_table, {
36402
36401
  data: $data.tableData,
36403
36402
  border: $props.widget.options.border,
@@ -36612,7 +36611,7 @@ function _sfc_render$a(_ctx, _cache, $props, $setup, $data, $options) {
36612
36611
  _: 1
36613
36612
  }, 8, ["widget"]);
36614
36613
  }
36615
- var SubTableItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$a, [["render", _sfc_render$a], ["__scopeId", "data-v-85a23598"]]);
36614
+ var SubTableItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$a, [["render", _sfc_render$a], ["__scopeId", "data-v-758a2ba6"]]);
36616
36615
  var ace$2 = { exports: {} };
36617
36616
  (function(module, exports) {
36618
36617
  (function() {
@@ -63195,7 +63194,7 @@ function _sfc_render$3(_ctx, _cache, $props, $setup, $data, $options) {
63195
63194
  label: "\u539F\u503C"
63196
63195
  }, {
63197
63196
  default: withCtx(({ row }) => [
63198
- createTextVNode(toDisplayString(row.originalValue | _ctx.formatMoney), 1)
63197
+ createTextVNode(toDisplayString(String(row.originalValue)), 1)
63199
63198
  ]),
63200
63199
  _: 1
63201
63200
  }),
@@ -63204,7 +63203,7 @@ function _sfc_render$3(_ctx, _cache, $props, $setup, $data, $options) {
63204
63203
  label: "\u51C0\u503C"
63205
63204
  }, {
63206
63205
  default: withCtx(({ row }) => [
63207
- createTextVNode(toDisplayString(row.netValue | _ctx.formatMoney), 1)
63206
+ createTextVNode(toDisplayString(String(row.netValue)), 1)
63208
63207
  ]),
63209
63208
  _: 1
63210
63209
  }),