form-custom-test 3.0.180 → 3.0.181

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.
@@ -69039,13 +69039,13 @@ function registerIcon(app) {
69039
69039
  if (typeof window !== "undefined") {
69040
69040
  let loadSvg = function() {
69041
69041
  var body = document.body;
69042
- var svgDom = document.getElementById("__svg__icons__dom__1780382544327__");
69042
+ var svgDom = document.getElementById("__svg__icons__dom__1780388001825__");
69043
69043
  if (!svgDom) {
69044
69044
  svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
69045
69045
  svgDom.style.position = "absolute";
69046
69046
  svgDom.style.width = "0";
69047
69047
  svgDom.style.height = "0";
69048
- svgDom.id = "__svg__icons__dom__1780382544327__";
69048
+ svgDom.id = "__svg__icons__dom__1780388001825__";
69049
69049
  svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
69050
69050
  svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
69051
69051
  }
@@ -80566,21 +80566,7 @@ const _sfc_main$5 = {
80566
80566
  },
80567
80567
  data() {
80568
80568
  return {
80569
- fieldModel: [
80570
- {
80571
- companyName: "\u516C\u53F81",
80572
- fileName: "1111.png"
80573
- },
80574
- {
80575
- companyName: "\u516C\u53F81"
80576
- },
80577
- {
80578
- companyName: "\u516C\u53F81"
80579
- },
80580
- {
80581
- companyName: "\u516C\u53F82"
80582
- }
80583
- ],
80569
+ fieldModel: [],
80584
80570
  oldFieldValue: null,
80585
80571
  rules: [],
80586
80572
  detailDialogData: null
@@ -80833,7 +80819,7 @@ function _sfc_render$5(_ctx, _cache, $props, $setup, $data, $options) {
80833
80819
  _: 1
80834
80820
  }, 8, ["designer", "field", "rules", "design-state", "parent-widget", "parent-list", "index-of-parent-list", "sub-form-row-index", "sub-form-col-index", "sub-form-row-id"]);
80835
80821
  }
80836
- var ResolutionTableWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$5, [["render", _sfc_render$5], ["__scopeId", "data-v-1a1bbd38"]]);
80822
+ var ResolutionTableWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$5, [["render", _sfc_render$5], ["__scopeId", "data-v-6f782e71"]]);
80837
80823
  var index_vue_vue_type_style_index_0_scoped_true_lang$2 = "";
80838
80824
  const _sfc_main$4 = {
80839
80825
  name: "fixed-table-widget",
@@ -81005,8 +80991,10 @@ const _sfc_main$4 = {
81005
80991
  if (index2 === -1)
81006
80992
  return;
81007
80993
  this.triggerEvent("onOpen", this.fieldModel[index2]);
81008
- this.detailDialogVisible = true;
81009
80994
  this.detailDialogData = lodash.exports.cloneDeep(this.fieldModel[index2]);
80995
+ setTimeout(() => {
80996
+ this.detailDialogVisible = true;
80997
+ }, 800);
81010
80998
  },
81011
80999
  setDetailColHidden(colNames, hidden) {
81012
81000
  this.$nextTick(() => {
@@ -81111,6 +81099,11 @@ function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
81111
81099
  prop: "projectStage",
81112
81100
  label: "\u9879\u76EE\u9636\u6BB5",
81113
81101
  width: "90"
81102
+ }, {
81103
+ default: withCtx(({ row }) => [
81104
+ createTextVNode(toDisplayString(_ctx.dictManager.getDictLabel("project_stage", row.projectStage)), 1)
81105
+ ]),
81106
+ _: 1
81114
81107
  }),
81115
81108
  createVNode(_component_el_table_column, {
81116
81109
  prop: "totalPlannedInvestment",
@@ -81145,15 +81138,15 @@ function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
81145
81138
  default: withCtx(({ row }) => [
81146
81139
  createElementVNode("div", _hoisted_2$2, [
81147
81140
  createElementVNode("div", _hoisted_3$1, "\u81EA\u6709\u8D44\u4EA7(\u4E07\u5143)\uFF1A" + toDisplayString(row.ownFunds || 0), 1),
81148
- createElementVNode("div", null, "\u8D44\u91D1\u5360\u6BD4\uFF1A" + toDisplayString(row.ownFundsPercent), 1)
81141
+ createElementVNode("div", null, "\u8D44\u91D1\u5360\u6BD4\uFF1A" + toDisplayString(row.ownFundsPercent ? row.ownFundsPercent + "%" : "-"), 1)
81149
81142
  ]),
81150
81143
  createElementVNode("div", _hoisted_4$1, [
81151
81144
  createElementVNode("div", _hoisted_5$1, "\u94F6\u884C\u8D37\u6B3E(\u4E07\u5143)\uFF1A" + toDisplayString(row.loanFunds || 0), 1),
81152
- createElementVNode("div", null, "\u8D44\u91D1\u5360\u6BD4\uFF1A" + toDisplayString(row.loanFundsPercent), 1)
81145
+ createElementVNode("div", null, "\u8D44\u91D1\u5360\u6BD4\uFF1A" + toDisplayString(row.loanFundsPercent ? row.loanFundsPercent + "%" : "-"), 1)
81153
81146
  ]),
81154
81147
  createElementVNode("div", _hoisted_6$1, [
81155
81148
  createElementVNode("div", _hoisted_7$1, "\u5176\u4ED6\u8D44\u91D1(\u4E07\u5143)\uFF1A" + toDisplayString(row.otherFunds || 0), 1),
81156
- createElementVNode("div", null, "\u8D44\u91D1\u5360\u6BD4\uFF1A" + toDisplayString(row.otherFundsPercent), 1)
81149
+ createElementVNode("div", null, "\u8D44\u91D1\u5360\u6BD4\uFF1A" + toDisplayString(row.otherFundsPercent ? row.otherFundsPercent + "%" : "-"), 1)
81157
81150
  ])
81158
81151
  ]),
81159
81152
  _: 1
@@ -81180,7 +81173,7 @@ function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
81180
81173
  _: 1
81181
81174
  }, 8, ["designer", "field", "rules", "design-state", "parent-widget", "parent-list", "index-of-parent-list", "sub-form-row-index", "sub-form-col-index", "sub-form-row-id"]);
81182
81175
  }
81183
- var FixedTableWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$4, [["render", _sfc_render$4], ["__scopeId", "data-v-688ddc79"]]);
81176
+ var FixedTableWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$4, [["render", _sfc_render$4], ["__scopeId", "data-v-1a7b61ef"]]);
81184
81177
  var index_vue_vue_type_style_index_0_scoped_true_lang$1 = "";
