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/render.es.js
CHANGED
|
@@ -26517,13 +26517,13 @@ function registerIcon(app) {
|
|
|
26517
26517
|
if (typeof window !== "undefined") {
|
|
26518
26518
|
let loadSvg = function() {
|
|
26519
26519
|
var body = document.body;
|
|
26520
|
-
var svgDom = document.getElementById("
|
|
26520
|
+
var svgDom = document.getElementById("__svg__icons__dom__1780649006265__");
|
|
26521
26521
|
if (!svgDom) {
|
|
26522
26522
|
svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
|
|
26523
26523
|
svgDom.style.position = "absolute";
|
|
26524
26524
|
svgDom.style.width = "0";
|
|
26525
26525
|
svgDom.style.height = "0";
|
|
26526
|
-
svgDom.id = "
|
|
26526
|
+
svgDom.id = "__svg__icons__dom__1780649006265__";
|
|
26527
26527
|
svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
|
|
26528
26528
|
svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
|
|
26529
26529
|
}
|
|
@@ -63258,6 +63258,13 @@ const _sfc_main$7 = {
|
|
|
63258
63258
|
parsed = null;
|
|
63259
63259
|
}
|
|
63260
63260
|
this.applyFormJsonToRender(parsed);
|
|
63261
|
+
setTimeout(() => {
|
|
63262
|
+
const ref2 = this.$refs.detailFormRender;
|
|
63263
|
+
if (!ref2) {
|
|
63264
|
+
return;
|
|
63265
|
+
}
|
|
63266
|
+
ref2.setFormData(__spreadValues({}, this.formData));
|
|
63267
|
+
}, 800);
|
|
63261
63268
|
}).catch((err) => {
|
|
63262
63269
|
console.error(err);
|
|
63263
63270
|
this.applyFormJsonToRender(null);
|
|
@@ -63358,7 +63365,7 @@ function _sfc_render$7(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
63358
63365
|
_: 1
|
|
63359
63366
|
}, 8, ["modelValue", "onClose"]);
|
|
63360
63367
|
}
|
|
63361
|
-
var DetailDialog = /* @__PURE__ */ _export_sfc$1(_sfc_main$7, [["render", _sfc_render$7], ["__scopeId", "data-v-
|
|
63368
|
+
var DetailDialog = /* @__PURE__ */ _export_sfc$1(_sfc_main$7, [["render", _sfc_render$7], ["__scopeId", "data-v-443b1326"]]);
|
|
63362
63369
|
var index_vue_vue_type_style_index_0_lang = "";
|
|
63363
63370
|
const _sfc_main$6 = {
|
|
63364
63371
|
name: "asset-table-widget",
|
|
@@ -64331,11 +64338,21 @@ function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
64331
64338
|
prop: "currentYearPlannedInvestment",
|
|
64332
64339
|
label: "\u672C\u5E74\u8BA1\u5212\u6295\u8D44\u989D(\u4E07\u5143)",
|
|
64333
64340
|
width: "111"
|
|
64341
|
+
}, {
|
|
64342
|
+
default: withCtx(({ row }) => [
|
|
64343
|
+
createTextVNode(toDisplayString(row.currentYearPlannedInvestment || 0), 1)
|
|
64344
|
+
]),
|
|
64345
|
+
_: 1
|
|
64334
64346
|
}),
|
|
64335
64347
|
createVNode(_component_el_table_column, {
|
|
64336
64348
|
prop: "enterpriseTotalPlannedInvestment",
|
|
64337
64349
|
label: "\u672C\u5E74\u8BA1\u5212\u6295\u8D44\u603B\u989D(\u4E07\u5143)",
|
|
64338
64350
|
width: "130"
|
|
64351
|
+
}, {
|
|
64352
|
+
default: withCtx(({ row }) => [
|
|
64353
|
+
createTextVNode(toDisplayString(row.enterpriseTotalPlannedInvestment || 0), 1)
|
|
64354
|
+
]),
|
|
64355
|
+
_: 1
|
|
64339
64356
|
}),
|
|
64340
64357
|
createVNode(_component_el_table_column, {
|
|
64341
64358
|
prop: "label9",
|
|
@@ -64367,11 +64384,6 @@ function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
64367
64384
|
createTextVNode(toDisplayString(row.remark || "-"), 1)
|
|
64368
64385
|
]),
|
|
64369
64386
|
_: 1
|
|
64370
|
-
}),
|
|
64371
|
-
createVNode(_component_el_table_column, {
|
|
64372
|
-
prop: "remark",
|
|
64373
|
-
label: "\u5907\u6CE8",
|
|
64374
|
-
width: "330"
|
|
64375
64387
|
})
|
|
64376
64388
|
]),
|
|
64377
64389
|
_: 1
|
|
@@ -64390,7 +64402,7 @@ function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
64390
64402
|
_: 1
|
|
64391
64403
|
}, 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"]);
|
|
64392
64404
|
}
|
|
64393
|
-
var FixedTableWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$4, [["render", _sfc_render$4], ["__scopeId", "data-v-
|
|
64405
|
+
var FixedTableWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$4, [["render", _sfc_render$4], ["__scopeId", "data-v-008d68c8"]]);
|
|
64394
64406
|
var index_vue_vue_type_style_index_0_scoped_true_lang$1 = "";
|
|
64395
64407
|
const _sfc_main$3 = {
|
|
64396
64408
|
name: "equity-table-widget",
|