@fecp/designer 5.5.103 → 5.5.105
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 +42 -43
- package/es/packages/mobile/src/page.vue.mjs +4 -3
- package/es/packages/vue/src/components/forms/form/Form.vue.mjs +1 -1
- package/es/packages/vue/src/components/forms/subTable/SubTable.vue.mjs +11 -1
- 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 +42 -43
- package/lib/packages/mobile/src/page.vue.js +4 -3
- package/lib/packages/vue/src/components/forms/form/Form.vue.js +1 -1
- package/lib/packages/vue/src/components/forms/subTable/SubTable.vue.js +10 -0
- package/package.json +1 -1
|
@@ -9,7 +9,7 @@ import "../../../node_modules/element-plus/es/index.mjs";
|
|
|
9
9
|
/* empty css */
|
|
10
10
|
import { getCurrentInstance, 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.vue.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.vue.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.vue.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 { getCurrentInstance, 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.vue.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 api from "../../api/index.mjs";
|
|
35
35
|
/* empty css */
|
|
36
36
|
/* empty css */
|
|
@@ -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.vue.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.vue.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 { getCurrentInstance, 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.vue.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.vue.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 { getCurrentInstance, 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.vue.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
|
@@ -6272,15 +6272,15 @@ body,
|
|
|
6272
6272
|
align-items: center;
|
|
6273
6273
|
flex-wrap: nowrap;
|
|
6274
6274
|
}
|
|
6275
|
-
.fec-form[data-v-
|
|
6275
|
+
.fec-form[data-v-712c6915] {
|
|
6276
6276
|
height: 100%;
|
|
6277
6277
|
}
|
|
6278
|
-
.fec-form.inMinApp[data-v-
|
|
6278
|
+
.fec-form.inMinApp[data-v-712c6915] {
|
|
6279
6279
|
height: 0px;
|
|
6280
6280
|
flex: 1;
|
|
6281
6281
|
padding: 8px;
|
|
6282
6282
|
}
|
|
6283
|
-
.fec-form-col[data-v-
|
|
6283
|
+
.fec-form-col[data-v-712c6915] {
|
|
6284
6284
|
padding: 0px !important;
|
|
6285
6285
|
display: flex !important;
|
|
6286
6286
|
flex-direction: column;
|
|
@@ -6289,22 +6289,22 @@ body,
|
|
|
6289
6289
|
overflow: hidden;
|
|
6290
6290
|
flex: auto !important;
|
|
6291
6291
|
}
|
|
6292
|
-
[data-v-
|
|
6292
|
+
[data-v-712c6915] .vgl-layout {
|
|
6293
6293
|
position: relative;
|
|
6294
6294
|
}
|
|
6295
|
-
[data-v-
|
|
6295
|
+
[data-v-712c6915] .vgl-item {
|
|
6296
6296
|
transition: none;
|
|
6297
6297
|
}
|
|
6298
|
-
[data-v-
|
|
6298
|
+
[data-v-712c6915] .vgl-item > .el-form-item {
|
|
6299
6299
|
width: 100%;
|
|
6300
6300
|
padding: 6px 8px 0 8px;
|
|
6301
6301
|
height: calc(100% - 15px);
|
|
6302
6302
|
display: flex;
|
|
6303
6303
|
}
|
|
6304
|
-
[data-v-
|
|
6304
|
+
[data-v-712c6915] .vgl-item > .el-form-item.el-form-item--label-top {
|
|
6305
6305
|
flex-direction: column;
|
|
6306
6306
|
}
|
|
6307
|
-
[data-v-
|
|
6307
|
+
[data-v-712c6915] .vgl-item > .el-form-item .el-form-item__label {
|
|
6308
6308
|
line-height: 20px;
|
|
6309
6309
|
display: inline-flex;
|
|
6310
6310
|
align-items: center;
|
|
@@ -6316,109 +6316,108 @@ body,
|
|
|
6316
6316
|
max-width: 160px;
|
|
6317
6317
|
min-width: 80px;
|
|
6318
6318
|
flex-shrink: 0;
|
|
6319
|
-
min-height: 45px;
|
|
6320
6319
|
}
|
|
6321
|
-
[data-v-
|
|
6320
|
+
[data-v-712c6915] .vgl-item > .el-form-item {
|
|
6322
6321
|
/* .el-form-item__error {
|
|
6323
6322
|
padding-top: 10px;
|
|
6324
6323
|
} */
|
|
6325
6324
|
}
|
|
6326
|
-
[data-v-
|
|
6325
|
+
[data-v-712c6915] .vgl-item > .el-form-item .el-input__wrapper {
|
|
6327
6326
|
padding: 1px 12px;
|
|
6328
6327
|
}
|
|
6329
|
-
[data-v-
|
|
6328
|
+
[data-v-712c6915] .vgl-item > .el-container {
|
|
6330
6329
|
height: auto !important;
|
|
6331
6330
|
}
|
|
6332
6331
|
@media (min-width: 1720px) {
|
|
6333
|
-
[data-v-
|
|
6332
|
+
[data-v-712c6915] .vgl-item .el-form-item__label {
|
|
6334
6333
|
max-width: 160px !important;
|
|
6335
6334
|
}
|
|
6336
|
-
[data-v-
|
|
6335
|
+
[data-v-712c6915] .vgl-item .el-form-item {
|
|
6337
6336
|
padding: 6px 8px 0 8px !important;
|
|
6338
6337
|
}
|
|
6339
|
-
[data-v-
|
|
6338
|
+
[data-v-712c6915] .vgl-item .el-form-item .el-input__wrapper {
|
|
6340
6339
|
padding: 1px 12px;
|
|
6341
6340
|
}
|
|
6342
|
-
[data-v-
|
|
6341
|
+
[data-v-712c6915] .vgl-item .el-form-item .el-select__wrapper {
|
|
6343
6342
|
padding: 8px 12px;
|
|
6344
6343
|
}
|
|
6345
|
-
.fec-el-form[data-v-
|
|
6344
|
+
.fec-el-form[data-v-712c6915] {
|
|
6346
6345
|
padding: 12px !important;
|
|
6347
6346
|
}
|
|
6348
6347
|
}
|
|
6349
6348
|
/* 标准 PC(1200px ~ 1439px)*/
|
|
6350
6349
|
@media (min-width: 1366px) and (max-width: 1719px) {
|
|
6351
|
-
[data-v-
|
|
6350
|
+
[data-v-712c6915] .vgl-item .el-form-item__label {
|
|
6352
6351
|
max-width: 130px !important;
|
|
6353
6352
|
padding-right: 6px !important;
|
|
6354
6353
|
}
|
|
6355
|
-
[data-v-
|
|
6354
|
+
[data-v-712c6915] .vgl-item .el-form-item {
|
|
6356
6355
|
padding: 6px 0 0 0 !important;
|
|
6357
6356
|
}
|
|
6358
|
-
[data-v-
|
|
6357
|
+
[data-v-712c6915] .vgl-item .el-form-item .el-input__wrapper {
|
|
6359
6358
|
padding: 1px 8px;
|
|
6360
6359
|
}
|
|
6361
|
-
[data-v-
|
|
6360
|
+
[data-v-712c6915] .vgl-item .el-form-item .el-select__wrapper {
|
|
6362
6361
|
padding: 8px 8px;
|
|
6363
6362
|
}
|
|
6364
|
-
.fec-el-form[data-v-
|
|
6363
|
+
.fec-el-form[data-v-712c6915] {
|
|
6365
6364
|
padding: 8px !important;
|
|
6366
6365
|
}
|
|
6367
6366
|
}
|
|
6368
6367
|
/* 2. 标准 PC 992px ~ 1199px */
|
|
6369
6368
|
@media (min-width: 992px) and (max-width: 1365px) {
|
|
6370
|
-
[data-v-
|
|
6369
|
+
[data-v-712c6915] .vgl-item .el-form-item__label {
|
|
6371
6370
|
max-width: 125px !important;
|
|
6372
6371
|
padding-right: 4px !important;
|
|
6373
6372
|
}
|
|
6374
|
-
[data-v-
|
|
6373
|
+
[data-v-712c6915] .vgl-item .el-form-item {
|
|
6375
6374
|
padding: 0 !important;
|
|
6376
6375
|
}
|
|
6377
|
-
[data-v-
|
|
6376
|
+
[data-v-712c6915] .vgl-item .el-form-item .el-input__wrapper {
|
|
6378
6377
|
padding: 1px 6px;
|
|
6379
6378
|
}
|
|
6380
|
-
[data-v-
|
|
6379
|
+
[data-v-712c6915] .vgl-item .el-form-item .el-select__wrapper {
|
|
6381
6380
|
padding: 8px 6px;
|
|
6382
6381
|
}
|
|
6383
|
-
.fec-el-form[data-v-
|
|
6382
|
+
.fec-el-form[data-v-712c6915] {
|
|
6384
6383
|
padding: 6px !important;
|
|
6385
6384
|
}
|
|
6386
6385
|
}
|
|
6387
6386
|
/* 3. 小屏 PC / 窄窗口 <992px(最小到768px)*/
|
|
6388
6387
|
@media (max-width: 991px) and (min-width: 768px) {
|
|
6389
|
-
[data-v-
|
|
6388
|
+
[data-v-712c6915] .vgl-item .el-form-item__label {
|
|
6390
6389
|
max-width: 100px !important;
|
|
6391
6390
|
padding-right: 4px !important;
|
|
6392
6391
|
}
|
|
6393
|
-
[data-v-
|
|
6392
|
+
[data-v-712c6915] .vgl-item .el-form-item {
|
|
6394
6393
|
padding: 0 !important;
|
|
6395
6394
|
}
|
|
6396
|
-
[data-v-
|
|
6395
|
+
[data-v-712c6915] .vgl-item .el-form-item .el-input__wrapper {
|
|
6397
6396
|
padding: 1px 4px;
|
|
6398
6397
|
}
|
|
6399
|
-
[data-v-
|
|
6398
|
+
[data-v-712c6915] .vgl-item .el-form-item .el-select__wrapper {
|
|
6400
6399
|
padding: 8px 4px;
|
|
6401
6400
|
}
|
|
6402
|
-
.fec-el-form[data-v-
|
|
6401
|
+
.fec-el-form[data-v-712c6915] {
|
|
6403
6402
|
padding: 6px !important;
|
|
6404
6403
|
}
|
|
6405
6404
|
}
|
|
6406
6405
|
/* 超小屏 <768px */
|
|
6407
6406
|
@media (max-width: 767px) {
|
|
6408
|
-
[data-v-
|
|
6407
|
+
[data-v-712c6915] .vgl-item .el-form-item__label {
|
|
6409
6408
|
max-width: 80px !important;
|
|
6410
6409
|
padding-right: 4px !important;
|
|
6411
6410
|
}
|
|
6412
|
-
[data-v-
|
|
6411
|
+
[data-v-712c6915] .vgl-item .el-form-item {
|
|
6413
6412
|
padding: 0 !important;
|
|
6414
6413
|
}
|
|
6415
|
-
[data-v-
|
|
6414
|
+
[data-v-712c6915] .vgl-item .el-form-item .el-input__wrapper {
|
|
6416
6415
|
padding: 1px 2px;
|
|
6417
6416
|
}
|
|
6418
|
-
[data-v-
|
|
6417
|
+
[data-v-712c6915] .vgl-item .el-form-item .el-select__wrapper {
|
|
6419
6418
|
padding: 8px 2px;
|
|
6420
6419
|
}
|
|
6421
|
-
.fec-el-form[data-v-
|
|
6420
|
+
.fec-el-form[data-v-712c6915] {
|
|
6422
6421
|
padding: 6px !important;
|
|
6423
6422
|
}
|
|
6424
6423
|
}.table-pagination[data-v-142fdd35] {
|
|
@@ -7778,7 +7777,7 @@ body,
|
|
|
7778
7777
|
:root,:host{--van-sidebar-width: 80px}.van-sidebar{width:var(--van-sidebar-width);overflow-y:auto;-webkit-overflow-scrolling:touch}
|
|
7779
7778
|
:root,:host{--van-sidebar-font-size: var(--van-font-size-md);--van-sidebar-line-height: var(--van-line-height-md);--van-sidebar-text-color: var(--van-text-color);--van-sidebar-disabled-text-color: var(--van-text-color-3);--van-sidebar-padding: 20px var(--van-padding-sm);--van-sidebar-active-color: var(--van-active-color);--van-sidebar-background: var(--van-background);--van-sidebar-selected-font-weight: var(--van-font-bold);--van-sidebar-selected-text-color: var(--van-text-color);--van-sidebar-selected-border-width: 4px;--van-sidebar-selected-border-height: 16px;--van-sidebar-selected-border-color: var(--van-primary-color);--van-sidebar-selected-background: var(--van-background-2)}.van-sidebar-item{position:relative;display:block;box-sizing:border-box;padding:var(--van-sidebar-padding);overflow:hidden;color:var(--van-sidebar-text-color);font-size:var(--van-sidebar-font-size);line-height:var(--van-sidebar-line-height);background:var(--van-sidebar-background);cursor:pointer;-webkit-user-select:none;user-select:none}.van-sidebar-item:active{background-color:var(--van-sidebar-active-color)}.van-sidebar-item:not(:last-child):after{border-bottom-width:1px}.van-sidebar-item__text{word-break:break-all}.van-sidebar-item--select{color:var(--van-sidebar-selected-text-color);font-weight:var(--van-sidebar-selected-font-weight)}.van-sidebar-item--select,.van-sidebar-item--select:active{background-color:var(--van-sidebar-selected-background)}.van-sidebar-item--select:before{position:absolute;top:50%;left:0;width:var(--van-sidebar-selected-border-width);height:var(--van-sidebar-selected-border-height);background-color:var(--van-sidebar-selected-border-color);transform:translateY(-50%);content:""}.van-sidebar-item--disabled{color:var(--van-sidebar-disabled-text-color);cursor:not-allowed}.van-sidebar-item--disabled:active{background-color:var(--van-sidebar-background)}
|
|
7780
7779
|
|
|
7781
|
-
.grid-wrapper[data-v-
|
|
7780
|
+
.grid-wrapper[data-v-e6130bde] {
|
|
7782
7781
|
flex: 1;
|
|
7783
7782
|
overflow: auto;
|
|
7784
7783
|
display: flex;
|
|
@@ -7786,26 +7785,26 @@ body,
|
|
|
7786
7785
|
}
|
|
7787
7786
|
|
|
7788
7787
|
/* 主流浏览器:Chrome / Edge / 移动端 Webkit */
|
|
7789
|
-
.no-scrollbar[data-v-
|
|
7788
|
+
.no-scrollbar[data-v-e6130bde]::-webkit-scrollbar {
|
|
7790
7789
|
display: none;
|
|
7791
7790
|
}
|
|
7792
7791
|
|
|
7793
7792
|
/* Firefox */
|
|
7794
|
-
.no-scrollbar[data-v-
|
|
7793
|
+
.no-scrollbar[data-v-e6130bde] {
|
|
7795
7794
|
scrollbar-width: none;
|
|
7796
7795
|
}
|
|
7797
7796
|
|
|
7798
7797
|
/* IE / Edge 老版本 */
|
|
7799
|
-
.no-scrollbar[data-v-
|
|
7798
|
+
.no-scrollbar[data-v-e6130bde] {
|
|
7800
7799
|
-ms-overflow-style: none;
|
|
7801
7800
|
}
|
|
7802
|
-
.component-content[data-v-
|
|
7801
|
+
.component-content[data-v-e6130bde] {
|
|
7803
7802
|
display: flex;
|
|
7804
7803
|
height: 100%;
|
|
7805
7804
|
width: 100%;
|
|
7806
7805
|
flex-direction: column;
|
|
7807
7806
|
}
|
|
7808
|
-
[data-v-
|
|
7807
|
+
[data-v-e6130bde] .vgl-item.isAutoHeight {
|
|
7809
7808
|
height: 100% !important;
|
|
7810
7809
|
}.fec-tabs-container[data-v-3ac885e8] {
|
|
7811
7810
|
display: flex;
|
|
@@ -207,6 +207,7 @@ const _sfc_main = {
|
|
|
207
207
|
const _component_FecMobileNoticeBar = resolveComponent("FecMobileNoticeBar");
|
|
208
208
|
const _component_FecMobileDataStat = resolveComponent("FecMobileDataStat");
|
|
209
209
|
const _component_FecMobileAppDetail = resolveComponent("FecMobileAppDetail");
|
|
210
|
+
const _component_FecMobileApprovalList = resolveComponent("FecMobileApprovalList");
|
|
210
211
|
const _component_FecMobileTabbar = resolveComponent("FecMobileTabbar");
|
|
211
212
|
const _component_FecMobileActionBar = resolveComponent("FecMobileActionBar");
|
|
212
213
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
@@ -225,8 +226,8 @@ const _sfc_main = {
|
|
|
225
226
|
], 64)) : __props.parentPage.type == "approval" ? (openBlock(), createBlock(_component_FecMobileAppDetail, mergeProps({ key: 1 }, __props.parentPage.layoutData.appDetailProps, {
|
|
226
227
|
actionBar: __props.parentPage.layoutData.actionBar,
|
|
227
228
|
params: __props.params
|
|
228
|
-
}), null, 16, ["actionBar", "params"])) : (openBlock(), createBlock(unref(De), {
|
|
229
|
-
key:
|
|
229
|
+
}), null, 16, ["actionBar", "params"])) : __props.parentPage.type == "flowList" ? (openBlock(), createBlock(_component_FecMobileApprovalList, { key: 2 })) : (openBlock(), createBlock(unref(De), {
|
|
230
|
+
key: 3,
|
|
230
231
|
ref_key: "gridLayout",
|
|
231
232
|
ref: gridLayout,
|
|
232
233
|
layout: unref(layoutData),
|
|
@@ -265,7 +266,7 @@ const _sfc_main = {
|
|
|
265
266
|
};
|
|
266
267
|
}
|
|
267
268
|
};
|
|
268
|
-
const MobilePage = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
269
|
+
const MobilePage = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-e6130bde"]]);
|
|
269
270
|
export {
|
|
270
271
|
MobilePage as default
|
|
271
272
|
};
|
|
@@ -1289,7 +1289,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
1289
1289
|
};
|
|
1290
1290
|
}
|
|
1291
1291
|
});
|
|
1292
|
-
const _Form = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
1292
|
+
const _Form = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-712c6915"]]);
|
|
1293
1293
|
export {
|
|
1294
1294
|
_Form as default
|
|
1295
1295
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "../../../../../../node_modules/element-plus/es/index.mjs";
|
|
2
2
|
/* empty css */
|
|
3
3
|
/* empty css */
|
|
4
|
-
import { inject, ref, computed, resolveComponent, createElementBlock, openBlock, Fragment, createCommentVNode, createVNode, createBlock, unref, createSlots, withCtx, renderList, createTextVNode, toDisplayString } from "vue";
|
|
4
|
+
import { inject, ref, watch, computed, resolveComponent, createElementBlock, openBlock, Fragment, createCommentVNode, createVNode, createBlock, unref, createSlots, withCtx, renderList, createTextVNode, toDisplayString } from "vue";
|
|
5
5
|
import { SubTitle } from "../subTitle/index.mjs";
|
|
6
6
|
import { H2 } from "../h2/index.mjs";
|
|
7
7
|
import { parseRouteParams } from "../../../utils/parseRouteParams.mjs";
|
|
@@ -32,11 +32,21 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
32
32
|
setup(__props, { expose: __expose }) {
|
|
33
33
|
const props = __props;
|
|
34
34
|
const getFormData = inject("getFormData");
|
|
35
|
+
const formDataOri = inject("formData");
|
|
35
36
|
const formData = ref(getFormData());
|
|
36
37
|
inject("rowHeight");
|
|
37
38
|
inject("gridLayout");
|
|
38
39
|
const setFormItemHeight = inject("setFormItemHeight");
|
|
39
40
|
const handleEvent = inject("handleEvent");
|
|
41
|
+
watch(
|
|
42
|
+
formDataOri,
|
|
43
|
+
(val) => {
|
|
44
|
+
formData.value = getFormData();
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
deep: true
|
|
48
|
+
}
|
|
49
|
+
);
|
|
40
50
|
const heightMode = computed(() => {
|
|
41
51
|
return props.config.subTableHeightType || "auto";
|
|
42
52
|
});
|
|
@@ -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.vue.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.vue.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.vue.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.vue.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
|
const index$8 = require("../../api/index.js");
|
|
37
37
|
;/* empty css */
|
|
38
38
|
;/* empty css */
|
|
@@ -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.vue.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.vue.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.vue.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.vue.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.vue.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
|
@@ -6272,15 +6272,15 @@ body,
|
|
|
6272
6272
|
align-items: center;
|
|
6273
6273
|
flex-wrap: nowrap;
|
|
6274
6274
|
}
|
|
6275
|
-
.fec-form[data-v-
|
|
6275
|
+
.fec-form[data-v-712c6915] {
|
|
6276
6276
|
height: 100%;
|
|
6277
6277
|
}
|
|
6278
|
-
.fec-form.inMinApp[data-v-
|
|
6278
|
+
.fec-form.inMinApp[data-v-712c6915] {
|
|
6279
6279
|
height: 0px;
|
|
6280
6280
|
flex: 1;
|
|
6281
6281
|
padding: 8px;
|
|
6282
6282
|
}
|
|
6283
|
-
.fec-form-col[data-v-
|
|
6283
|
+
.fec-form-col[data-v-712c6915] {
|
|
6284
6284
|
padding: 0px !important;
|
|
6285
6285
|
display: flex !important;
|
|
6286
6286
|
flex-direction: column;
|
|
@@ -6289,22 +6289,22 @@ body,
|
|
|
6289
6289
|
overflow: hidden;
|
|
6290
6290
|
flex: auto !important;
|
|
6291
6291
|
}
|
|
6292
|
-
[data-v-
|
|
6292
|
+
[data-v-712c6915] .vgl-layout {
|
|
6293
6293
|
position: relative;
|
|
6294
6294
|
}
|
|
6295
|
-
[data-v-
|
|
6295
|
+
[data-v-712c6915] .vgl-item {
|
|
6296
6296
|
transition: none;
|
|
6297
6297
|
}
|
|
6298
|
-
[data-v-
|
|
6298
|
+
[data-v-712c6915] .vgl-item > .el-form-item {
|
|
6299
6299
|
width: 100%;
|
|
6300
6300
|
padding: 6px 8px 0 8px;
|
|
6301
6301
|
height: calc(100% - 15px);
|
|
6302
6302
|
display: flex;
|
|
6303
6303
|
}
|
|
6304
|
-
[data-v-
|
|
6304
|
+
[data-v-712c6915] .vgl-item > .el-form-item.el-form-item--label-top {
|
|
6305
6305
|
flex-direction: column;
|
|
6306
6306
|
}
|
|
6307
|
-
[data-v-
|
|
6307
|
+
[data-v-712c6915] .vgl-item > .el-form-item .el-form-item__label {
|
|
6308
6308
|
line-height: 20px;
|
|
6309
6309
|
display: inline-flex;
|
|
6310
6310
|
align-items: center;
|
|
@@ -6316,109 +6316,108 @@ body,
|
|
|
6316
6316
|
max-width: 160px;
|
|
6317
6317
|
min-width: 80px;
|
|
6318
6318
|
flex-shrink: 0;
|
|
6319
|
-
min-height: 45px;
|
|
6320
6319
|
}
|
|
6321
|
-
[data-v-
|
|
6320
|
+
[data-v-712c6915] .vgl-item > .el-form-item {
|
|
6322
6321
|
/* .el-form-item__error {
|
|
6323
6322
|
padding-top: 10px;
|
|
6324
6323
|
} */
|
|
6325
6324
|
}
|
|
6326
|
-
[data-v-
|
|
6325
|
+
[data-v-712c6915] .vgl-item > .el-form-item .el-input__wrapper {
|
|
6327
6326
|
padding: 1px 12px;
|
|
6328
6327
|
}
|
|
6329
|
-
[data-v-
|
|
6328
|
+
[data-v-712c6915] .vgl-item > .el-container {
|
|
6330
6329
|
height: auto !important;
|
|
6331
6330
|
}
|
|
6332
6331
|
@media (min-width: 1720px) {
|
|
6333
|
-
[data-v-
|
|
6332
|
+
[data-v-712c6915] .vgl-item .el-form-item__label {
|
|
6334
6333
|
max-width: 160px !important;
|
|
6335
6334
|
}
|
|
6336
|
-
[data-v-
|
|
6335
|
+
[data-v-712c6915] .vgl-item .el-form-item {
|
|
6337
6336
|
padding: 6px 8px 0 8px !important;
|
|
6338
6337
|
}
|
|
6339
|
-
[data-v-
|
|
6338
|
+
[data-v-712c6915] .vgl-item .el-form-item .el-input__wrapper {
|
|
6340
6339
|
padding: 1px 12px;
|
|
6341
6340
|
}
|
|
6342
|
-
[data-v-
|
|
6341
|
+
[data-v-712c6915] .vgl-item .el-form-item .el-select__wrapper {
|
|
6343
6342
|
padding: 8px 12px;
|
|
6344
6343
|
}
|
|
6345
|
-
.fec-el-form[data-v-
|
|
6344
|
+
.fec-el-form[data-v-712c6915] {
|
|
6346
6345
|
padding: 12px !important;
|
|
6347
6346
|
}
|
|
6348
6347
|
}
|
|
6349
6348
|
/* 标准 PC(1200px ~ 1439px)*/
|
|
6350
6349
|
@media (min-width: 1366px) and (max-width: 1719px) {
|
|
6351
|
-
[data-v-
|
|
6350
|
+
[data-v-712c6915] .vgl-item .el-form-item__label {
|
|
6352
6351
|
max-width: 130px !important;
|
|
6353
6352
|
padding-right: 6px !important;
|
|
6354
6353
|
}
|
|
6355
|
-
[data-v-
|
|
6354
|
+
[data-v-712c6915] .vgl-item .el-form-item {
|
|
6356
6355
|
padding: 6px 0 0 0 !important;
|
|
6357
6356
|
}
|
|
6358
|
-
[data-v-
|
|
6357
|
+
[data-v-712c6915] .vgl-item .el-form-item .el-input__wrapper {
|
|
6359
6358
|
padding: 1px 8px;
|
|
6360
6359
|
}
|
|
6361
|
-
[data-v-
|
|
6360
|
+
[data-v-712c6915] .vgl-item .el-form-item .el-select__wrapper {
|
|
6362
6361
|
padding: 8px 8px;
|
|
6363
6362
|
}
|
|
6364
|
-
.fec-el-form[data-v-
|
|
6363
|
+
.fec-el-form[data-v-712c6915] {
|
|
6365
6364
|
padding: 8px !important;
|
|
6366
6365
|
}
|
|
6367
6366
|
}
|
|
6368
6367
|
/* 2. 标准 PC 992px ~ 1199px */
|
|
6369
6368
|
@media (min-width: 992px) and (max-width: 1365px) {
|
|
6370
|
-
[data-v-
|
|
6369
|
+
[data-v-712c6915] .vgl-item .el-form-item__label {
|
|
6371
6370
|
max-width: 125px !important;
|
|
6372
6371
|
padding-right: 4px !important;
|
|
6373
6372
|
}
|
|
6374
|
-
[data-v-
|
|
6373
|
+
[data-v-712c6915] .vgl-item .el-form-item {
|
|
6375
6374
|
padding: 0 !important;
|
|
6376
6375
|
}
|
|
6377
|
-
[data-v-
|
|
6376
|
+
[data-v-712c6915] .vgl-item .el-form-item .el-input__wrapper {
|
|
6378
6377
|
padding: 1px 6px;
|
|
6379
6378
|
}
|
|
6380
|
-
[data-v-
|
|
6379
|
+
[data-v-712c6915] .vgl-item .el-form-item .el-select__wrapper {
|
|
6381
6380
|
padding: 8px 6px;
|
|
6382
6381
|
}
|
|
6383
|
-
.fec-el-form[data-v-
|
|
6382
|
+
.fec-el-form[data-v-712c6915] {
|
|
6384
6383
|
padding: 6px !important;
|
|
6385
6384
|
}
|
|
6386
6385
|
}
|
|
6387
6386
|
/* 3. 小屏 PC / 窄窗口 <992px(最小到768px)*/
|
|
6388
6387
|
@media (max-width: 991px) and (min-width: 768px) {
|
|
6389
|
-
[data-v-
|
|
6388
|
+
[data-v-712c6915] .vgl-item .el-form-item__label {
|
|
6390
6389
|
max-width: 100px !important;
|
|
6391
6390
|
padding-right: 4px !important;
|
|
6392
6391
|
}
|
|
6393
|
-
[data-v-
|
|
6392
|
+
[data-v-712c6915] .vgl-item .el-form-item {
|
|
6394
6393
|
padding: 0 !important;
|
|
6395
6394
|
}
|
|
6396
|
-
[data-v-
|
|
6395
|
+
[data-v-712c6915] .vgl-item .el-form-item .el-input__wrapper {
|
|
6397
6396
|
padding: 1px 4px;
|
|
6398
6397
|
}
|
|
6399
|
-
[data-v-
|
|
6398
|
+
[data-v-712c6915] .vgl-item .el-form-item .el-select__wrapper {
|
|
6400
6399
|
padding: 8px 4px;
|
|
6401
6400
|
}
|
|
6402
|
-
.fec-el-form[data-v-
|
|
6401
|
+
.fec-el-form[data-v-712c6915] {
|
|
6403
6402
|
padding: 6px !important;
|
|
6404
6403
|
}
|
|
6405
6404
|
}
|
|
6406
6405
|
/* 超小屏 <768px */
|
|
6407
6406
|
@media (max-width: 767px) {
|
|
6408
|
-
[data-v-
|
|
6407
|
+
[data-v-712c6915] .vgl-item .el-form-item__label {
|
|
6409
6408
|
max-width: 80px !important;
|
|
6410
6409
|
padding-right: 4px !important;
|
|
6411
6410
|
}
|
|
6412
|
-
[data-v-
|
|
6411
|
+
[data-v-712c6915] .vgl-item .el-form-item {
|
|
6413
6412
|
padding: 0 !important;
|
|
6414
6413
|
}
|
|
6415
|
-
[data-v-
|
|
6414
|
+
[data-v-712c6915] .vgl-item .el-form-item .el-input__wrapper {
|
|
6416
6415
|
padding: 1px 2px;
|
|
6417
6416
|
}
|
|
6418
|
-
[data-v-
|
|
6417
|
+
[data-v-712c6915] .vgl-item .el-form-item .el-select__wrapper {
|
|
6419
6418
|
padding: 8px 2px;
|
|
6420
6419
|
}
|
|
6421
|
-
.fec-el-form[data-v-
|
|
6420
|
+
.fec-el-form[data-v-712c6915] {
|
|
6422
6421
|
padding: 6px !important;
|
|
6423
6422
|
}
|
|
6424
6423
|
}.table-pagination[data-v-142fdd35] {
|
|
@@ -7778,7 +7777,7 @@ body,
|
|
|
7778
7777
|
:root,:host{--van-sidebar-width: 80px}.van-sidebar{width:var(--van-sidebar-width);overflow-y:auto;-webkit-overflow-scrolling:touch}
|
|
7779
7778
|
:root,:host{--van-sidebar-font-size: var(--van-font-size-md);--van-sidebar-line-height: var(--van-line-height-md);--van-sidebar-text-color: var(--van-text-color);--van-sidebar-disabled-text-color: var(--van-text-color-3);--van-sidebar-padding: 20px var(--van-padding-sm);--van-sidebar-active-color: var(--van-active-color);--van-sidebar-background: var(--van-background);--van-sidebar-selected-font-weight: var(--van-font-bold);--van-sidebar-selected-text-color: var(--van-text-color);--van-sidebar-selected-border-width: 4px;--van-sidebar-selected-border-height: 16px;--van-sidebar-selected-border-color: var(--van-primary-color);--van-sidebar-selected-background: var(--van-background-2)}.van-sidebar-item{position:relative;display:block;box-sizing:border-box;padding:var(--van-sidebar-padding);overflow:hidden;color:var(--van-sidebar-text-color);font-size:var(--van-sidebar-font-size);line-height:var(--van-sidebar-line-height);background:var(--van-sidebar-background);cursor:pointer;-webkit-user-select:none;user-select:none}.van-sidebar-item:active{background-color:var(--van-sidebar-active-color)}.van-sidebar-item:not(:last-child):after{border-bottom-width:1px}.van-sidebar-item__text{word-break:break-all}.van-sidebar-item--select{color:var(--van-sidebar-selected-text-color);font-weight:var(--van-sidebar-selected-font-weight)}.van-sidebar-item--select,.van-sidebar-item--select:active{background-color:var(--van-sidebar-selected-background)}.van-sidebar-item--select:before{position:absolute;top:50%;left:0;width:var(--van-sidebar-selected-border-width);height:var(--van-sidebar-selected-border-height);background-color:var(--van-sidebar-selected-border-color);transform:translateY(-50%);content:""}.van-sidebar-item--disabled{color:var(--van-sidebar-disabled-text-color);cursor:not-allowed}.van-sidebar-item--disabled:active{background-color:var(--van-sidebar-background)}
|
|
7780
7779
|
|
|
7781
|
-
.grid-wrapper[data-v-
|
|
7780
|
+
.grid-wrapper[data-v-e6130bde] {
|
|
7782
7781
|
flex: 1;
|
|
7783
7782
|
overflow: auto;
|
|
7784
7783
|
display: flex;
|
|
@@ -7786,26 +7785,26 @@ body,
|
|
|
7786
7785
|
}
|
|
7787
7786
|
|
|
7788
7787
|
/* 主流浏览器:Chrome / Edge / 移动端 Webkit */
|
|
7789
|
-
.no-scrollbar[data-v-
|
|
7788
|
+
.no-scrollbar[data-v-e6130bde]::-webkit-scrollbar {
|
|
7790
7789
|
display: none;
|
|
7791
7790
|
}
|
|
7792
7791
|
|
|
7793
7792
|
/* Firefox */
|
|
7794
|
-
.no-scrollbar[data-v-
|
|
7793
|
+
.no-scrollbar[data-v-e6130bde] {
|
|
7795
7794
|
scrollbar-width: none;
|
|
7796
7795
|
}
|
|
7797
7796
|
|
|
7798
7797
|
/* IE / Edge 老版本 */
|
|
7799
|
-
.no-scrollbar[data-v-
|
|
7798
|
+
.no-scrollbar[data-v-e6130bde] {
|
|
7800
7799
|
-ms-overflow-style: none;
|
|
7801
7800
|
}
|
|
7802
|
-
.component-content[data-v-
|
|
7801
|
+
.component-content[data-v-e6130bde] {
|
|
7803
7802
|
display: flex;
|
|
7804
7803
|
height: 100%;
|
|
7805
7804
|
width: 100%;
|
|
7806
7805
|
flex-direction: column;
|
|
7807
7806
|
}
|
|
7808
|
-
[data-v-
|
|
7807
|
+
[data-v-e6130bde] .vgl-item.isAutoHeight {
|
|
7809
7808
|
height: 100% !important;
|
|
7810
7809
|
}.fec-tabs-container[data-v-3ac885e8] {
|
|
7811
7810
|
display: flex;
|
|
@@ -209,6 +209,7 @@ const _sfc_main = {
|
|
|
209
209
|
const _component_FecMobileNoticeBar = Vue.resolveComponent("FecMobileNoticeBar");
|
|
210
210
|
const _component_FecMobileDataStat = Vue.resolveComponent("FecMobileDataStat");
|
|
211
211
|
const _component_FecMobileAppDetail = Vue.resolveComponent("FecMobileAppDetail");
|
|
212
|
+
const _component_FecMobileApprovalList = Vue.resolveComponent("FecMobileApprovalList");
|
|
212
213
|
const _component_FecMobileTabbar = Vue.resolveComponent("FecMobileTabbar");
|
|
213
214
|
const _component_FecMobileActionBar = Vue.resolveComponent("FecMobileActionBar");
|
|
214
215
|
return Vue.openBlock(), Vue.createElementBlock(Vue.Fragment, null, [
|
|
@@ -227,8 +228,8 @@ const _sfc_main = {
|
|
|
227
228
|
], 64)) : __props.parentPage.type == "approval" ? (Vue.openBlock(), Vue.createBlock(_component_FecMobileAppDetail, Vue.mergeProps({ key: 1 }, __props.parentPage.layoutData.appDetailProps, {
|
|
228
229
|
actionBar: __props.parentPage.layoutData.actionBar,
|
|
229
230
|
params: __props.params
|
|
230
|
-
}), null, 16, ["actionBar", "params"])) : (Vue.openBlock(), Vue.createBlock(Vue.unref(gridLayout_vue.default), {
|
|
231
|
-
key:
|
|
231
|
+
}), null, 16, ["actionBar", "params"])) : __props.parentPage.type == "flowList" ? (Vue.openBlock(), Vue.createBlock(_component_FecMobileApprovalList, { key: 2 })) : (Vue.openBlock(), Vue.createBlock(Vue.unref(gridLayout_vue.default), {
|
|
232
|
+
key: 3,
|
|
232
233
|
ref_key: "gridLayout",
|
|
233
234
|
ref: gridLayout,
|
|
234
235
|
layout: Vue.unref(layoutData),
|
|
@@ -267,5 +268,5 @@ const _sfc_main = {
|
|
|
267
268
|
};
|
|
268
269
|
}
|
|
269
270
|
};
|
|
270
|
-
const MobilePage = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-
|
|
271
|
+
const MobilePage = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-e6130bde"]]);
|
|
271
272
|
exports.default = MobilePage;
|
|
@@ -1291,5 +1291,5 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
1291
1291
|
};
|
|
1292
1292
|
}
|
|
1293
1293
|
});
|
|
1294
|
-
const _Form = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-
|
|
1294
|
+
const _Form = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-712c6915"]]);
|
|
1295
1295
|
exports.default = _Form;
|
|
@@ -34,11 +34,21 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
34
34
|
setup(__props, { expose: __expose }) {
|
|
35
35
|
const props = __props;
|
|
36
36
|
const getFormData = Vue.inject("getFormData");
|
|
37
|
+
const formDataOri = Vue.inject("formData");
|
|
37
38
|
const formData = Vue.ref(getFormData());
|
|
38
39
|
Vue.inject("rowHeight");
|
|
39
40
|
Vue.inject("gridLayout");
|
|
40
41
|
const setFormItemHeight = Vue.inject("setFormItemHeight");
|
|
41
42
|
const handleEvent = Vue.inject("handleEvent");
|
|
43
|
+
Vue.watch(
|
|
44
|
+
formDataOri,
|
|
45
|
+
(val) => {
|
|
46
|
+
formData.value = getFormData();
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
deep: true
|
|
50
|
+
}
|
|
51
|
+
);
|
|
42
52
|
const heightMode = Vue.computed(() => {
|
|
43
53
|
return props.config.subTableHeightType || "auto";
|
|
44
54
|
});
|