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/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__1780642917998__");
|
|
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__1780642917998__";
|
|
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
|
}
|
|
@@ -81312,11 +81312,21 @@ function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
81312
81312
|
prop: "currentYearPlannedInvestment",
|
|
81313
81313
|
label: "\u672C\u5E74\u8BA1\u5212\u6295\u8D44\u989D(\u4E07\u5143)",
|
|
81314
81314
|
width: "111"
|
|
81315
|
+
}, {
|
|
81316
|
+
default: withCtx(({ row }) => [
|
|
81317
|
+
createTextVNode(toDisplayString(row.currentYearPlannedInvestment || 0), 1)
|
|
81318
|
+
]),
|
|
81319
|
+
_: 1
|
|
81315
81320
|
}),
|
|
81316
81321
|
createVNode(_component_el_table_column, {
|
|
81317
81322
|
prop: "enterpriseTotalPlannedInvestment",
|
|
81318
81323
|
label: "\u672C\u5E74\u8BA1\u5212\u6295\u8D44\u603B\u989D(\u4E07\u5143)",
|
|
81319
81324
|
width: "130"
|
|
81325
|
+
}, {
|
|
81326
|
+
default: withCtx(({ row }) => [
|
|
81327
|
+
createTextVNode(toDisplayString(row.enterpriseTotalPlannedInvestment || 0), 1)
|
|
81328
|
+
]),
|
|
81329
|
+
_: 1
|
|
81320
81330
|
}),
|
|
81321
81331
|
createVNode(_component_el_table_column, {
|
|
81322
81332
|
prop: "label9",
|
|
@@ -81348,11 +81358,6 @@ function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
81348
81358
|
createTextVNode(toDisplayString(row.remark || "-"), 1)
|
|
81349
81359
|
]),
|
|
81350
81360
|
_: 1
|
|
81351
|
-
}),
|
|
81352
|
-
createVNode(_component_el_table_column, {
|
|
81353
|
-
prop: "remark",
|
|
81354
|
-
label: "\u5907\u6CE8",
|
|
81355
|
-
width: "330"
|
|
81356
81361
|
})
|
|
81357
81362
|
]),
|
|
81358
81363
|
_: 1
|
|
@@ -81371,7 +81376,7 @@ function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
81371
81376
|
_: 1
|
|
81372
81377
|
}, 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
81378
|
}
|
|
81374
|
-
var FixedTableWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$4, [["render", _sfc_render$4], ["__scopeId", "data-v-
|
|
81379
|
+
var FixedTableWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$4, [["render", _sfc_render$4], ["__scopeId", "data-v-008d68c8"]]);
|
|
81375
81380
|
var index_vue_vue_type_style_index_0_scoped_true_lang$1 = "";
|
|
81376
81381
|
const _sfc_main$3 = {
|
|
81377
81382
|
name: "equity-table-widget",
|