form-custom-test 3.0.248 → 3.0.250
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 +32 -12
- package/dist/designer.style.css +1 -1
- package/dist/designer.umd.js +2 -2
- package/dist/render.es.js +32 -12
- package/dist/render.style.css +1 -1
- package/dist/render.umd.js +64 -64
- package/package.json +1 -1
package/dist/designer.es.js
CHANGED
|
@@ -69630,13 +69630,13 @@ function registerIcon(app) {
|
|
|
69630
69630
|
if (typeof window !== "undefined") {
|
|
69631
69631
|
let loadSvg = function() {
|
|
69632
69632
|
var body = document.body;
|
|
69633
|
-
var svgDom = document.getElementById("
|
|
69633
|
+
var svgDom = document.getElementById("__svg__icons__dom__1789891327622__");
|
|
69634
69634
|
if (!svgDom) {
|
|
69635
69635
|
svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
|
|
69636
69636
|
svgDom.style.position = "absolute";
|
|
69637
69637
|
svgDom.style.width = "0";
|
|
69638
69638
|
svgDom.style.height = "0";
|
|
69639
|
-
svgDom.id = "
|
|
69639
|
+
svgDom.id = "__svg__icons__dom__1789891327622__";
|
|
69640
69640
|
svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
|
|
69641
69641
|
svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
|
|
69642
69642
|
}
|
|
@@ -83821,6 +83821,7 @@ const _sfc_main$b = {
|
|
|
83821
83821
|
return;
|
|
83822
83822
|
try {
|
|
83823
83823
|
const formValues = await renderRef.getFormData(true);
|
|
83824
|
+
console.log(formValues, "formValues");
|
|
83824
83825
|
this.$emit("confirm", formValues);
|
|
83825
83826
|
this.dialogVisible = false;
|
|
83826
83827
|
} catch (e) {
|
|
@@ -83887,7 +83888,7 @@ function _sfc_render$b(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
83887
83888
|
_: 1
|
|
83888
83889
|
}, 8, ["modelValue", "title", "onClose"]);
|
|
83889
83890
|
}
|
|
83890
|
-
var LeaseDialog = /* @__PURE__ */ _export_sfc$1(_sfc_main$b, [["render", _sfc_render$b], ["__scopeId", "data-v-
|
|
83891
|
+
var LeaseDialog = /* @__PURE__ */ _export_sfc$1(_sfc_main$b, [["render", _sfc_render$b], ["__scopeId", "data-v-3ea56bcb"]]);
|
|
83891
83892
|
var index_vue_vue_type_style_index_0_lang = "";
|
|
83892
83893
|
const _sfc_main$a = {
|
|
83893
83894
|
name: "lease-table-widget",
|
|
@@ -84152,19 +84153,21 @@ function _sfc_render$a(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
84152
84153
|
label: "\u4EA4\u6613\u5BF9\u624B\u65B9",
|
|
84153
84154
|
"min-width": "140",
|
|
84154
84155
|
"show-overflow-tooltip": ""
|
|
84156
|
+
}, {
|
|
84157
|
+
default: withCtx(({ row }) => [
|
|
84158
|
+
createTextVNode(toDisplayString(row.transactionCounterpart || "-"), 1)
|
|
84159
|
+
]),
|
|
84160
|
+
_: 1
|
|
84155
84161
|
}),
|
|
84156
84162
|
createVNode(_component_el_table_column, {
|
|
84157
|
-
prop: "
|
|
84163
|
+
prop: "forRentArea",
|
|
84158
84164
|
label: "\u51FA\u79DF\u9762\u79EF\uFF08\u5E73\u65B9\u7C73\uFF09",
|
|
84159
84165
|
"min-width": "140",
|
|
84160
84166
|
align: "right"
|
|
84161
84167
|
}, {
|
|
84162
|
-
default: withCtx(({ row }) =>
|
|
84163
|
-
|
|
84164
|
-
|
|
84165
|
-
createTextVNode(toDisplayString($options.formatNumber((_a2 = row.rentalArea) != null ? _a2 : row.leaseArea)), 1)
|
|
84166
|
-
];
|
|
84167
|
-
}),
|
|
84168
|
+
default: withCtx(({ row }) => [
|
|
84169
|
+
createTextVNode(toDisplayString(row.forRentArea || "-"), 1)
|
|
84170
|
+
]),
|
|
84168
84171
|
_: 1
|
|
84169
84172
|
}),
|
|
84170
84173
|
createVNode(_component_el_table_column, {
|
|
@@ -84174,7 +84177,7 @@ function _sfc_render$a(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
84174
84177
|
align: "right"
|
|
84175
84178
|
}, {
|
|
84176
84179
|
default: withCtx(({ row }) => [
|
|
84177
|
-
createTextVNode(toDisplayString(
|
|
84180
|
+
createTextVNode(toDisplayString(row.annualRent || "-"), 1)
|
|
84178
84181
|
]),
|
|
84179
84182
|
_: 1
|
|
84180
84183
|
}),
|
|
@@ -84185,7 +84188,24 @@ function _sfc_render$a(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
84185
84188
|
"show-overflow-tooltip": ""
|
|
84186
84189
|
}, {
|
|
84187
84190
|
default: withCtx(({ row }) => [
|
|
84188
|
-
|
|
84191
|
+
row.contractTermStart && row.contractTermEnd ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
84192
|
+
createTextVNode(toDisplayString(row.contractTermStart) + " - " + toDisplayString(row.contractTermEnd), 1)
|
|
84193
|
+
], 64)) : row.rentContractTerm && row.rentContractTerm.length ? (openBlock(), createElementBlock(Fragment, { key: 1 }, [
|
|
84194
|
+
createTextVNode(toDisplayString(row.rentContractTerm[0]) + " - " + toDisplayString(row.rentContractTerm[1]), 1)
|
|
84195
|
+
], 64)) : (openBlock(), createElementBlock(Fragment, { key: 2 }, [
|
|
84196
|
+
createTextVNode(" - ")
|
|
84197
|
+
], 64))
|
|
84198
|
+
]),
|
|
84199
|
+
_: 1
|
|
84200
|
+
}),
|
|
84201
|
+
createVNode(_component_el_table_column, {
|
|
84202
|
+
prop: "leaseRemark",
|
|
84203
|
+
label: "\u79DF\u8D41\u5907\u6CE8",
|
|
84204
|
+
"min-width": "120",
|
|
84205
|
+
align: "right"
|
|
84206
|
+
}, {
|
|
84207
|
+
default: withCtx(({ row }) => [
|
|
84208
|
+
createTextVNode(toDisplayString(row.leaseRemarks || "-"), 1)
|
|
84189
84209
|
]),
|
|
84190
84210
|
_: 1
|
|
84191
84211
|
}),
|