@fecp/designer 5.4.66 → 5.4.67
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/es/designer/package.json.mjs +1 -1
- package/es/designer/src/components/DocumentParam.vue.mjs +1 -1
- package/es/designer/src/components/ParamsConfig.vue2.mjs +1 -1
- package/es/designer/src/layout/aside/HiddenFieldDialog.vue.mjs +1 -1
- package/es/designer/src/packages/advancedFilter/ValueInput.vue2.mjs +1 -1
- package/es/designer/src/packages/dataLinkage/index.vue.mjs +1 -1
- package/es/designer/src/packages/dialogGlobal/index.vue.mjs +1 -1
- package/es/designer/src/packages/eventFlow/dialog/action/RiskSch.vue.mjs +1 -1
- package/es/designer/src/packages/form/property/approvalHistory.vue.mjs +1 -1
- package/es/designer/src/packages/form/property/contract.vue.mjs +1 -1
- package/es/designer/src/packages/form/property/subForm.vue.mjs +1 -1
- package/es/designer/src/packages/prod/index.vue.mjs +1 -1
- package/es/designer/src/packages/table/headerBtn.vue.mjs +1 -1
- package/es/designer.css +6 -6
- package/es/packages/vue/src/components/layout/Layout.vue.mjs +4 -6
- package/lib/designer/package.json.js +1 -1
- package/lib/designer/src/components/DocumentParam.vue.js +1 -1
- package/lib/designer/src/components/ParamsConfig.vue2.js +1 -1
- package/lib/designer/src/layout/aside/HiddenFieldDialog.vue.js +1 -1
- package/lib/designer/src/packages/advancedFilter/ValueInput.vue2.js +1 -1
- package/lib/designer/src/packages/dataLinkage/index.vue.js +1 -1
- package/lib/designer/src/packages/dialogGlobal/index.vue.js +1 -1
- package/lib/designer/src/packages/eventFlow/dialog/action/RiskSch.vue.js +1 -1
- package/lib/designer/src/packages/form/property/approvalHistory.vue.js +1 -1
- package/lib/designer/src/packages/form/property/contract.vue.js +1 -1
- package/lib/designer/src/packages/form/property/subForm.vue.js +1 -1
- package/lib/designer/src/packages/prod/index.vue.js +1 -1
- package/lib/designer/src/packages/table/headerBtn.vue.js +1 -1
- package/lib/designer.css +6 -6
- package/lib/packages/vue/src/components/layout/Layout.vue.js +4 -6
- package/package.json +1 -1
|
@@ -9,7 +9,7 @@ import "../../../node_modules/element-plus/es/index.mjs";
|
|
|
9
9
|
/* empty css */
|
|
10
10
|
import { computed, ref, createElementBlock, openBlock, createBlock, unref, withCtx, createTextVNode, createElementVNode, Fragment, renderList, createVNode } from "vue";
|
|
11
11
|
import { Plus as plus_default, Delete as delete_default } from "../../../node_modules/@element-plus/icons-vue/dist/index.mjs";
|
|
12
|
-
import ValueSelector from "./ValueSelector.
|
|
12
|
+
import ValueSelector from "./ValueSelector.vue2.mjs";
|
|
13
13
|
import api from "../api/index.mjs";
|
|
14
14
|
/* empty css */
|
|
15
15
|
import _export_sfc from "../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
@@ -4,7 +4,7 @@ import "../../../node_modules/element-plus/es/index.mjs";
|
|
|
4
4
|
/* empty css */
|
|
5
5
|
import { computed, createElementBlock, openBlock, createBlock, unref, withCtx, createTextVNode, createElementVNode, Fragment, renderList, createVNode } from "vue";
|
|
6
6
|
import { Plus as plus_default, Delete as delete_default } from "../../../node_modules/@element-plus/icons-vue/dist/index.mjs";
|
|
7
|
-
import ValueSelector from "./ValueSelector.
|
|
7
|
+
import ValueSelector from "./ValueSelector.vue2.mjs";
|
|
8
8
|
/* empty css */
|
|
9
9
|
import _export_sfc from "../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
10
10
|
import { ElButton } from "../../../node_modules/element-plus/es/components/button/index.mjs";
|
|
@@ -16,7 +16,7 @@ import { Plus as plus_default, RefreshRight as refresh_right_default, Delete as
|
|
|
16
16
|
import { getEditConfigData, getEditingType, cloneDeep, getEditConfigDataFields } from "../../packages/utils/common.mjs";
|
|
17
17
|
import { defaultProperty } from "../../packages/form/aside/index.mjs";
|
|
18
18
|
import { defaultProperty as defaultProperty$1 } from "../../packages/table/aside/index.mjs";
|
|
19
|
-
import ValueSelector from "../../components/ValueSelector.
|
|
19
|
+
import ValueSelector from "../../components/ValueSelector.vue2.mjs";
|
|
20
20
|
/* empty css */
|
|
21
21
|
import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
22
22
|
import { ElDialog } from "../../../../node_modules/element-plus/es/components/dialog/index.mjs";
|
|
@@ -14,7 +14,7 @@ import "../../../../node_modules/element-plus/theme-chalk/el-tooltip.css.mjs";
|
|
|
14
14
|
import "../../../../node_modules/element-plus/theme-chalk/el-date-picker.css.mjs";
|
|
15
15
|
import { computed, watch, ref, createElementBlock, unref, openBlock, createBlock, isRef, createVNode, createElementVNode, withCtx, Fragment, renderList } from "vue";
|
|
16
16
|
import { useVModel } from "../../../../node_modules/@vueuse/core/dist/index.mjs";
|
|
17
|
-
import ValueSelector from "../../components/ValueSelector.
|
|
17
|
+
import ValueSelector from "../../components/ValueSelector.vue2.mjs";
|
|
18
18
|
import api from "../../api/index.mjs";
|
|
19
19
|
import { getEditConfigDataSources } from "../utils/common.mjs";
|
|
20
20
|
import { createDataSource } from "../utils/datasource.mjs";
|
|
@@ -30,7 +30,7 @@ import "../../../../node_modules/element-plus/theme-chalk/el-date-picker.css.mjs
|
|
|
30
30
|
/* empty css */
|
|
31
31
|
/* empty css */
|
|
32
32
|
import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
33
|
-
/* empty css
|
|
33
|
+
/* empty css */
|
|
34
34
|
import "../../axios/config.mjs";
|
|
35
35
|
import "../../../../_virtual/FileSaver.min.mjs";
|
|
36
36
|
import "../../../../_virtual/index.mjs";
|
|
@@ -84,7 +84,7 @@ import widgets from "../table/property/widgets.vue.mjs";
|
|
|
84
84
|
import "../../../../node_modules/element-plus/theme-chalk/el-tab-pane.css.mjs";
|
|
85
85
|
/* empty css */
|
|
86
86
|
/* empty css */
|
|
87
|
-
/* empty css
|
|
87
|
+
/* empty css */
|
|
88
88
|
/* empty css */
|
|
89
89
|
/* empty css */
|
|
90
90
|
/* empty css */
|
|
@@ -4,7 +4,7 @@ import "../../../../../../node_modules/element-plus/es/index.mjs";
|
|
|
4
4
|
/* empty css */
|
|
5
5
|
import { createElementBlock, openBlock, Fragment, createVNode, withCtx } from "vue";
|
|
6
6
|
import RiskSchemeSelector from "../../../../components/RiskSchemeSelector.vue2.mjs";
|
|
7
|
-
import ValueSelector from "../../../../components/ValueSelector.
|
|
7
|
+
import ValueSelector from "../../../../components/ValueSelector.vue2.mjs";
|
|
8
8
|
import ParamsConfig from "../../../../components/ParamsConfig.vue2.mjs";
|
|
9
9
|
import { ElFormItem } from "../../../../../../node_modules/element-plus/es/components/form/index.mjs";
|
|
10
10
|
import { ElSwitch } from "../../../../../../node_modules/element-plus/es/components/switch/index.mjs";
|
|
@@ -11,7 +11,7 @@ import "../../../../../node_modules/element-plus/es/index.mjs";
|
|
|
11
11
|
import { computed, ref, watch, createBlock, openBlock, unref, isRef, withCtx, createVNode, createElementBlock, createCommentVNode, createTextVNode, Fragment } from "vue";
|
|
12
12
|
import { getCurrentItem, getEditConfigData } from "../../utils/common.mjs";
|
|
13
13
|
import emitter from "../../utils/eventBus.mjs";
|
|
14
|
-
import ValueSelector from "../../../components/ValueSelector.
|
|
14
|
+
import ValueSelector from "../../../components/ValueSelector.vue2.mjs";
|
|
15
15
|
import { ElCollapse, ElCollapseItem } from "../../../../../node_modules/element-plus/es/components/collapse/index.mjs";
|
|
16
16
|
import { ElForm, ElFormItem } from "../../../../../node_modules/element-plus/es/components/form/index.mjs";
|
|
17
17
|
import { ElInput } from "../../../../../node_modules/element-plus/es/components/input/index.mjs";
|
|
@@ -17,7 +17,7 @@ import "../../../../../node_modules/element-plus/es/index.mjs";
|
|
|
17
17
|
import { computed, ref, createBlock, openBlock, withCtx, createVNode, createTextVNode, createElementBlock, Fragment, renderList } from "vue";
|
|
18
18
|
import { getCurrentItem } from "../../utils/common.mjs";
|
|
19
19
|
import "../../utils/eventBus.mjs";
|
|
20
|
-
import ValueSelector from "../../../components/ValueSelector.
|
|
20
|
+
import ValueSelector from "../../../components/ValueSelector.vue2.mjs";
|
|
21
21
|
import api from "../../../api/index.mjs";
|
|
22
22
|
import ParamsConfig from "../../../components/ParamsConfig.vue2.mjs";
|
|
23
23
|
/* empty css */
|
|
@@ -12,7 +12,7 @@ import { computed, ref, createBlock, openBlock, unref, isRef, withCtx, createVNo
|
|
|
12
12
|
import { getCurrentItem, getEditConfigData } from "../../utils/common.mjs";
|
|
13
13
|
import TemplateSelector from "../../../components/TemplateSelector.vue2.mjs";
|
|
14
14
|
import emitter from "../../utils/eventBus.mjs";
|
|
15
|
-
import ValueSelector from "../../../components/ValueSelector.
|
|
15
|
+
import ValueSelector from "../../../components/ValueSelector.vue2.mjs";
|
|
16
16
|
import ParamsConfig from "../../../components/ParamsConfig.vue2.mjs";
|
|
17
17
|
import { ElCollapse, ElCollapseItem } from "../../../../../node_modules/element-plus/es/components/collapse/index.mjs";
|
|
18
18
|
import { ElForm, ElFormItem } from "../../../../../node_modules/element-plus/es/components/form/index.mjs";
|
|
@@ -14,7 +14,7 @@ import "../../../../node_modules/element-plus/es/index.mjs";
|
|
|
14
14
|
import { useModel, ref, watch, computed, createBlock, openBlock, withCtx, createVNode, createElementVNode, createElementBlock, Fragment, renderList, createTextVNode, unref } from "vue";
|
|
15
15
|
import { Plus as plus_default } from "../../../../node_modules/@element-plus/icons-vue/dist/index.mjs";
|
|
16
16
|
import { getEditConfigData, getEditConfigDataFields, setEditConfigData } from "../utils/common.mjs";
|
|
17
|
-
import ValueSelector from "../../components/ValueSelector.
|
|
17
|
+
import ValueSelector from "../../components/ValueSelector.vue2.mjs";
|
|
18
18
|
import api from "../../api/index.mjs";
|
|
19
19
|
/* empty css */
|
|
20
20
|
import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.mjs";
|
package/es/designer.css
CHANGED
|
@@ -6263,18 +6263,18 @@ body,
|
|
|
6263
6263
|
max-height: 90% !important;
|
|
6264
6264
|
padding: 0 !important;
|
|
6265
6265
|
}
|
|
6266
|
-
.fec-layout-row[data-v-
|
|
6266
|
+
.fec-layout-row[data-v-b2246cdb] {
|
|
6267
6267
|
width: 100%;
|
|
6268
6268
|
height: 100%;
|
|
6269
6269
|
overflow: hidden;
|
|
6270
6270
|
}
|
|
6271
|
-
.fec-layout-row[data-v-
|
|
6271
|
+
.fec-layout-row[data-v-b2246cdb] .el-col {
|
|
6272
6272
|
height: 100%;
|
|
6273
6273
|
}
|
|
6274
|
-
.fec-layout-row[data-v-
|
|
6274
|
+
.fec-layout-row[data-v-b2246cdb] .el-col .el-scrollbar__bar {
|
|
6275
6275
|
display: none;
|
|
6276
6276
|
}
|
|
6277
|
-
.grid-content[data-v-
|
|
6277
|
+
.grid-content[data-v-b2246cdb] {
|
|
6278
6278
|
border-radius: 9px 9px 4px 4px;
|
|
6279
6279
|
background-color: #fff;
|
|
6280
6280
|
position: relative;
|
|
@@ -6285,7 +6285,7 @@ body,
|
|
|
6285
6285
|
padding: 16px 16px 16px 16px;
|
|
6286
6286
|
} */
|
|
6287
6287
|
}
|
|
6288
|
-
.grid-content-statistics[data-v-
|
|
6288
|
+
.grid-content-statistics[data-v-b2246cdb] {
|
|
6289
6289
|
height: 100%;
|
|
6290
6290
|
display: flex;
|
|
6291
6291
|
flex-direction: column;
|
|
@@ -6296,7 +6296,7 @@ body,
|
|
|
6296
6296
|
height: 100%;
|
|
6297
6297
|
} */
|
|
6298
6298
|
}
|
|
6299
|
-
.grid-content-statistics[data-v-
|
|
6299
|
+
.grid-content-statistics[data-v-b2246cdb] .fec-layout-card:last-child {
|
|
6300
6300
|
margin-bottom: 0 !important;
|
|
6301
6301
|
flex: 1;
|
|
6302
6302
|
}
|
|
@@ -27,10 +27,6 @@ const _sfc_main = {
|
|
|
27
27
|
initFormData: {
|
|
28
28
|
type: Object,
|
|
29
29
|
default: {}
|
|
30
|
-
},
|
|
31
|
-
isDialog: {
|
|
32
|
-
type: Boolean,
|
|
33
|
-
default: false
|
|
34
30
|
}
|
|
35
31
|
},
|
|
36
32
|
emits: ["loaded"],
|
|
@@ -40,6 +36,7 @@ const _sfc_main = {
|
|
|
40
36
|
const formData = ref(props.initFormData);
|
|
41
37
|
const emit = __emit;
|
|
42
38
|
const showCard = ref(false);
|
|
39
|
+
const isDialog = ref(false);
|
|
43
40
|
function loaded(option, formData2) {
|
|
44
41
|
showCard.value = true;
|
|
45
42
|
const layoutEl = layoutRowRef.value.$el;
|
|
@@ -50,6 +47,7 @@ const _sfc_main = {
|
|
|
50
47
|
cols.forEach((col) => {
|
|
51
48
|
col.style.height = offsetHeight + "px";
|
|
52
49
|
});
|
|
50
|
+
isDialog.value = true;
|
|
53
51
|
}
|
|
54
52
|
emit("loaded", cloneDeep(formData2));
|
|
55
53
|
}
|
|
@@ -77,7 +75,7 @@ const _sfc_main = {
|
|
|
77
75
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => isRef(formData) ? formData.value = $event : null),
|
|
78
76
|
onLoaded: loaded,
|
|
79
77
|
initFormMode: __props.initFormMode,
|
|
80
|
-
isDialog:
|
|
78
|
+
isDialog: unref(isDialog)
|
|
81
79
|
}, null, 8, ["templateKey", "modelValue", "initFormMode", "isDialog"])
|
|
82
80
|
]),
|
|
83
81
|
_: 1
|
|
@@ -102,7 +100,7 @@ const _sfc_main = {
|
|
|
102
100
|
};
|
|
103
101
|
}
|
|
104
102
|
};
|
|
105
|
-
const _Layout = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
103
|
+
const _Layout = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-b2246cdb"]]);
|
|
106
104
|
export {
|
|
107
105
|
_Layout as default
|
|
108
106
|
};
|
|
@@ -11,7 +11,7 @@ require("../../../node_modules/element-plus/es/index.js");
|
|
|
11
11
|
;/* empty css */
|
|
12
12
|
const vue = require("vue");
|
|
13
13
|
const index$2 = require("../../../node_modules/@element-plus/icons-vue/dist/index.js");
|
|
14
|
-
const ValueSelector = require("./ValueSelector.
|
|
14
|
+
const ValueSelector = require("./ValueSelector.vue2.js");
|
|
15
15
|
const index = require("../api/index.js");
|
|
16
16
|
;/* empty css */
|
|
17
17
|
const _pluginVue_exportHelper = require("../../../_virtual/_plugin-vue_export-helper.js");
|
|
@@ -6,7 +6,7 @@ require("../../../node_modules/element-plus/es/index.js");
|
|
|
6
6
|
;/* empty css */
|
|
7
7
|
const vue = require("vue");
|
|
8
8
|
const index$1 = require("../../../node_modules/@element-plus/icons-vue/dist/index.js");
|
|
9
|
-
const ValueSelector = require("./ValueSelector.
|
|
9
|
+
const ValueSelector = require("./ValueSelector.vue2.js");
|
|
10
10
|
;/* empty css */
|
|
11
11
|
const _pluginVue_exportHelper = require("../../../_virtual/_plugin-vue_export-helper.js");
|
|
12
12
|
const index = require("../../../node_modules/element-plus/es/components/button/index.js");
|
|
@@ -18,7 +18,7 @@ const index$2 = require("../../../../node_modules/@element-plus/icons-vue/dist/i
|
|
|
18
18
|
const common = require("../../packages/utils/common.js");
|
|
19
19
|
const index$5 = require("../../packages/form/aside/index.js");
|
|
20
20
|
const index$6 = require("../../packages/table/aside/index.js");
|
|
21
|
-
const ValueSelector = require("../../components/ValueSelector.
|
|
21
|
+
const ValueSelector = require("../../components/ValueSelector.vue2.js");
|
|
22
22
|
;/* empty css */
|
|
23
23
|
const _pluginVue_exportHelper = require("../../../../_virtual/_plugin-vue_export-helper.js");
|
|
24
24
|
const index = require("../../../../node_modules/element-plus/es/components/dialog/index.js");
|
|
@@ -16,7 +16,7 @@ require("../../../../node_modules/element-plus/theme-chalk/el-tooltip.css.js");
|
|
|
16
16
|
require("../../../../node_modules/element-plus/theme-chalk/el-date-picker.css.js");
|
|
17
17
|
const vue = require("vue");
|
|
18
18
|
const index = require("../../../../node_modules/@vueuse/core/dist/index.js");
|
|
19
|
-
const ValueSelector = require("../../components/ValueSelector.
|
|
19
|
+
const ValueSelector = require("../../components/ValueSelector.vue2.js");
|
|
20
20
|
const index$1 = require("../../api/index.js");
|
|
21
21
|
const common = require("../utils/common.js");
|
|
22
22
|
const datasource = require("../utils/datasource.js");
|
|
@@ -32,7 +32,7 @@ require("../../../../node_modules/element-plus/theme-chalk/el-date-picker.css.js
|
|
|
32
32
|
;/* empty css */
|
|
33
33
|
;/* empty css */
|
|
34
34
|
const _pluginVue_exportHelper = require("../../../../_virtual/_plugin-vue_export-helper.js");
|
|
35
|
-
;/* empty css
|
|
35
|
+
;/* empty css */
|
|
36
36
|
require("../../axios/config.js");
|
|
37
37
|
require("../../../../_virtual/FileSaver.min.js");
|
|
38
38
|
require("../../../../_virtual/index.js");
|
|
@@ -86,7 +86,7 @@ const widgets = require("../table/property/widgets.vue.js");
|
|
|
86
86
|
require("../../../../node_modules/element-plus/theme-chalk/el-tab-pane.css.js");
|
|
87
87
|
;/* empty css */
|
|
88
88
|
;/* empty css */
|
|
89
|
-
;/* empty css
|
|
89
|
+
;/* empty css */
|
|
90
90
|
;/* empty css */
|
|
91
91
|
;/* empty css */
|
|
92
92
|
;/* empty css */
|
|
@@ -6,7 +6,7 @@ require("../../../../../../node_modules/element-plus/es/index.js");
|
|
|
6
6
|
;/* empty css */
|
|
7
7
|
const vue = require("vue");
|
|
8
8
|
const RiskSchemeSelector = require("../../../../components/RiskSchemeSelector.vue2.js");
|
|
9
|
-
const ValueSelector = require("../../../../components/ValueSelector.
|
|
9
|
+
const ValueSelector = require("../../../../components/ValueSelector.vue2.js");
|
|
10
10
|
const ParamsConfig = require("../../../../components/ParamsConfig.vue2.js");
|
|
11
11
|
const index = require("../../../../../../node_modules/element-plus/es/components/form/index.js");
|
|
12
12
|
const index$1 = require("../../../../../../node_modules/element-plus/es/components/switch/index.js");
|
|
@@ -13,7 +13,7 @@ require("../../../../../node_modules/element-plus/es/index.js");
|
|
|
13
13
|
const vue = require("vue");
|
|
14
14
|
const common = require("../../utils/common.js");
|
|
15
15
|
const eventBus = require("../../utils/eventBus.js");
|
|
16
|
-
const ValueSelector = require("../../../components/ValueSelector.
|
|
16
|
+
const ValueSelector = require("../../../components/ValueSelector.vue2.js");
|
|
17
17
|
const index = require("../../../../../node_modules/element-plus/es/components/collapse/index.js");
|
|
18
18
|
const index$1 = require("../../../../../node_modules/element-plus/es/components/form/index.js");
|
|
19
19
|
const index$2 = require("../../../../../node_modules/element-plus/es/components/input/index.js");
|
|
@@ -19,7 +19,7 @@ require("../../../../../node_modules/element-plus/es/index.js");
|
|
|
19
19
|
const vue = require("vue");
|
|
20
20
|
const common = require("../../utils/common.js");
|
|
21
21
|
require("../../utils/eventBus.js");
|
|
22
|
-
const ValueSelector = require("../../../components/ValueSelector.
|
|
22
|
+
const ValueSelector = require("../../../components/ValueSelector.vue2.js");
|
|
23
23
|
const index = require("../../../api/index.js");
|
|
24
24
|
const ParamsConfig = require("../../../components/ParamsConfig.vue2.js");
|
|
25
25
|
;/* empty css */
|
|
@@ -14,7 +14,7 @@ const vue = require("vue");
|
|
|
14
14
|
const common = require("../../utils/common.js");
|
|
15
15
|
const TemplateSelector = require("../../../components/TemplateSelector.vue2.js");
|
|
16
16
|
const eventBus = require("../../utils/eventBus.js");
|
|
17
|
-
const ValueSelector = require("../../../components/ValueSelector.
|
|
17
|
+
const ValueSelector = require("../../../components/ValueSelector.vue2.js");
|
|
18
18
|
const ParamsConfig = require("../../../components/ParamsConfig.vue2.js");
|
|
19
19
|
const index = require("../../../../../node_modules/element-plus/es/components/collapse/index.js");
|
|
20
20
|
const index$1 = require("../../../../../node_modules/element-plus/es/components/form/index.js");
|
|
@@ -16,7 +16,7 @@ require("../../../../node_modules/element-plus/es/index.js");
|
|
|
16
16
|
const vue = require("vue");
|
|
17
17
|
const index$6 = require("../../../../node_modules/@element-plus/icons-vue/dist/index.js");
|
|
18
18
|
const common = require("../utils/common.js");
|
|
19
|
-
const ValueSelector = require("../../components/ValueSelector.
|
|
19
|
+
const ValueSelector = require("../../components/ValueSelector.vue2.js");
|
|
20
20
|
const index = require("../../api/index.js");
|
|
21
21
|
;/* empty css */
|
|
22
22
|
const _pluginVue_exportHelper = require("../../../../_virtual/_plugin-vue_export-helper.js");
|
package/lib/designer.css
CHANGED
|
@@ -6263,18 +6263,18 @@ body,
|
|
|
6263
6263
|
max-height: 90% !important;
|
|
6264
6264
|
padding: 0 !important;
|
|
6265
6265
|
}
|
|
6266
|
-
.fec-layout-row[data-v-
|
|
6266
|
+
.fec-layout-row[data-v-b2246cdb] {
|
|
6267
6267
|
width: 100%;
|
|
6268
6268
|
height: 100%;
|
|
6269
6269
|
overflow: hidden;
|
|
6270
6270
|
}
|
|
6271
|
-
.fec-layout-row[data-v-
|
|
6271
|
+
.fec-layout-row[data-v-b2246cdb] .el-col {
|
|
6272
6272
|
height: 100%;
|
|
6273
6273
|
}
|
|
6274
|
-
.fec-layout-row[data-v-
|
|
6274
|
+
.fec-layout-row[data-v-b2246cdb] .el-col .el-scrollbar__bar {
|
|
6275
6275
|
display: none;
|
|
6276
6276
|
}
|
|
6277
|
-
.grid-content[data-v-
|
|
6277
|
+
.grid-content[data-v-b2246cdb] {
|
|
6278
6278
|
border-radius: 9px 9px 4px 4px;
|
|
6279
6279
|
background-color: #fff;
|
|
6280
6280
|
position: relative;
|
|
@@ -6285,7 +6285,7 @@ body,
|
|
|
6285
6285
|
padding: 16px 16px 16px 16px;
|
|
6286
6286
|
} */
|
|
6287
6287
|
}
|
|
6288
|
-
.grid-content-statistics[data-v-
|
|
6288
|
+
.grid-content-statistics[data-v-b2246cdb] {
|
|
6289
6289
|
height: 100%;
|
|
6290
6290
|
display: flex;
|
|
6291
6291
|
flex-direction: column;
|
|
@@ -6296,7 +6296,7 @@ body,
|
|
|
6296
6296
|
height: 100%;
|
|
6297
6297
|
} */
|
|
6298
6298
|
}
|
|
6299
|
-
.grid-content-statistics[data-v-
|
|
6299
|
+
.grid-content-statistics[data-v-b2246cdb] .fec-layout-card:last-child {
|
|
6300
6300
|
margin-bottom: 0 !important;
|
|
6301
6301
|
flex: 1;
|
|
6302
6302
|
}
|
|
@@ -29,10 +29,6 @@ const _sfc_main = {
|
|
|
29
29
|
initFormData: {
|
|
30
30
|
type: Object,
|
|
31
31
|
default: {}
|
|
32
|
-
},
|
|
33
|
-
isDialog: {
|
|
34
|
-
type: Boolean,
|
|
35
|
-
default: false
|
|
36
32
|
}
|
|
37
33
|
},
|
|
38
34
|
emits: ["loaded"],
|
|
@@ -42,6 +38,7 @@ const _sfc_main = {
|
|
|
42
38
|
const formData = vue.ref(props.initFormData);
|
|
43
39
|
const emit = __emit;
|
|
44
40
|
const showCard = vue.ref(false);
|
|
41
|
+
const isDialog = vue.ref(false);
|
|
45
42
|
function loaded(option, formData2) {
|
|
46
43
|
showCard.value = true;
|
|
47
44
|
const layoutEl = layoutRowRef.value.$el;
|
|
@@ -52,6 +49,7 @@ const _sfc_main = {
|
|
|
52
49
|
cols.forEach((col) => {
|
|
53
50
|
col.style.height = offsetHeight + "px";
|
|
54
51
|
});
|
|
52
|
+
isDialog.value = true;
|
|
55
53
|
}
|
|
56
54
|
emit("loaded", common.cloneDeep(formData2));
|
|
57
55
|
}
|
|
@@ -79,7 +77,7 @@ const _sfc_main = {
|
|
|
79
77
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => vue.isRef(formData) ? formData.value = $event : null),
|
|
80
78
|
onLoaded: loaded,
|
|
81
79
|
initFormMode: __props.initFormMode,
|
|
82
|
-
isDialog:
|
|
80
|
+
isDialog: vue.unref(isDialog)
|
|
83
81
|
}, null, 8, ["templateKey", "modelValue", "initFormMode", "isDialog"])
|
|
84
82
|
]),
|
|
85
83
|
_: 1
|
|
@@ -104,5 +102,5 @@ const _sfc_main = {
|
|
|
104
102
|
};
|
|
105
103
|
}
|
|
106
104
|
};
|
|
107
|
-
const _Layout = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-
|
|
105
|
+
const _Layout = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-b2246cdb"]]);
|
|
108
106
|
exports.default = _Layout;
|