form-custom-test 3.0.198 → 3.0.201
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/designer.es.js +21 -9
- package/dist/designer.style.css +1 -1
- package/dist/designer.umd.js +36 -36
- package/dist/render.es.js +21 -9
- package/dist/render.style.css +1 -1
- package/dist/render.umd.js +56 -56
- package/package.json +1 -1
package/dist/designer.es.js
CHANGED
|
@@ -69045,13 +69045,13 @@ function registerIcon(app) {
|
|
|
69045
69045
|
if (typeof window !== "undefined") {
|
|
69046
69046
|
let loadSvg = function() {
|
|
69047
69047
|
var body = document.body;
|
|
69048
|
-
var svgDom = document.getElementById("
|
|
69048
|
+
var svgDom = document.getElementById("__svg__icons__dom__1780648997990__");
|
|
69049
69049
|
if (!svgDom) {
|
|
69050
69050
|
svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
|
|
69051
69051
|
svgDom.style.position = "absolute";
|
|
69052
69052
|
svgDom.style.width = "0";
|
|
69053
69053
|
svgDom.style.height = "0";
|
|
69054
|
-
svgDom.id = "
|
|
69054
|
+
svgDom.id = "__svg__icons__dom__1780648997990__";
|
|
69055
69055
|
svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
|
|
69056
69056
|
svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
|
|
69057
69057
|
}
|
|
@@ -80239,6 +80239,13 @@ const _sfc_main$7 = {
|
|
|
80239
80239
|
parsed = null;
|
|
80240
80240
|
}
|
|
80241
80241
|
this.applyFormJsonToRender(parsed);
|
|
80242
|
+
setTimeout(() => {
|
|
80243
|
+
const ref2 = this.$refs.detailFormRender;
|
|
80244
|
+
if (!ref2) {
|
|
80245
|
+
return;
|
|
80246
|
+
}
|
|
80247
|
+
ref2.setFormData(__spreadValues({}, this.formData));
|
|
80248
|
+
}, 800);
|
|
80242
80249
|
}).catch((err) => {
|
|
80243
80250
|
console.error(err);
|
|
80244
80251
|
this.applyFormJsonToRender(null);
|
|
@@ -80339,7 +80346,7 @@ function _sfc_render$7(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
80339
80346
|
_: 1
|
|
80340
80347
|
}, 8, ["modelValue", "onClose"]);
|
|
80341
80348
|
}
|
|
80342
|
-
var DetailDialog = /* @__PURE__ */ _export_sfc$1(_sfc_main$7, [["render", _sfc_render$7], ["__scopeId", "data-v-
|
|
80349
|
+
var DetailDialog = /* @__PURE__ */ _export_sfc$1(_sfc_main$7, [["render", _sfc_render$7], ["__scopeId", "data-v-443b1326"]]);
|
|
80343
80350
|
var index_vue_vue_type_style_index_0_lang = "";
|
|
80344
80351
|
const _sfc_main$6 = {
|
|
80345
80352
|
name: "asset-table-widget",
|
|
@@ -81312,11 +81319,21 @@ function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
81312
81319
|
prop: "currentYearPlannedInvestment",
|
|
81313
81320
|
label: "\u672C\u5E74\u8BA1\u5212\u6295\u8D44\u989D(\u4E07\u5143)",
|
|
81314
81321
|
width: "111"
|
|
81322
|
+
}, {
|
|
81323
|
+
default: withCtx(({ row }) => [
|
|
81324
|
+
createTextVNode(toDisplayString(row.currentYearPlannedInvestment || 0), 1)
|
|
81325
|
+
]),
|
|
81326
|
+
_: 1
|
|
81315
81327
|
}),
|
|
81316
81328
|
createVNode(_component_el_table_column, {
|
|
81317
81329
|
prop: "enterpriseTotalPlannedInvestment",
|
|
81318
81330
|
label: "\u672C\u5E74\u8BA1\u5212\u6295\u8D44\u603B\u989D(\u4E07\u5143)",
|
|
81319
81331
|
width: "130"
|
|
81332
|
+
}, {
|
|
81333
|
+
default: withCtx(({ row }) => [
|
|
81334
|
+
createTextVNode(toDisplayString(row.enterpriseTotalPlannedInvestment || 0), 1)
|
|
81335
|
+
]),
|
|
81336
|
+
_: 1
|
|
81320
81337
|
}),
|
|
81321
81338
|
createVNode(_component_el_table_column, {
|
|
81322
81339
|
prop: "label9",
|
|
@@ -81348,11 +81365,6 @@ function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
81348
81365
|
createTextVNode(toDisplayString(row.remark || "-"), 1)
|
|
81349
81366
|
]),
|
|
81350
81367
|
_: 1
|
|
81351
|
-
}),
|
|
81352
|
-
createVNode(_component_el_table_column, {
|
|
81353
|
-
prop: "remark",
|
|
81354
|
-
label: "\u5907\u6CE8",
|
|
81355
|
-
width: "330"
|
|
81356
81368
|
})
|
|
81357
81369
|
]),
|
|
81358
81370
|
_: 1
|
|
@@ -81371,7 +81383,7 @@ function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
81371
81383
|
_: 1
|
|
81372
81384
|
}, 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"]);
|
|
81373
81385
|
}
|
|
81374
|
-
var FixedTableWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$4, [["render", _sfc_render$4], ["__scopeId", "data-v-
|
|
81386
|
+
var FixedTableWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$4, [["render", _sfc_render$4], ["__scopeId", "data-v-008d68c8"]]);
|
|
81375
81387
|
var index_vue_vue_type_style_index_0_scoped_true_lang$1 = "";
|
|
81376
81388
|
const _sfc_main$3 = {
|
|
81377
81389
|
name: "equity-table-widget",
|