form-custom-test 3.0.198 → 3.0.200
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 +13 -8
- package/dist/designer.style.css +1 -1
- package/dist/designer.umd.js +34 -34
- package/dist/render.es.js +13 -8
- 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__1780642926328__");
|
|
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__1780642926328__";
|
|
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
|
}
|
|
@@ -64331,11 +64331,21 @@ function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
64331
64331
|
prop: "currentYearPlannedInvestment",
|
|
64332
64332
|
label: "\u672C\u5E74\u8BA1\u5212\u6295\u8D44\u989D(\u4E07\u5143)",
|
|
64333
64333
|
width: "111"
|
|
64334
|
+
}, {
|
|
64335
|
+
default: withCtx(({ row }) => [
|
|
64336
|
+
createTextVNode(toDisplayString(row.currentYearPlannedInvestment || 0), 1)
|
|
64337
|
+
]),
|
|
64338
|
+
_: 1
|
|
64334
64339
|
}),
|
|
64335
64340
|
createVNode(_component_el_table_column, {
|
|
64336
64341
|
prop: "enterpriseTotalPlannedInvestment",
|
|
64337
64342
|
label: "\u672C\u5E74\u8BA1\u5212\u6295\u8D44\u603B\u989D(\u4E07\u5143)",
|
|
64338
64343
|
width: "130"
|
|
64344
|
+
}, {
|
|
64345
|
+
default: withCtx(({ row }) => [
|
|
64346
|
+
createTextVNode(toDisplayString(row.enterpriseTotalPlannedInvestment || 0), 1)
|
|
64347
|
+
]),
|
|
64348
|
+
_: 1
|
|
64339
64349
|
}),
|
|
64340
64350
|
createVNode(_component_el_table_column, {
|
|
64341
64351
|
prop: "label9",
|
|
@@ -64367,11 +64377,6 @@ function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
64367
64377
|
createTextVNode(toDisplayString(row.remark || "-"), 1)
|
|
64368
64378
|
]),
|
|
64369
64379
|
_: 1
|
|
64370
|
-
}),
|
|
64371
|
-
createVNode(_component_el_table_column, {
|
|
64372
|
-
prop: "remark",
|
|
64373
|
-
label: "\u5907\u6CE8",
|
|
64374
|
-
width: "330"
|
|
64375
64380
|
})
|
|
64376
64381
|
]),
|
|
64377
64382
|
_: 1
|
|
@@ -64390,7 +64395,7 @@ function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
64390
64395
|
_: 1
|
|
64391
64396
|
}, 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
64397
|
}
|
|
64393
|
-
var FixedTableWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$4, [["render", _sfc_render$4], ["__scopeId", "data-v-
|
|
64398
|
+
var FixedTableWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$4, [["render", _sfc_render$4], ["__scopeId", "data-v-008d68c8"]]);
|
|
64394
64399
|
var index_vue_vue_type_style_index_0_scoped_true_lang$1 = "";
|
|
64395
64400
|
const _sfc_main$3 = {
|
|
64396
64401
|
name: "equity-table-widget",
|