81185
81178
  const _sfc_main$3 = {
81186
81179
  name: "equity-table-widget",
@@ -81472,12 +81465,12 @@ function _sfc_render$3(_ctx, _cache, $props, $setup, $data, $options) {
81472
81465
  _: 1
81473
81466
  }),
81474
81467
  createVNode(_component_el_table_column, {
81475
- prop: "paidInCapital",
81468
+ prop: "completedInvestment",
81476
81469
  label: "\u5DF2\u5B8C\u6210\u6295\u8D44(\u4E07\u5143)",
81477
81470
  width: "100"
81478
81471
  }, {
81479
81472
  default: withCtx(({ row }) => [
81480
- createTextVNode(toDisplayString(row.paidInCapital), 1)
81473
+ createTextVNode(toDisplayString(row.completedInvestment), 1)
81481
81474
  ]),
81482
81475
  _: 1
81483
81476
  }),
@@ -81499,19 +81492,19 @@ function _sfc_render$3(_ctx, _cache, $props, $setup, $data, $options) {
81499
81492
  default: withCtx(({ row }) => [
81500
81493
  createElementVNode("div", _hoisted_2$1, [
81501
81494
  createElementVNode("div", _hoisted_3, "\u81EA\u6709\u8D44\u4EA7(\u4E07\u5143)\uFF1A" + toDisplayString(row.ownFunds || 0), 1),
81502
- createElementVNode("div", null, "\u8D44\u91D1\u5360\u6BD4\uFF1A" + toDisplayString(row.ownFundsPercent), 1)
81495
+ createElementVNode("div", null, "\u8D44\u91D1\u5360\u6BD4\uFF1A" + toDisplayString(row.ownFundsPercent ? row.ownFundsPercent + "%" : "-"), 1)
81503
81496
  ]),
81504
81497
  createElementVNode("div", _hoisted_4, [
81505
81498
  createElementVNode("div", _hoisted_5, "\u94F6\u884C\u8D37\u6B3E(\u4E07\u5143)\uFF1A" + toDisplayString(row.loanFunds || 0), 1),
81506
- createElementVNode("div", null, "\u8D44\u91D1\u5360\u6BD4\uFF1A" + toDisplayString(row.loanFundsPercent), 1)
81499
+ createElementVNode("div", null, "\u8D44\u91D1\u5360\u6BD4\uFF1A" + toDisplayString(row.loanFundsPercent ? row.loanFundsPercent + "%" : "-"), 1)
81507
81500
  ]),
81508
81501
  createElementVNode("div", _hoisted_6, [
81509
81502
  createElementVNode("div", _hoisted_7, "\u5176\u4ED6\u8D44\u91D1(\u4E07\u5143)\uFF1A" + toDisplayString(row.otherFunds || 0), 1),
81510
- createElementVNode("div", null, "\u8D44\u91D1\u5360\u6BD4\uFF1A" + toDisplayString(row.otherFundsPercent), 1)
81503
+ createElementVNode("div", null, "\u8D44\u91D1\u5360\u6BD4\uFF1A" + toDisplayString(row.otherFundsPercent ? row.otherFundsPercent + "%" : "-"), 1)
81511
81504
  ]),
81512
81505
  createElementVNode("div", _hoisted_8, [
81513
81506
  createElementVNode("div", _hoisted_9, " \u5173\u8054\u4F01\u4E1A\u501F\u6B3E\u8D44\u91D1(\u4E07\u5143)\uFF1A" + toDisplayString(row.relatedPartyBorrowing || 0), 1),
81514
- createElementVNode("div", null, "\u8D44\u91D1\u5360\u6BD4\uFF1A" + toDisplayString(row.relatedPartyBorrowingPercent), 1)
81507
+ createElementVNode("div", null, "\u8D44\u91D1\u5360\u6BD4\uFF1A" + toDisplayString(row.relatedPartyBorrowingPercent ? row.relatedPartyBorrowingPercent + "%" : "-"), 1)
81515
81508
  ])
81516
81509
  ]),
81517
81510
  _: 1
@@ -81538,7 +81531,7 @@ function _sfc_render$3(_ctx, _cache, $props, $setup, $data, $options) {
81538
81531
  _: 1
81539
81532
  }, 8, ["designer", "field", "rules", "design-state", "parent-widget", "parent-list", "index-of-parent-list", "sub-form-row-index", "sub-form-col-index", "sub-form-row-id"]);
81540
81533
  }
81541
- var EquityTableSchema = /* @__PURE__ */ _export_sfc$1(_sfc_main$3, [["render", _sfc_render$3], ["__scopeId", "data-v-61bec177"]]);
81534
+ var EquityTableSchema = /* @__PURE__ */ _export_sfc$1(_sfc_main$3, [["render", _sfc_render$3], ["__scopeId", "data-v-68435339"]]);
81542
81535
  const AssetTypeEnum = {
81543
81536
  "0": "equity",
81544
81537
  "1": "house",