@fecp/designer 5.5.15 → 5.5.17
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/packages/dialog/index.vue2.mjs +15 -15
- package/es/designer/src/packages/dialog/useDialogDialog.mjs +1 -1
- package/es/designer/src/packages/dialogGlobal/index.vue2.mjs +16 -16
- package/es/designer/src/packages/dialogGlobal/useDialogGlobalDialog.mjs +1 -1
- package/es/designer/src/packages/form/property/widgets.vue.mjs +2 -2
- package/es/designer.css +38 -38
- package/es/packages/mobile/src/components/base/card/Card.vue.mjs +2 -2
- package/es/packages/vue/src/components/table/Table.vue.mjs +30 -27
- package/lib/designer/package.json.js +1 -1
- package/lib/designer/src/packages/dialog/index.vue2.js +15 -15
- package/lib/designer/src/packages/dialog/useDialogDialog.js +1 -1
- package/lib/designer/src/packages/dialogGlobal/index.vue2.js +16 -16
- package/lib/designer/src/packages/dialogGlobal/useDialogGlobalDialog.js +1 -1
- package/lib/designer/src/packages/form/property/widgets.vue.js +2 -2
- package/lib/designer.css +38 -38
- package/lib/packages/mobile/src/components/base/card/Card.vue.js +2 -2
- package/lib/packages/vue/src/components/table/Table.vue.js +30 -27
- package/package.json +1 -1
|
@@ -1,4 +1,18 @@
|
|
|
1
|
-
import "../../../../node_modules/element-plus/es/index.mjs";
|
|
1
|
+
import { ElIcon } from "../../../../node_modules/element-plus/es/components/icon/index.mjs";
|
|
2
|
+
import { ElForm, ElFormItem } from "../../../../node_modules/element-plus/es/components/form/index.mjs";
|
|
3
|
+
import { ElInput } from "../../../../node_modules/element-plus/es/components/input/index.mjs";
|
|
4
|
+
import { ElScrollbar } from "../../../../node_modules/element-plus/es/components/scrollbar/index.mjs";
|
|
5
|
+
import { ElButton } from "../../../../node_modules/element-plus/es/components/button/index.mjs";
|
|
6
|
+
import { ElSelect, ElOption } from "../../../../node_modules/element-plus/es/components/select/index.mjs";
|
|
7
|
+
import { ElCheckbox } from "../../../../node_modules/element-plus/es/components/checkbox/index.mjs";
|
|
8
|
+
import { ElRadioGroup, ElRadioButton } from "../../../../node_modules/element-plus/es/components/radio/index.mjs";
|
|
9
|
+
import { ElContainer, ElAside, ElHeader, ElMain } from "../../../../node_modules/element-plus/es/components/container/index.mjs";
|
|
10
|
+
import { ElDialog } from "../../../../node_modules/element-plus/es/components/dialog/index.mjs";
|
|
11
|
+
import { ElLink } from "../../../../node_modules/element-plus/es/components/link/index.mjs";
|
|
12
|
+
import { ElSwitch } from "../../../../node_modules/element-plus/es/components/switch/index.mjs";
|
|
13
|
+
import { ElMessage } from "../../../../node_modules/element-plus/es/components/message/index.mjs";
|
|
14
|
+
import { ElPopover } from "../../../../node_modules/element-plus/es/components/popover/index.mjs";
|
|
15
|
+
import "../../../../_virtual/dayjs.min.mjs";
|
|
2
16
|
/* empty css */
|
|
3
17
|
/* empty css */
|
|
4
18
|
/* empty css */
|
|
@@ -42,20 +56,6 @@ import widgets from "../table/property/widgets.vue.mjs";
|
|
|
42
56
|
/* empty css */
|
|
43
57
|
/* empty css */
|
|
44
58
|
import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
45
|
-
import { ElDialog } from "../../../../node_modules/element-plus/es/components/dialog/index.mjs";
|
|
46
|
-
import { ElContainer, ElAside, ElHeader, ElMain } from "../../../../node_modules/element-plus/es/components/container/index.mjs";
|
|
47
|
-
import { ElButton } from "../../../../node_modules/element-plus/es/components/button/index.mjs";
|
|
48
|
-
import { ElInput } from "../../../../node_modules/element-plus/es/components/input/index.mjs";
|
|
49
|
-
import { ElLink } from "../../../../node_modules/element-plus/es/components/link/index.mjs";
|
|
50
|
-
import { ElIcon } from "../../../../node_modules/element-plus/es/components/icon/index.mjs";
|
|
51
|
-
import { ElScrollbar } from "../../../../node_modules/element-plus/es/components/scrollbar/index.mjs";
|
|
52
|
-
import { ElForm, ElFormItem } from "../../../../node_modules/element-plus/es/components/form/index.mjs";
|
|
53
|
-
import { ElRadioGroup, ElRadioButton } from "../../../../node_modules/element-plus/es/components/radio/index.mjs";
|
|
54
|
-
import { ElSelect, ElOption } from "../../../../node_modules/element-plus/es/components/select/index.mjs";
|
|
55
|
-
import { ElPopover } from "../../../../node_modules/element-plus/es/components/popover/index.mjs";
|
|
56
|
-
import { ElSwitch } from "../../../../node_modules/element-plus/es/components/switch/index.mjs";
|
|
57
|
-
import { ElCheckbox } from "../../../../node_modules/element-plus/es/components/checkbox/index.mjs";
|
|
58
|
-
import { ElMessage } from "../../../../node_modules/element-plus/es/components/message/index.mjs";
|
|
59
59
|
const _hoisted_1 = { key: 0 };
|
|
60
60
|
const _hoisted_2 = { class: "dialog-menu-item is-editing" };
|
|
61
61
|
const _hoisted_3 = { class: "new-item-content" };
|
|
@@ -1,4 +1,18 @@
|
|
|
1
|
-
import "../../../../node_modules/element-plus/es/index.mjs";
|
|
1
|
+
import { ElIcon } from "../../../../node_modules/element-plus/es/components/icon/index.mjs";
|
|
2
|
+
import { ElForm, ElFormItem } from "../../../../node_modules/element-plus/es/components/form/index.mjs";
|
|
3
|
+
import { ElInput } from "../../../../node_modules/element-plus/es/components/input/index.mjs";
|
|
4
|
+
import { ElScrollbar } from "../../../../node_modules/element-plus/es/components/scrollbar/index.mjs";
|
|
5
|
+
import { ElButton } from "../../../../node_modules/element-plus/es/components/button/index.mjs";
|
|
6
|
+
import { ElSelect, ElOption } from "../../../../node_modules/element-plus/es/components/select/index.mjs";
|
|
7
|
+
import { ElCheckbox } from "../../../../node_modules/element-plus/es/components/checkbox/index.mjs";
|
|
8
|
+
import { ElRadioGroup, ElRadioButton } from "../../../../node_modules/element-plus/es/components/radio/index.mjs";
|
|
9
|
+
import { ElContainer, ElAside, ElHeader, ElMain } from "../../../../node_modules/element-plus/es/components/container/index.mjs";
|
|
10
|
+
import { ElDialog } from "../../../../node_modules/element-plus/es/components/dialog/index.mjs";
|
|
11
|
+
import { ElLink } from "../../../../node_modules/element-plus/es/components/link/index.mjs";
|
|
12
|
+
import { ElSwitch } from "../../../../node_modules/element-plus/es/components/switch/index.mjs";
|
|
13
|
+
import { ElMessage } from "../../../../node_modules/element-plus/es/components/message/index.mjs";
|
|
14
|
+
import { ElPopover } from "../../../../node_modules/element-plus/es/components/popover/index.mjs";
|
|
15
|
+
import "../../../../_virtual/dayjs.min.mjs";
|
|
2
16
|
/* empty css */
|
|
3
17
|
/* empty css */
|
|
4
18
|
/* empty css */
|
|
@@ -41,6 +55,7 @@ import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
|
41
55
|
import "../../../../node_modules/element-plus/theme-chalk/el-tooltip.css.mjs";
|
|
42
56
|
/* empty css */
|
|
43
57
|
/* empty css */
|
|
58
|
+
import "element-plus";
|
|
44
59
|
/* empty css */
|
|
45
60
|
/* empty css */
|
|
46
61
|
/* empty css */
|
|
@@ -92,7 +107,6 @@ import "../../../../node_modules/element-plus/theme-chalk/el-tab-pane.css.mjs";
|
|
|
92
107
|
/* empty css */
|
|
93
108
|
/* empty css */
|
|
94
109
|
import "../../../../node_modules/element-plus/theme-chalk/el-date-picker.css.mjs";
|
|
95
|
-
import "../../axios/config.mjs";
|
|
96
110
|
/* empty css */
|
|
97
111
|
/* empty css */
|
|
98
112
|
/* empty css */
|
|
@@ -102,20 +116,6 @@ import "../../axios/config.mjs";
|
|
|
102
116
|
/* empty css */
|
|
103
117
|
/* empty css */
|
|
104
118
|
/* empty css */
|
|
105
|
-
import { ElMessage } from "../../../../node_modules/element-plus/es/components/message/index.mjs";
|
|
106
|
-
import { ElDialog } from "../../../../node_modules/element-plus/es/components/dialog/index.mjs";
|
|
107
|
-
import { ElContainer, ElAside, ElHeader, ElMain } from "../../../../node_modules/element-plus/es/components/container/index.mjs";
|
|
108
|
-
import { ElIcon } from "../../../../node_modules/element-plus/es/components/icon/index.mjs";
|
|
109
|
-
import { ElButton } from "../../../../node_modules/element-plus/es/components/button/index.mjs";
|
|
110
|
-
import { ElInput } from "../../../../node_modules/element-plus/es/components/input/index.mjs";
|
|
111
|
-
import { ElLink } from "../../../../node_modules/element-plus/es/components/link/index.mjs";
|
|
112
|
-
import { ElScrollbar } from "../../../../node_modules/element-plus/es/components/scrollbar/index.mjs";
|
|
113
|
-
import { ElForm, ElFormItem } from "../../../../node_modules/element-plus/es/components/form/index.mjs";
|
|
114
|
-
import { ElRadioGroup, ElRadioButton } from "../../../../node_modules/element-plus/es/components/radio/index.mjs";
|
|
115
|
-
import { ElSelect, ElOption } from "../../../../node_modules/element-plus/es/components/select/index.mjs";
|
|
116
|
-
import { ElPopover } from "../../../../node_modules/element-plus/es/components/popover/index.mjs";
|
|
117
|
-
import { ElSwitch } from "../../../../node_modules/element-plus/es/components/switch/index.mjs";
|
|
118
|
-
import { ElCheckbox } from "../../../../node_modules/element-plus/es/components/checkbox/index.mjs";
|
|
119
119
|
const _hoisted_1 = {
|
|
120
120
|
key: 0,
|
|
121
121
|
class: "loading-overlay"
|
|
@@ -61,8 +61,8 @@ import _export_sfc from "../../../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
|
61
61
|
import "../../../components/TemplateSelector.vue.mjs";
|
|
62
62
|
import "../../table/default.mjs";
|
|
63
63
|
/* empty css */
|
|
64
|
-
/* empty css
|
|
65
|
-
/* empty css
|
|
64
|
+
/* empty css */
|
|
65
|
+
/* empty css */
|
|
66
66
|
import "../../../store/index.mjs";
|
|
67
67
|
/* empty css */
|
|
68
68
|
const _hoisted_1 = {
|
package/es/designer.css
CHANGED
|
@@ -6312,12 +6312,12 @@ body,
|
|
|
6312
6312
|
}
|
|
6313
6313
|
[data-v-e95c842d] .el-checkbox-group .el-checkbox-button__inner {
|
|
6314
6314
|
border-radius: 4px;
|
|
6315
|
-
}.fec-table[data-v-
|
|
6315
|
+
}.fec-table[data-v-79baf012] {
|
|
6316
6316
|
height: 100%;
|
|
6317
6317
|
flex-grow: 1;
|
|
6318
6318
|
padding: 0 16px;
|
|
6319
6319
|
}
|
|
6320
|
-
.fec-table-container[data-v-
|
|
6320
|
+
.fec-table-container[data-v-79baf012] {
|
|
6321
6321
|
width: 100%;
|
|
6322
6322
|
background: #fff;
|
|
6323
6323
|
box-sizing: border-box;
|
|
@@ -6327,87 +6327,87 @@ body,
|
|
|
6327
6327
|
overflow: hidden;
|
|
6328
6328
|
flex-grow: 1;
|
|
6329
6329
|
}
|
|
6330
|
-
.fec-table-container .fec-vxe-table[data-v-
|
|
6330
|
+
.fec-table-container .fec-vxe-table[data-v-79baf012] {
|
|
6331
6331
|
flex: 1;
|
|
6332
6332
|
min-height: 0;
|
|
6333
6333
|
overflow: hidden;
|
|
6334
6334
|
margin-bottom: 16px;
|
|
6335
6335
|
}
|
|
6336
|
-
.fec-table-container[data-v-
|
|
6336
|
+
.fec-table-container[data-v-79baf012] .vxe-table {
|
|
6337
6337
|
font-size: 14px;
|
|
6338
6338
|
font-family: inherit;
|
|
6339
6339
|
}
|
|
6340
|
-
.fec-table-container[data-v-
|
|
6341
|
-
.fec-table-container[data-v-
|
|
6340
|
+
.fec-table-container[data-v-79baf012] .vxe-table .vxe-sort--asc-btn,
|
|
6341
|
+
.fec-table-container[data-v-79baf012] .vxe-table .vxe-sort--desc-btn {
|
|
6342
6342
|
color: #dcdcdc;
|
|
6343
6343
|
}
|
|
6344
|
-
.fec-table-container[data-v-
|
|
6345
|
-
.fec-table-container[data-v-
|
|
6344
|
+
.fec-table-container[data-v-79baf012] .vxe-table .serverSort .vxe-sort--asc-btn,
|
|
6345
|
+
.fec-table-container[data-v-79baf012] .vxe-table .serverSort .vxe-sort--desc-btn {
|
|
6346
6346
|
color: #d3edf9;
|
|
6347
6347
|
}
|
|
6348
|
-
.fec-table-container[data-v-
|
|
6348
|
+
.fec-table-container[data-v-79baf012] .vxe-table .serverSort .sort--active {
|
|
6349
6349
|
color: var(--el-color-primary);
|
|
6350
6350
|
}
|
|
6351
|
-
.fec-table-container[data-v-
|
|
6351
|
+
.fec-table-container[data-v-79baf012] .vxe-table .sort--active {
|
|
6352
6352
|
color: var(--el-color-primary);
|
|
6353
6353
|
}
|
|
6354
|
-
.fec-table-container[data-v-
|
|
6354
|
+
.fec-table-container[data-v-79baf012] .vxe-table .vxe-table--body-wrapper {
|
|
6355
6355
|
overflow: auto;
|
|
6356
6356
|
}
|
|
6357
|
-
.fec-table-container[data-v-
|
|
6358
|
-
.fec-table-container[data-v-
|
|
6359
|
-
.fec-table-container[data-v-
|
|
6357
|
+
.fec-table-container[data-v-79baf012] .vxe-table .vxe-table--body,
|
|
6358
|
+
.fec-table-container[data-v-79baf012] .vxe-table .vxe-table--header,
|
|
6359
|
+
.fec-table-container[data-v-79baf012] .vxe-table .vxe-table--footer {
|
|
6360
6360
|
width: 100% !important;
|
|
6361
6361
|
}
|
|
6362
|
-
.fec-table-container[data-v-
|
|
6362
|
+
.fec-table-container[data-v-79baf012] .vxe-table .vxe-header--column {
|
|
6363
6363
|
background-color: #fff;
|
|
6364
6364
|
}
|
|
6365
|
-
.fec-table-container[data-v-
|
|
6365
|
+
.fec-table-container[data-v-79baf012] .vxe-table .vxe-header--column .vxe-cell {
|
|
6366
6366
|
height: 40px !important;
|
|
6367
6367
|
min-height: 40px !important;
|
|
6368
6368
|
color: #333;
|
|
6369
6369
|
}
|
|
6370
|
-
.fec-table-container[data-v-
|
|
6370
|
+
.fec-table-container[data-v-79baf012] .vxe-table .vxe-table--header-inner-wrapper {
|
|
6371
6371
|
height: 40px !important;
|
|
6372
6372
|
}
|
|
6373
|
-
.fec-table-container[data-v-
|
|
6373
|
+
.fec-table-container[data-v-79baf012] .vxe-table .vxe-body--column .vxe-cell {
|
|
6374
6374
|
padding: 6px !important;
|
|
6375
6375
|
min-height: 32px !important;
|
|
6376
6376
|
color: #666;
|
|
6377
6377
|
font-size: 13px;
|
|
6378
6378
|
}
|
|
6379
|
-
.fec-table-container[data-v-
|
|
6380
|
-
.fec-table-container[data-v-
|
|
6379
|
+
.fec-table-container[data-v-79baf012] .vxe-table .vxe-body--column .c--tooltip,
|
|
6380
|
+
.fec-table-container[data-v-79baf012] .vxe-table .vxe-body--column .c--title {
|
|
6381
6381
|
height: 32px !important;
|
|
6382
6382
|
min-height: 32px !important;
|
|
6383
6383
|
}
|
|
6384
|
-
.fec-table-container[data-v-
|
|
6384
|
+
.fec-table-container[data-v-79baf012] .vxe-table .vxe-table--border-line {
|
|
6385
6385
|
border: none;
|
|
6386
6386
|
border-bottom: 1px solid #ebeef5;
|
|
6387
6387
|
border-top: 1px solid #ebeef5;
|
|
6388
6388
|
}
|
|
6389
|
-
.fec-table-container[data-v-
|
|
6390
|
-
.fec-table-container[data-v-
|
|
6389
|
+
.fec-table-container[data-v-79baf012] .vxe-table .vxe-table--scroll-y-handle-appearance,
|
|
6390
|
+
.fec-table-container[data-v-79baf012] .vxe-table .vxe-table--scroll-y-wrapper:after {
|
|
6391
6391
|
border: none !important;
|
|
6392
6392
|
}
|
|
6393
|
-
.fec-table-container[data-v-
|
|
6393
|
+
.fec-table-container[data-v-79baf012] .vxe-table .vxe-table--scroll-y-top-corner {
|
|
6394
6394
|
display: none !important;
|
|
6395
6395
|
}
|
|
6396
|
-
.fec-table-container[data-v-
|
|
6396
|
+
.fec-table-container[data-v-79baf012] .vxe-table .vxe-cell--sort {
|
|
6397
6397
|
font-size: 14px;
|
|
6398
6398
|
}
|
|
6399
|
-
.fec-table-container[data-v-
|
|
6400
|
-
.fec-table-container[data-v-
|
|
6401
|
-
.fec-table-container[data-v-
|
|
6402
|
-
.fec-table-container[data-v-
|
|
6403
|
-
.fec-table-container[data-v-
|
|
6404
|
-
.fec-table-container[data-v-
|
|
6399
|
+
.fec-table-container[data-v-79baf012] .vxe-table .vxe-body--column,
|
|
6400
|
+
.fec-table-container[data-v-79baf012] .vxe-table .vxe-footer--column,
|
|
6401
|
+
.fec-table-container[data-v-79baf012] .vxe-table .vxe-header--column,
|
|
6402
|
+
.fec-table-container[data-v-79baf012] .vxe-table .vxe-body--column,
|
|
6403
|
+
.fec-table-container[data-v-79baf012] .vxe-table .vxe-footer--column,
|
|
6404
|
+
.fec-table-container[data-v-79baf012] .vxe-table .vxe-header--column {
|
|
6405
6405
|
background-image: linear-gradient(#ebeef5, #ebeef5) !important;
|
|
6406
6406
|
}
|
|
6407
|
-
.fec-table-container[data-v-
|
|
6407
|
+
.fec-table-container[data-v-79baf012] .vxe-table .el-button.is-disabled {
|
|
6408
6408
|
color: #ccc !important;
|
|
6409
6409
|
}
|
|
6410
|
-
.fec-table-sub[data-v-
|
|
6410
|
+
.fec-table-sub[data-v-79baf012] .vxe-table .vxe-table--border-line {
|
|
6411
6411
|
border-top: none;
|
|
6412
6412
|
}
|
|
6413
6413
|
.fec-layout-card[data-v-c90689d4] {
|
|
@@ -6461,6 +6461,11 @@ body,
|
|
|
6461
6461
|
}:root,:host{--van-cell-font-size: var(--van-font-size-md);--van-cell-line-height: 24px;--van-cell-vertical-padding: 10px;--van-cell-horizontal-padding: var(--van-padding-md);--van-cell-text-color: var(--van-text-color);--van-cell-background: var(--van-background-2);--van-cell-border-color: var(--van-border-color);--van-cell-active-color: var(--van-active-color);--van-cell-required-color: var(--van-danger-color);--van-cell-label-color: var(--van-text-color-2);--van-cell-label-font-size: var(--van-font-size-sm);--van-cell-label-line-height: var(--van-line-height-sm);--van-cell-label-margin-top: var(--van-padding-base);--van-cell-value-color: var(--van-text-color-2);--van-cell-value-font-size: inherit;--van-cell-icon-size: 16px;--van-cell-right-icon-color: var(--van-gray-6);--van-cell-large-vertical-padding: var(--van-padding-sm);--van-cell-large-title-font-size: var(--van-font-size-lg);--van-cell-large-label-font-size: var(--van-font-size-md);--van-cell-large-value-font-size: inherit}.van-cell{position:relative;display:flex;box-sizing:border-box;width:100%;padding:var(--van-cell-vertical-padding) var(--van-cell-horizontal-padding);overflow:hidden;color:var(--van-cell-text-color);font-size:var(--van-cell-font-size);line-height:var(--van-cell-line-height);background:var(--van-cell-background)}.van-cell:after{position:absolute;box-sizing:border-box;content:" ";pointer-events:none;right:var(--van-padding-md);bottom:0;left:var(--van-padding-md);border-bottom:1px solid var(--van-cell-border-color);transform:scaleY(.5)}.van-cell:last-child:after,.van-cell--borderless:after{display:none}.van-cell__label{margin-top:var(--van-cell-label-margin-top);color:var(--van-cell-label-color);font-size:var(--van-cell-label-font-size);line-height:var(--van-cell-label-line-height)}.van-cell__title,.van-cell__value{flex:1}.van-cell__value{position:relative;overflow:hidden;color:var(--van-cell-value-color);font-size:var(--van-cell-value-font-size);text-align:right;vertical-align:middle;word-wrap:break-word}.van-cell__left-icon,.van-cell__right-icon{height:var(--van-cell-line-height);font-size:var(--van-cell-icon-size);line-height:var(--van-cell-line-height)}.van-cell__left-icon{margin-right:var(--van-padding-base)}.van-cell__right-icon{margin-left:var(--van-padding-base);color:var(--van-cell-right-icon-color)}.van-cell--clickable{cursor:pointer}.van-cell--clickable:active{background-color:var(--van-cell-active-color)}.van-cell--required{overflow:visible}.van-cell--required:before{position:absolute;left:var(--van-padding-xs);color:var(--van-cell-required-color);font-size:var(--van-cell-font-size);content:"*"}.van-cell--center{align-items:center}.van-cell--large{padding-top:var(--van-cell-large-vertical-padding);padding-bottom:var(--van-cell-large-vertical-padding)}.van-cell--large .van-cell__title{font-size:var(--van-cell-large-title-font-size)}.van-cell--large .van-cell__label{font-size:var(--van-cell-large-label-font-size)}.van-cell--large .van-cell__value{font-size:var(--van-cell-large-value-font-size)}
|
|
6462
6462
|
:root,:host{--van-cell-group-background: var(--van-background-2);--van-cell-group-title-color: var(--van-text-color-2);--van-cell-group-title-padding: var(--van-padding-md) var(--van-padding-md);--van-cell-group-title-font-size: var(--van-font-size-md);--van-cell-group-title-line-height: 16px;--van-cell-group-inset-padding: 0 var(--van-padding-md);--van-cell-group-inset-radius: var(--van-radius-lg);--van-cell-group-inset-title-padding: var(--van-padding-md) var(--van-padding-md)}.van-cell-group{background:var(--van-cell-group-background)}.van-cell-group--inset{margin:var(--van-cell-group-inset-padding);border-radius:var(--van-cell-group-inset-radius);overflow:hidden}.van-cell-group__title{padding:var(--van-cell-group-title-padding);color:var(--van-cell-group-title-color);font-size:var(--van-cell-group-title-font-size);line-height:var(--van-cell-group-title-line-height)}.van-cell-group__title--inset{padding:var(--van-cell-group-inset-title-padding)}
|
|
6463
6463
|
.van-swipe-cell{position:relative;overflow:hidden;cursor:-webkit-grab;cursor:grab}.van-swipe-cell__wrapper{transition-timing-function:cubic-bezier(.18,.89,.32,1);transition-property:transform}.van-swipe-cell__left,.van-swipe-cell__right{position:absolute;top:0;height:100%}.van-swipe-cell__left{left:0;transform:translate3d(-100%,0,0)}.van-swipe-cell__right{right:0;transform:translate3d(100%,0,0)}
|
|
6464
|
+
:root,:host{--van-action-bar-background: var(--van-background-2);--van-action-bar-height: 50px}.van-action-bar{position:fixed;right:0;bottom:0;left:0;display:flex;align-items:center;box-sizing:content-box;height:var(--van-action-bar-height);background:var(--van-action-bar-background)}
|
|
6465
|
+
:root,:host{--van-action-bar-button-height: 40px;--van-action-bar-button-warning-color: var(--van-gradient-orange);--van-action-bar-button-danger-color: var(--van-gradient-red)}.van-action-bar-button{flex:1;height:var(--van-action-bar-button-height);font-weight:var(--van-font-bold);font-size:var(--van-font-size-md);border:none;border-radius:0}.van-action-bar-button--first{margin-left:5px;border-top-left-radius:var(--van-radius-max);border-bottom-left-radius:var(--van-radius-max)}.van-action-bar-button--last{margin-right:5px;border-top-right-radius:var(--van-radius-max);border-bottom-right-radius:var(--van-radius-max)}.van-action-bar-button--warning{background:var(--van-action-bar-button-warning-color)}.van-action-bar-button--danger{background:var(--van-action-bar-button-danger-color)}@media(max-width:321px){.van-action-bar-button{font-size:13px}}
|
|
6466
|
+
:root,:host{--van-overlay-z-index: 1;--van-overlay-background: rgba(0, 0, 0, .7)}.van-overlay{position:fixed;top:0;left:0;z-index:var(--van-overlay-z-index);width:100%;height:100%;background:var(--van-overlay-background)}
|
|
6467
|
+
:root,:host{--van-popup-background: var(--van-background-2);--van-popup-transition: transform var(--van-duration-base);--van-popup-round-radius: 16px;--van-popup-close-icon-size: 22px;--van-popup-close-icon-color: var(--van-gray-5);--van-popup-close-icon-margin: 16px;--van-popup-close-icon-z-index: 1}.van-overflow-hidden{overflow:hidden!important}.van-popup{position:fixed;max-height:100%;overflow-y:auto;box-sizing:border-box;background:var(--van-popup-background);transition:var(--van-popup-transition);-webkit-overflow-scrolling:touch}.van-popup--center{top:50%;left:0;right:0;width:-webkit-fit-content;width:fit-content;max-width:calc(100vw - var(--van-padding-md) * 2);margin:0 auto;transform:translateY(-50%)}.van-popup--center.van-popup--round{border-radius:var(--van-popup-round-radius)}.van-popup--top{top:0;left:0;width:100%}.van-popup--top.van-popup--round{border-radius:0 0 var(--van-popup-round-radius) var(--van-popup-round-radius)}.van-popup--right{top:50%;right:0;transform:translate3d(0,-50%,0)}.van-popup--right.van-popup--round{border-radius:var(--van-popup-round-radius) 0 0 var(--van-popup-round-radius)}.van-popup--bottom{bottom:0;left:0;width:100%}.van-popup--bottom.van-popup--round{border-radius:var(--van-popup-round-radius) var(--van-popup-round-radius) 0 0}.van-popup--left{top:50%;left:0;transform:translate3d(0,-50%,0)}.van-popup--left.van-popup--round{border-radius:0 var(--van-popup-round-radius) var(--van-popup-round-radius) 0}.van-popup-slide-top-enter-active,.van-popup-slide-left-enter-active,.van-popup-slide-right-enter-active,.van-popup-slide-bottom-enter-active{transition-timing-function:var(--van-ease-out)}.van-popup-slide-top-leave-active,.van-popup-slide-left-leave-active,.van-popup-slide-right-leave-active,.van-popup-slide-bottom-leave-active{transition-timing-function:var(--van-ease-in)}.van-popup-slide-top-enter-from,.van-popup-slide-top-leave-active{transform:translate3d(0,-100%,0)}.van-popup-slide-right-enter-from,.van-popup-slide-right-leave-active{transform:translate3d(100%,-50%,0)}.van-popup-slide-bottom-enter-from,.van-popup-slide-bottom-leave-active{transform:translate3d(0,100%,0)}.van-popup-slide-left-enter-from,.van-popup-slide-left-leave-active{transform:translate3d(-100%,-50%,0)}.van-popup__close-icon{position:absolute;z-index:var(--van-popup-close-icon-z-index);color:var(--van-popup-close-icon-color);font-size:var(--van-popup-close-icon-size)}.van-popup__close-icon--top-left{top:var(--van-popup-close-icon-margin);left:var(--van-popup-close-icon-margin)}.van-popup__close-icon--top-right{top:var(--van-popup-close-icon-margin);right:var(--van-popup-close-icon-margin)}.van-popup__close-icon--bottom-left{bottom:var(--van-popup-close-icon-margin);left:var(--van-popup-close-icon-margin)}.van-popup__close-icon--bottom-right{right:var(--van-popup-close-icon-margin);bottom:var(--van-popup-close-icon-margin)}
|
|
6468
|
+
:root,:host{--van-dialog-width: 320px;--van-dialog-small-screen-width: 90%;--van-dialog-font-size: var(--van-font-size-lg);--van-dialog-transition: var(--van-duration-base);--van-dialog-radius: 16px;--van-dialog-background: var(--van-background-2);--van-dialog-header-font-weight: var(--van-font-bold);--van-dialog-header-line-height: 24px;--van-dialog-header-padding-top: 26px;--van-dialog-header-isolated-padding: var(--van-padding-lg) 0;--van-dialog-message-padding: var(--van-padding-lg);--van-dialog-message-font-size: var(--van-font-size-md);--van-dialog-message-line-height: var(--van-line-height-md);--van-dialog-message-max-height: 60vh;--van-dialog-has-title-message-text-color: var(--van-gray-7);--van-dialog-has-title-message-padding-top: var(--van-padding-xs);--van-dialog-button-height: 48px;--van-dialog-round-button-height: 36px;--van-dialog-confirm-button-text-color: var(--van-primary-color)}.van-dialog{top:45%;width:var(--van-dialog-width);overflow:hidden;font-size:var(--van-dialog-font-size);background:var(--van-dialog-background);border-radius:var(--van-dialog-radius);-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:var(--van-dialog-transition);transition-property:transform,opacity}@media(max-width:321px){.van-dialog{width:var(--van-dialog-small-screen-width)}}.van-dialog__header{color:var(--van-text-color);padding-top:var(--van-dialog-header-padding-top);font-weight:var(--van-dialog-header-font-weight);line-height:var(--van-dialog-header-line-height);text-align:center}.van-dialog__header--isolated{padding:var(--van-dialog-header-isolated-padding)}.van-dialog__content--isolated{display:flex;align-items:center;min-height:104px}.van-dialog__message{color:var(--van-text-color);flex:1;max-height:var(--van-dialog-message-max-height);padding:26px var(--van-dialog-message-padding);overflow-y:auto;font-size:var(--van-dialog-message-font-size);line-height:var(--van-dialog-message-line-height);white-space:pre-wrap;text-align:center;word-wrap:break-word;-webkit-overflow-scrolling:touch}.van-dialog__message--has-title{padding-top:var(--van-dialog-has-title-message-padding-top);color:var(--van-dialog-has-title-message-text-color)}.van-dialog__message--left{text-align:left}.van-dialog__message--right{text-align:right}.van-dialog__message--justify{text-align:justify}.van-dialog__footer{display:flex;overflow:hidden;-webkit-user-select:none;user-select:none}.van-dialog__confirm,.van-dialog__cancel{flex:1;height:var(--van-dialog-button-height);margin:0;border:0;border-radius:0}.van-dialog__confirm,.van-dialog__confirm:active{color:var(--van-dialog-confirm-button-text-color)}.van-dialog--round-button .van-dialog__footer{position:relative;height:auto;padding:var(--van-padding-xs) var(--van-padding-lg) var(--van-padding-md)}.van-dialog--round-button .van-dialog__message{padding-bottom:var(--van-padding-md);color:var(--van-text-color)}.van-dialog--round-button .van-dialog__confirm,.van-dialog--round-button .van-dialog__cancel{height:var(--van-dialog-round-button-height)}.van-dialog--round-button .van-dialog__confirm{color:var(--van-white)}.van-dialog--round-button .van-action-bar-button--first{border-top-left-radius:var(--van-radius-max);border-bottom-left-radius:var(--van-radius-max)}.van-dialog--round-button .van-action-bar-button--last{border-top-right-radius:var(--van-radius-max);border-bottom-right-radius:var(--van-radius-max)}.van-dialog-bounce-enter-from{transform:translate3d(0,-50%,0) scale(.7);opacity:0}.van-dialog-bounce-leave-active{transform:translate3d(0,-50%,0) scale(.9);opacity:0}
|
|
6464
6469
|
|
|
6465
6470
|
.fec-card[data-v-dc24b95f] {
|
|
6466
6471
|
margin: 12px;
|
|
@@ -6469,11 +6474,6 @@ body,
|
|
|
6469
6474
|
.fec-swipe-delete-button[data-v-dc24b95f] {
|
|
6470
6475
|
height: 100%;
|
|
6471
6476
|
}
|
|
6472
|
-
:root,:host{--van-action-bar-background: var(--van-background-2);--van-action-bar-height: 50px}.van-action-bar{position:fixed;right:0;bottom:0;left:0;display:flex;align-items:center;box-sizing:content-box;height:var(--van-action-bar-height);background:var(--van-action-bar-background)}
|
|
6473
|
-
:root,:host{--van-action-bar-button-height: 40px;--van-action-bar-button-warning-color: var(--van-gradient-orange);--van-action-bar-button-danger-color: var(--van-gradient-red)}.van-action-bar-button{flex:1;height:var(--van-action-bar-button-height);font-weight:var(--van-font-bold);font-size:var(--van-font-size-md);border:none;border-radius:0}.van-action-bar-button--first{margin-left:5px;border-top-left-radius:var(--van-radius-max);border-bottom-left-radius:var(--van-radius-max)}.van-action-bar-button--last{margin-right:5px;border-top-right-radius:var(--van-radius-max);border-bottom-right-radius:var(--van-radius-max)}.van-action-bar-button--warning{background:var(--van-action-bar-button-warning-color)}.van-action-bar-button--danger{background:var(--van-action-bar-button-danger-color)}@media(max-width:321px){.van-action-bar-button{font-size:13px}}
|
|
6474
|
-
:root,:host{--van-overlay-z-index: 1;--van-overlay-background: rgba(0, 0, 0, .7)}.van-overlay{position:fixed;top:0;left:0;z-index:var(--van-overlay-z-index);width:100%;height:100%;background:var(--van-overlay-background)}
|
|
6475
|
-
:root,:host{--van-popup-background: var(--van-background-2);--van-popup-transition: transform var(--van-duration-base);--van-popup-round-radius: 16px;--van-popup-close-icon-size: 22px;--van-popup-close-icon-color: var(--van-gray-5);--van-popup-close-icon-margin: 16px;--van-popup-close-icon-z-index: 1}.van-overflow-hidden{overflow:hidden!important}.van-popup{position:fixed;max-height:100%;overflow-y:auto;box-sizing:border-box;background:var(--van-popup-background);transition:var(--van-popup-transition);-webkit-overflow-scrolling:touch}.van-popup--center{top:50%;left:0;right:0;width:-webkit-fit-content;width:fit-content;max-width:calc(100vw - var(--van-padding-md) * 2);margin:0 auto;transform:translateY(-50%)}.van-popup--center.van-popup--round{border-radius:var(--van-popup-round-radius)}.van-popup--top{top:0;left:0;width:100%}.van-popup--top.van-popup--round{border-radius:0 0 var(--van-popup-round-radius) var(--van-popup-round-radius)}.van-popup--right{top:50%;right:0;transform:translate3d(0,-50%,0)}.van-popup--right.van-popup--round{border-radius:var(--van-popup-round-radius) 0 0 var(--van-popup-round-radius)}.van-popup--bottom{bottom:0;left:0;width:100%}.van-popup--bottom.van-popup--round{border-radius:var(--van-popup-round-radius) var(--van-popup-round-radius) 0 0}.van-popup--left{top:50%;left:0;transform:translate3d(0,-50%,0)}.van-popup--left.van-popup--round{border-radius:0 var(--van-popup-round-radius) var(--van-popup-round-radius) 0}.van-popup-slide-top-enter-active,.van-popup-slide-left-enter-active,.van-popup-slide-right-enter-active,.van-popup-slide-bottom-enter-active{transition-timing-function:var(--van-ease-out)}.van-popup-slide-top-leave-active,.van-popup-slide-left-leave-active,.van-popup-slide-right-leave-active,.van-popup-slide-bottom-leave-active{transition-timing-function:var(--van-ease-in)}.van-popup-slide-top-enter-from,.van-popup-slide-top-leave-active{transform:translate3d(0,-100%,0)}.van-popup-slide-right-enter-from,.van-popup-slide-right-leave-active{transform:translate3d(100%,-50%,0)}.van-popup-slide-bottom-enter-from,.van-popup-slide-bottom-leave-active{transform:translate3d(0,100%,0)}.van-popup-slide-left-enter-from,.van-popup-slide-left-leave-active{transform:translate3d(-100%,-50%,0)}.van-popup__close-icon{position:absolute;z-index:var(--van-popup-close-icon-z-index);color:var(--van-popup-close-icon-color);font-size:var(--van-popup-close-icon-size)}.van-popup__close-icon--top-left{top:var(--van-popup-close-icon-margin);left:var(--van-popup-close-icon-margin)}.van-popup__close-icon--top-right{top:var(--van-popup-close-icon-margin);right:var(--van-popup-close-icon-margin)}.van-popup__close-icon--bottom-left{bottom:var(--van-popup-close-icon-margin);left:var(--van-popup-close-icon-margin)}.van-popup__close-icon--bottom-right{right:var(--van-popup-close-icon-margin);bottom:var(--van-popup-close-icon-margin)}
|
|
6476
|
-
:root,:host{--van-dialog-width: 320px;--van-dialog-small-screen-width: 90%;--van-dialog-font-size: var(--van-font-size-lg);--van-dialog-transition: var(--van-duration-base);--van-dialog-radius: 16px;--van-dialog-background: var(--van-background-2);--van-dialog-header-font-weight: var(--van-font-bold);--van-dialog-header-line-height: 24px;--van-dialog-header-padding-top: 26px;--van-dialog-header-isolated-padding: var(--van-padding-lg) 0;--van-dialog-message-padding: var(--van-padding-lg);--van-dialog-message-font-size: var(--van-font-size-md);--van-dialog-message-line-height: var(--van-line-height-md);--van-dialog-message-max-height: 60vh;--van-dialog-has-title-message-text-color: var(--van-gray-7);--van-dialog-has-title-message-padding-top: var(--van-padding-xs);--van-dialog-button-height: 48px;--van-dialog-round-button-height: 36px;--van-dialog-confirm-button-text-color: var(--van-primary-color)}.van-dialog{top:45%;width:var(--van-dialog-width);overflow:hidden;font-size:var(--van-dialog-font-size);background:var(--van-dialog-background);border-radius:var(--van-dialog-radius);-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:var(--van-dialog-transition);transition-property:transform,opacity}@media(max-width:321px){.van-dialog{width:var(--van-dialog-small-screen-width)}}.van-dialog__header{color:var(--van-text-color);padding-top:var(--van-dialog-header-padding-top);font-weight:var(--van-dialog-header-font-weight);line-height:var(--van-dialog-header-line-height);text-align:center}.van-dialog__header--isolated{padding:var(--van-dialog-header-isolated-padding)}.van-dialog__content--isolated{display:flex;align-items:center;min-height:104px}.van-dialog__message{color:var(--van-text-color);flex:1;max-height:var(--van-dialog-message-max-height);padding:26px var(--van-dialog-message-padding);overflow-y:auto;font-size:var(--van-dialog-message-font-size);line-height:var(--van-dialog-message-line-height);white-space:pre-wrap;text-align:center;word-wrap:break-word;-webkit-overflow-scrolling:touch}.van-dialog__message--has-title{padding-top:var(--van-dialog-has-title-message-padding-top);color:var(--van-dialog-has-title-message-text-color)}.van-dialog__message--left{text-align:left}.van-dialog__message--right{text-align:right}.van-dialog__message--justify{text-align:justify}.van-dialog__footer{display:flex;overflow:hidden;-webkit-user-select:none;user-select:none}.van-dialog__confirm,.van-dialog__cancel{flex:1;height:var(--van-dialog-button-height);margin:0;border:0;border-radius:0}.van-dialog__confirm,.van-dialog__confirm:active{color:var(--van-dialog-confirm-button-text-color)}.van-dialog--round-button .van-dialog__footer{position:relative;height:auto;padding:var(--van-padding-xs) var(--van-padding-lg) var(--van-padding-md)}.van-dialog--round-button .van-dialog__message{padding-bottom:var(--van-padding-md);color:var(--van-text-color)}.van-dialog--round-button .van-dialog__confirm,.van-dialog--round-button .van-dialog__cancel{height:var(--van-dialog-round-button-height)}.van-dialog--round-button .van-dialog__confirm{color:var(--van-white)}.van-dialog--round-button .van-action-bar-button--first{border-top-left-radius:var(--van-radius-max);border-bottom-left-radius:var(--van-radius-max)}.van-dialog--round-button .van-action-bar-button--last{border-top-right-radius:var(--van-radius-max);border-bottom-right-radius:var(--van-radius-max)}.van-dialog-bounce-enter-from{transform:translate3d(0,-50%,0) scale(.7);opacity:0}.van-dialog-bounce-leave-active{transform:translate3d(0,-50%,0) scale(.9);opacity:0}
|
|
6477
6477
|
:root,:host{--van-image-placeholder-text-color: var(--van-text-color-2);--van-image-placeholder-font-size: var(--van-font-size-md);--van-image-placeholder-background: var(--van-background);--van-image-loading-icon-size: 32px;--van-image-loading-icon-color: var(--van-gray-4);--van-image-error-icon-size: 32px;--van-image-error-icon-color: var(--van-gray-4)}.van-image{position:relative;display:inline-block}.van-image--round{overflow:hidden;border-radius:var(--van-radius-max)}.van-image--round .van-image__img{border-radius:inherit}.van-image--block{display:block}.van-image__img,.van-image__error,.van-image__loading{display:block;width:100%;height:100%}.van-image__error,.van-image__loading{position:absolute;top:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--van-image-placeholder-text-color);font-size:var(--van-image-placeholder-font-size);background:var(--van-image-placeholder-background)}.van-image__loading-icon{color:var(--van-image-loading-icon-color);font-size:var(--van-image-loading-icon-size)}.van-image__error-icon{color:var(--van-image-error-icon-color);font-size:var(--van-image-error-icon-size)}
|
|
6478
6478
|
|
|
6479
6479
|
.fec-collapse-container[data-v-6037566c] {
|
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
/* empty css */
|
|
7
7
|
/* empty css */
|
|
8
8
|
import { createBlock, openBlock, withCtx, createVNode, renderSlot } from "vue";
|
|
9
|
-
/* empty css */
|
|
10
|
-
import _export_sfc from "../../../../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
11
9
|
/* empty css */
|
|
12
10
|
/* empty css */
|
|
13
11
|
/* empty css */
|
|
14
12
|
/* empty css */
|
|
15
13
|
/* empty css */
|
|
14
|
+
/* empty css */
|
|
15
|
+
import _export_sfc from "../../../../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
16
16
|
import { SwipeCell } from "../../../../node_modules/vant/es/swipe-cell/index.mjs";
|
|
17
17
|
import { showConfirmDialog } from "../../../../node_modules/vant/es/dialog/function-call.mjs";
|
|
18
18
|
import "../../../../node_modules/vant/es/dialog/index.mjs";
|
|
@@ -219,39 +219,37 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
219
219
|
footerRow[firstSummaryField] = "合计";
|
|
220
220
|
}
|
|
221
221
|
if (mode === "current") {
|
|
222
|
-
|
|
223
|
-
const
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
222
|
+
fieldsData.value.forEach((item) => {
|
|
223
|
+
const fieldName = item.fieldName;
|
|
224
|
+
if (summaryFields.includes(fieldName)) {
|
|
225
|
+
const sum = displayData.value.reduce((total, item2) => {
|
|
226
|
+
const value = parseFloat(item2[fieldName]);
|
|
227
|
+
return total + (isNaN(value) ? 0 : value);
|
|
228
|
+
}, 0);
|
|
229
|
+
if (isNaN(sum)) {
|
|
230
|
+
footerRow[fieldName] = "";
|
|
231
|
+
} else {
|
|
232
|
+
const field = fieldsData.value.find((f) => f.fieldName == fieldName);
|
|
233
|
+
footerRow[fieldName] = formatSummaryValue(sum, field) || "";
|
|
234
234
|
}
|
|
235
|
-
|
|
235
|
+
} else {
|
|
236
|
+
footerRow[fieldName] = "";
|
|
236
237
|
}
|
|
237
238
|
});
|
|
238
239
|
} else if (mode === "all") {
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
val = " ";
|
|
240
|
+
fieldsData.value.forEach((item) => {
|
|
241
|
+
const fieldName = item.fieldName;
|
|
242
|
+
if (summaryFields.includes(fieldName)) {
|
|
243
|
+
const sum = allSummaryData.value[fieldName];
|
|
244
|
+
if (sum != void 0 && sum != null) {
|
|
245
|
+
const field = fieldsData.value.find((f) => f.fieldName == fieldName);
|
|
246
|
+
footerRow[fieldName] = formatSummaryValue(sum, field) || "";
|
|
247
|
+
} else {
|
|
248
|
+
footerRow[fieldName] = "";
|
|
249
249
|
}
|
|
250
|
-
footerRow[fieldName] = val;
|
|
251
250
|
} else {
|
|
252
|
-
footerRow[fieldName] = "
|
|
251
|
+
footerRow[fieldName] = "";
|
|
253
252
|
}
|
|
254
|
-
console.log("🚀 ~ footerRow:", footerRow);
|
|
255
253
|
});
|
|
256
254
|
}
|
|
257
255
|
return [footerRow];
|
|
@@ -619,6 +617,11 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
619
617
|
}, 0);
|
|
620
618
|
summaryResult[fieldName] = sum;
|
|
621
619
|
});
|
|
620
|
+
fieldsData.value.forEach((item) => {
|
|
621
|
+
if (!summaryResult[item.fieldName]) {
|
|
622
|
+
summaryResult[item.fieldName] = "";
|
|
623
|
+
}
|
|
624
|
+
});
|
|
622
625
|
allSummaryData.value = summaryResult;
|
|
623
626
|
}
|
|
624
627
|
}
|
|
@@ -912,7 +915,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
912
915
|
};
|
|
913
916
|
}
|
|
914
917
|
});
|
|
915
|
-
const _Table = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
918
|
+
const _Table = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-79baf012"]]);
|
|
916
919
|
export {
|
|
917
920
|
_Table as default
|
|
918
921
|
};
|
|
@@ -1,6 +1,20 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
require("../../../../node_modules/element-plus/es/index.js");
|
|
3
|
+
const index$7 = require("../../../../node_modules/element-plus/es/components/icon/index.js");
|
|
4
|
+
const index$9 = require("../../../../node_modules/element-plus/es/components/form/index.js");
|
|
5
|
+
const index$5 = require("../../../../node_modules/element-plus/es/components/input/index.js");
|
|
6
|
+
const index$8 = require("../../../../node_modules/element-plus/es/components/scrollbar/index.js");
|
|
7
|
+
const index$3 = require("../../../../node_modules/element-plus/es/components/button/index.js");
|
|
8
|
+
const index$b = require("../../../../node_modules/element-plus/es/components/select/index.js");
|
|
9
|
+
const index$e = require("../../../../node_modules/element-plus/es/components/checkbox/index.js");
|
|
10
|
+
const index$a = require("../../../../node_modules/element-plus/es/components/radio/index.js");
|
|
11
|
+
const index$2 = require("../../../../node_modules/element-plus/es/components/container/index.js");
|
|
12
|
+
const index$1 = require("../../../../node_modules/element-plus/es/components/dialog/index.js");
|
|
13
|
+
const index$6 = require("../../../../node_modules/element-plus/es/components/link/index.js");
|
|
14
|
+
const index$d = require("../../../../node_modules/element-plus/es/components/switch/index.js");
|
|
15
|
+
const index$f = require("../../../../node_modules/element-plus/es/components/message/index.js");
|
|
16
|
+
const index$c = require("../../../../node_modules/element-plus/es/components/popover/index.js");
|
|
17
|
+
require("../../../../_virtual/dayjs.min.js");
|
|
4
18
|
;/* empty css */
|
|
5
19
|
;/* empty css */
|
|
6
20
|
;/* empty css */
|
|
@@ -44,20 +58,6 @@ const widgets = require("../table/property/widgets.vue.js");
|
|
|
44
58
|
;/* empty css */
|
|
45
59
|
;/* empty css */
|
|
46
60
|
const _pluginVue_exportHelper = require("../../../../_virtual/_plugin-vue_export-helper.js");
|
|
47
|
-
const index$1 = require("../../../../node_modules/element-plus/es/components/dialog/index.js");
|
|
48
|
-
const index$2 = require("../../../../node_modules/element-plus/es/components/container/index.js");
|
|
49
|
-
const index$3 = require("../../../../node_modules/element-plus/es/components/button/index.js");
|
|
50
|
-
const index$5 = require("../../../../node_modules/element-plus/es/components/input/index.js");
|
|
51
|
-
const index$6 = require("../../../../node_modules/element-plus/es/components/link/index.js");
|
|
52
|
-
const index$7 = require("../../../../node_modules/element-plus/es/components/icon/index.js");
|
|
53
|
-
const index$8 = require("../../../../node_modules/element-plus/es/components/scrollbar/index.js");
|
|
54
|
-
const index$9 = require("../../../../node_modules/element-plus/es/components/form/index.js");
|
|
55
|
-
const index$a = require("../../../../node_modules/element-plus/es/components/radio/index.js");
|
|
56
|
-
const index$b = require("../../../../node_modules/element-plus/es/components/select/index.js");
|
|
57
|
-
const index$c = require("../../../../node_modules/element-plus/es/components/popover/index.js");
|
|
58
|
-
const index$d = require("../../../../node_modules/element-plus/es/components/switch/index.js");
|
|
59
|
-
const index$e = require("../../../../node_modules/element-plus/es/components/checkbox/index.js");
|
|
60
|
-
const index$f = require("../../../../node_modules/element-plus/es/components/message/index.js");
|
|
61
61
|
const _hoisted_1 = { key: 0 };
|
|
62
62
|
const _hoisted_2 = { class: "dialog-menu-item is-editing" };
|
|
63
63
|
const _hoisted_3 = { class: "new-item-content" };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const index = require("./index.
|
|
3
|
+
const index = require("./index.vue2.js");
|
|
4
4
|
const vue = require("vue");
|
|
5
5
|
function useDialogDialog() {
|
|
6
6
|
const dialogDialogVisible = vue.ref(false);
|
|
@@ -1,6 +1,20 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
require("../../../../node_modules/element-plus/es/index.js");
|
|
3
|
+
const index$4 = require("../../../../node_modules/element-plus/es/components/icon/index.js");
|
|
4
|
+
const index$a = require("../../../../node_modules/element-plus/es/components/form/index.js");
|
|
5
|
+
const index$7 = require("../../../../node_modules/element-plus/es/components/input/index.js");
|
|
6
|
+
const index$9 = require("../../../../node_modules/element-plus/es/components/scrollbar/index.js");
|
|
7
|
+
const index$6 = require("../../../../node_modules/element-plus/es/components/button/index.js");
|
|
8
|
+
const index$c = require("../../../../node_modules/element-plus/es/components/select/index.js");
|
|
9
|
+
const index$f = require("../../../../node_modules/element-plus/es/components/checkbox/index.js");
|
|
10
|
+
const index$b = require("../../../../node_modules/element-plus/es/components/radio/index.js");
|
|
11
|
+
const index$3 = require("../../../../node_modules/element-plus/es/components/container/index.js");
|
|
12
|
+
const index$2 = require("../../../../node_modules/element-plus/es/components/dialog/index.js");
|
|
13
|
+
const index$8 = require("../../../../node_modules/element-plus/es/components/link/index.js");
|
|
14
|
+
const index$e = require("../../../../node_modules/element-plus/es/components/switch/index.js");
|
|
15
|
+
const index$1 = require("../../../../node_modules/element-plus/es/components/message/index.js");
|
|
16
|
+
const index$d = require("../../../../node_modules/element-plus/es/components/popover/index.js");
|
|
17
|
+
require("../../../../_virtual/dayjs.min.js");
|
|
4
18
|
;/* empty css */
|
|
5
19
|
;/* empty css */
|
|
6
20
|
;/* empty css */
|
|
@@ -43,6 +57,7 @@ const _pluginVue_exportHelper = require("../../../../_virtual/_plugin-vue_export
|
|
|
43
57
|
require("../../../../node_modules/element-plus/theme-chalk/el-tooltip.css.js");
|
|
44
58
|
;/* empty css */
|
|
45
59
|
;/* empty css */
|
|
60
|
+
require("element-plus");
|
|
46
61
|
;/* empty css */
|
|
47
62
|
;/* empty css */
|
|
48
63
|
;/* empty css */
|
|
@@ -94,7 +109,6 @@ require("../../../../node_modules/element-plus/theme-chalk/el-tab-pane.css.js");
|
|
|
94
109
|
;/* empty css */
|
|
95
110
|
;/* empty css */
|
|
96
111
|
require("../../../../node_modules/element-plus/theme-chalk/el-date-picker.css.js");
|
|
97
|
-
require("../../axios/config.js");
|
|
98
112
|
;/* empty css */
|
|
99
113
|
;/* empty css */
|
|
100
114
|
;/* empty css */
|
|
@@ -104,20 +118,6 @@ require("../../axios/config.js");
|
|
|
104
118
|
;/* empty css */
|
|
105
119
|
;/* empty css */
|
|
106
120
|
;/* empty css */
|
|
107
|
-
const index$1 = require("../../../../node_modules/element-plus/es/components/message/index.js");
|
|
108
|
-
const index$2 = require("../../../../node_modules/element-plus/es/components/dialog/index.js");
|
|
109
|
-
const index$3 = require("../../../../node_modules/element-plus/es/components/container/index.js");
|
|
110
|
-
const index$4 = require("../../../../node_modules/element-plus/es/components/icon/index.js");
|
|
111
|
-
const index$6 = require("../../../../node_modules/element-plus/es/components/button/index.js");
|
|
112
|
-
const index$7 = require("../../../../node_modules/element-plus/es/components/input/index.js");
|
|
113
|
-
const index$8 = require("../../../../node_modules/element-plus/es/components/link/index.js");
|
|
114
|
-
const index$9 = require("../../../../node_modules/element-plus/es/components/scrollbar/index.js");
|
|
115
|
-
const index$a = require("../../../../node_modules/element-plus/es/components/form/index.js");
|
|
116
|
-
const index$b = require("../../../../node_modules/element-plus/es/components/radio/index.js");
|
|
117
|
-
const index$c = require("../../../../node_modules/element-plus/es/components/select/index.js");
|
|
118
|
-
const index$d = require("../../../../node_modules/element-plus/es/components/popover/index.js");
|
|
119
|
-
const index$e = require("../../../../node_modules/element-plus/es/components/switch/index.js");
|
|
120
|
-
const index$f = require("../../../../node_modules/element-plus/es/components/checkbox/index.js");
|
|
121
121
|
const _hoisted_1 = {
|
|
122
122
|
key: 0,
|
|
123
123
|
class: "loading-overlay"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const index = require("./index.
|
|
3
|
+
const index = require("./index.vue2.js");
|
|
4
4
|
const vue = require("vue");
|
|
5
5
|
function useDialogGlobalDialog() {
|
|
6
6
|
const dialogGlobalDialogVisible = vue.ref(false);
|
|
@@ -63,8 +63,8 @@ const _pluginVue_exportHelper = require("../../../../../_virtual/_plugin-vue_exp
|
|
|
63
63
|
require("../../../components/TemplateSelector.vue.js");
|
|
64
64
|
require("../../table/default.js");
|
|
65
65
|
;/* empty css */
|
|
66
|
-
;/* empty css
|
|
67
|
-
;/* empty css
|
|
66
|
+
;/* empty css */
|
|
67
|
+
;/* empty css */
|
|
68
68
|
require("../../../store/index.js");
|
|
69
69
|
;/* empty css */
|
|
70
70
|
const _hoisted_1 = {
|
package/lib/designer.css
CHANGED
|
@@ -6312,12 +6312,12 @@ body,
|
|
|
6312
6312
|
}
|
|
6313
6313
|
[data-v-e95c842d] .el-checkbox-group .el-checkbox-button__inner {
|
|
6314
6314
|
border-radius: 4px;
|
|
6315
|
-
}.fec-table[data-v-
|
|
6315
|
+
}.fec-table[data-v-79baf012] {
|
|
6316
6316
|
height: 100%;
|
|
6317
6317
|
flex-grow: 1;
|
|
6318
6318
|
padding: 0 16px;
|
|
6319
6319
|
}
|
|
6320
|
-
.fec-table-container[data-v-
|
|
6320
|
+
.fec-table-container[data-v-79baf012] {
|
|
6321
6321
|
width: 100%;
|
|
6322
6322
|
background: #fff;
|
|
6323
6323
|
box-sizing: border-box;
|
|
@@ -6327,87 +6327,87 @@ body,
|
|
|
6327
6327
|
overflow: hidden;
|
|
6328
6328
|
flex-grow: 1;
|
|
6329
6329
|
}
|
|
6330
|
-
.fec-table-container .fec-vxe-table[data-v-
|
|
6330
|
+
.fec-table-container .fec-vxe-table[data-v-79baf012] {
|
|
6331
6331
|
flex: 1;
|
|
6332
6332
|
min-height: 0;
|
|
6333
6333
|
overflow: hidden;
|
|
6334
6334
|
margin-bottom: 16px;
|
|
6335
6335
|
}
|
|
6336
|
-
.fec-table-container[data-v-
|
|
6336
|
+
.fec-table-container[data-v-79baf012] .vxe-table {
|
|
6337
6337
|
font-size: 14px;
|
|
6338
6338
|
font-family: inherit;
|
|
6339
6339
|
}
|
|
6340
|
-
.fec-table-container[data-v-
|
|
6341
|
-
.fec-table-container[data-v-
|
|
6340
|
+
.fec-table-container[data-v-79baf012] .vxe-table .vxe-sort--asc-btn,
|
|
6341
|
+
.fec-table-container[data-v-79baf012] .vxe-table .vxe-sort--desc-btn {
|
|
6342
6342
|
color: #dcdcdc;
|
|
6343
6343
|
}
|
|
6344
|
-
.fec-table-container[data-v-
|
|
6345
|
-
.fec-table-container[data-v-
|
|
6344
|
+
.fec-table-container[data-v-79baf012] .vxe-table .serverSort .vxe-sort--asc-btn,
|
|
6345
|
+
.fec-table-container[data-v-79baf012] .vxe-table .serverSort .vxe-sort--desc-btn {
|
|
6346
6346
|
color: #d3edf9;
|
|
6347
6347
|
}
|
|
6348
|
-
.fec-table-container[data-v-
|
|
6348
|
+
.fec-table-container[data-v-79baf012] .vxe-table .serverSort .sort--active {
|
|
6349
6349
|
color: var(--el-color-primary);
|
|
6350
6350
|
}
|
|
6351
|
-
.fec-table-container[data-v-
|
|
6351
|
+
.fec-table-container[data-v-79baf012] .vxe-table .sort--active {
|
|
6352
6352
|
color: var(--el-color-primary);
|
|
6353
6353
|
}
|
|
6354
|
-
.fec-table-container[data-v-
|
|
6354
|
+
.fec-table-container[data-v-79baf012] .vxe-table .vxe-table--body-wrapper {
|
|
6355
6355
|
overflow: auto;
|
|
6356
6356
|
}
|
|
6357
|
-
.fec-table-container[data-v-
|
|
6358
|
-
.fec-table-container[data-v-
|
|
6359
|
-
.fec-table-container[data-v-
|
|
6357
|
+
.fec-table-container[data-v-79baf012] .vxe-table .vxe-table--body,
|
|
6358
|
+
.fec-table-container[data-v-79baf012] .vxe-table .vxe-table--header,
|
|
6359
|
+
.fec-table-container[data-v-79baf012] .vxe-table .vxe-table--footer {
|
|
6360
6360
|
width: 100% !important;
|
|
6361
6361
|
}
|
|
6362
|
-
.fec-table-container[data-v-
|
|
6362
|
+
.fec-table-container[data-v-79baf012] .vxe-table .vxe-header--column {
|
|
6363
6363
|
background-color: #fff;
|
|
6364
6364
|
}
|
|
6365
|
-
.fec-table-container[data-v-
|
|
6365
|
+
.fec-table-container[data-v-79baf012] .vxe-table .vxe-header--column .vxe-cell {
|
|
6366
6366
|
height: 40px !important;
|
|
6367
6367
|
min-height: 40px !important;
|
|
6368
6368
|
color: #333;
|
|
6369
6369
|
}
|
|
6370
|
-
.fec-table-container[data-v-
|
|
6370
|
+
.fec-table-container[data-v-79baf012] .vxe-table .vxe-table--header-inner-wrapper {
|
|
6371
6371
|
height: 40px !important;
|
|
6372
6372
|
}
|
|
6373
|
-
.fec-table-container[data-v-
|
|
6373
|
+
.fec-table-container[data-v-79baf012] .vxe-table .vxe-body--column .vxe-cell {
|
|
6374
6374
|
padding: 6px !important;
|
|
6375
6375
|
min-height: 32px !important;
|
|
6376
6376
|
color: #666;
|
|
6377
6377
|
font-size: 13px;
|
|
6378
6378
|
}
|
|
6379
|
-
.fec-table-container[data-v-
|
|
6380
|
-
.fec-table-container[data-v-
|
|
6379
|
+
.fec-table-container[data-v-79baf012] .vxe-table .vxe-body--column .c--tooltip,
|
|
6380
|
+
.fec-table-container[data-v-79baf012] .vxe-table .vxe-body--column .c--title {
|
|
6381
6381
|
height: 32px !important;
|
|
6382
6382
|
min-height: 32px !important;
|
|
6383
6383
|
}
|
|
6384
|
-
.fec-table-container[data-v-
|
|
6384
|
+
.fec-table-container[data-v-79baf012] .vxe-table .vxe-table--border-line {
|
|
6385
6385
|
border: none;
|
|
6386
6386
|
border-bottom: 1px solid #ebeef5;
|
|
6387
6387
|
border-top: 1px solid #ebeef5;
|
|
6388
6388
|
}
|
|
6389
|
-
.fec-table-container[data-v-
|
|
6390
|
-
.fec-table-container[data-v-
|
|
6389
|
+
.fec-table-container[data-v-79baf012] .vxe-table .vxe-table--scroll-y-handle-appearance,
|
|
6390
|
+
.fec-table-container[data-v-79baf012] .vxe-table .vxe-table--scroll-y-wrapper:after {
|
|
6391
6391
|
border: none !important;
|
|
6392
6392
|
}
|
|
6393
|
-
.fec-table-container[data-v-
|
|
6393
|
+
.fec-table-container[data-v-79baf012] .vxe-table .vxe-table--scroll-y-top-corner {
|
|
6394
6394
|
display: none !important;
|
|
6395
6395
|
}
|
|
6396
|
-
.fec-table-container[data-v-
|
|
6396
|
+
.fec-table-container[data-v-79baf012] .vxe-table .vxe-cell--sort {
|
|
6397
6397
|
font-size: 14px;
|
|
6398
6398
|
}
|
|
6399
|
-
.fec-table-container[data-v-
|
|
6400
|
-
.fec-table-container[data-v-
|
|
6401
|
-
.fec-table-container[data-v-
|
|
6402
|
-
.fec-table-container[data-v-
|
|
6403
|
-
.fec-table-container[data-v-
|
|
6404
|
-
.fec-table-container[data-v-
|
|
6399
|
+
.fec-table-container[data-v-79baf012] .vxe-table .vxe-body--column,
|
|
6400
|
+
.fec-table-container[data-v-79baf012] .vxe-table .vxe-footer--column,
|
|
6401
|
+
.fec-table-container[data-v-79baf012] .vxe-table .vxe-header--column,
|
|
6402
|
+
.fec-table-container[data-v-79baf012] .vxe-table .vxe-body--column,
|
|
6403
|
+
.fec-table-container[data-v-79baf012] .vxe-table .vxe-footer--column,
|
|
6404
|
+
.fec-table-container[data-v-79baf012] .vxe-table .vxe-header--column {
|
|
6405
6405
|
background-image: linear-gradient(#ebeef5, #ebeef5) !important;
|
|
6406
6406
|
}
|
|
6407
|
-
.fec-table-container[data-v-
|
|
6407
|
+
.fec-table-container[data-v-79baf012] .vxe-table .el-button.is-disabled {
|
|
6408
6408
|
color: #ccc !important;
|
|
6409
6409
|
}
|
|
6410
|
-
.fec-table-sub[data-v-
|
|
6410
|
+
.fec-table-sub[data-v-79baf012] .vxe-table .vxe-table--border-line {
|
|
6411
6411
|
border-top: none;
|
|
6412
6412
|
}
|
|
6413
6413
|
.fec-layout-card[data-v-c90689d4] {
|
|
@@ -6461,6 +6461,11 @@ body,
|
|
|
6461
6461
|
}:root,:host{--van-cell-font-size: var(--van-font-size-md);--van-cell-line-height: 24px;--van-cell-vertical-padding: 10px;--van-cell-horizontal-padding: var(--van-padding-md);--van-cell-text-color: var(--van-text-color);--van-cell-background: var(--van-background-2);--van-cell-border-color: var(--van-border-color);--van-cell-active-color: var(--van-active-color);--van-cell-required-color: var(--van-danger-color);--van-cell-label-color: var(--van-text-color-2);--van-cell-label-font-size: var(--van-font-size-sm);--van-cell-label-line-height: var(--van-line-height-sm);--van-cell-label-margin-top: var(--van-padding-base);--van-cell-value-color: var(--van-text-color-2);--van-cell-value-font-size: inherit;--van-cell-icon-size: 16px;--van-cell-right-icon-color: var(--van-gray-6);--van-cell-large-vertical-padding: var(--van-padding-sm);--van-cell-large-title-font-size: var(--van-font-size-lg);--van-cell-large-label-font-size: var(--van-font-size-md);--van-cell-large-value-font-size: inherit}.van-cell{position:relative;display:flex;box-sizing:border-box;width:100%;padding:var(--van-cell-vertical-padding) var(--van-cell-horizontal-padding);overflow:hidden;color:var(--van-cell-text-color);font-size:var(--van-cell-font-size);line-height:var(--van-cell-line-height);background:var(--van-cell-background)}.van-cell:after{position:absolute;box-sizing:border-box;content:" ";pointer-events:none;right:var(--van-padding-md);bottom:0;left:var(--van-padding-md);border-bottom:1px solid var(--van-cell-border-color);transform:scaleY(.5)}.van-cell:last-child:after,.van-cell--borderless:after{display:none}.van-cell__label{margin-top:var(--van-cell-label-margin-top);color:var(--van-cell-label-color);font-size:var(--van-cell-label-font-size);line-height:var(--van-cell-label-line-height)}.van-cell__title,.van-cell__value{flex:1}.van-cell__value{position:relative;overflow:hidden;color:var(--van-cell-value-color);font-size:var(--van-cell-value-font-size);text-align:right;vertical-align:middle;word-wrap:break-word}.van-cell__left-icon,.van-cell__right-icon{height:var(--van-cell-line-height);font-size:var(--van-cell-icon-size);line-height:var(--van-cell-line-height)}.van-cell__left-icon{margin-right:var(--van-padding-base)}.van-cell__right-icon{margin-left:var(--van-padding-base);color:var(--van-cell-right-icon-color)}.van-cell--clickable{cursor:pointer}.van-cell--clickable:active{background-color:var(--van-cell-active-color)}.van-cell--required{overflow:visible}.van-cell--required:before{position:absolute;left:var(--van-padding-xs);color:var(--van-cell-required-color);font-size:var(--van-cell-font-size);content:"*"}.van-cell--center{align-items:center}.van-cell--large{padding-top:var(--van-cell-large-vertical-padding);padding-bottom:var(--van-cell-large-vertical-padding)}.van-cell--large .van-cell__title{font-size:var(--van-cell-large-title-font-size)}.van-cell--large .van-cell__label{font-size:var(--van-cell-large-label-font-size)}.van-cell--large .van-cell__value{font-size:var(--van-cell-large-value-font-size)}
|
|
6462
6462
|
:root,:host{--van-cell-group-background: var(--van-background-2);--van-cell-group-title-color: var(--van-text-color-2);--van-cell-group-title-padding: var(--van-padding-md) var(--van-padding-md);--van-cell-group-title-font-size: var(--van-font-size-md);--van-cell-group-title-line-height: 16px;--van-cell-group-inset-padding: 0 var(--van-padding-md);--van-cell-group-inset-radius: var(--van-radius-lg);--van-cell-group-inset-title-padding: var(--van-padding-md) var(--van-padding-md)}.van-cell-group{background:var(--van-cell-group-background)}.van-cell-group--inset{margin:var(--van-cell-group-inset-padding);border-radius:var(--van-cell-group-inset-radius);overflow:hidden}.van-cell-group__title{padding:var(--van-cell-group-title-padding);color:var(--van-cell-group-title-color);font-size:var(--van-cell-group-title-font-size);line-height:var(--van-cell-group-title-line-height)}.van-cell-group__title--inset{padding:var(--van-cell-group-inset-title-padding)}
|
|
6463
6463
|
.van-swipe-cell{position:relative;overflow:hidden;cursor:-webkit-grab;cursor:grab}.van-swipe-cell__wrapper{transition-timing-function:cubic-bezier(.18,.89,.32,1);transition-property:transform}.van-swipe-cell__left,.van-swipe-cell__right{position:absolute;top:0;height:100%}.van-swipe-cell__left{left:0;transform:translate3d(-100%,0,0)}.van-swipe-cell__right{right:0;transform:translate3d(100%,0,0)}
|
|
6464
|
+
:root,:host{--van-action-bar-background: var(--van-background-2);--van-action-bar-height: 50px}.van-action-bar{position:fixed;right:0;bottom:0;left:0;display:flex;align-items:center;box-sizing:content-box;height:var(--van-action-bar-height);background:var(--van-action-bar-background)}
|
|
6465
|
+
:root,:host{--van-action-bar-button-height: 40px;--van-action-bar-button-warning-color: var(--van-gradient-orange);--van-action-bar-button-danger-color: var(--van-gradient-red)}.van-action-bar-button{flex:1;height:var(--van-action-bar-button-height);font-weight:var(--van-font-bold);font-size:var(--van-font-size-md);border:none;border-radius:0}.van-action-bar-button--first{margin-left:5px;border-top-left-radius:var(--van-radius-max);border-bottom-left-radius:var(--van-radius-max)}.van-action-bar-button--last{margin-right:5px;border-top-right-radius:var(--van-radius-max);border-bottom-right-radius:var(--van-radius-max)}.van-action-bar-button--warning{background:var(--van-action-bar-button-warning-color)}.van-action-bar-button--danger{background:var(--van-action-bar-button-danger-color)}@media(max-width:321px){.van-action-bar-button{font-size:13px}}
|
|
6466
|
+
:root,:host{--van-overlay-z-index: 1;--van-overlay-background: rgba(0, 0, 0, .7)}.van-overlay{position:fixed;top:0;left:0;z-index:var(--van-overlay-z-index);width:100%;height:100%;background:var(--van-overlay-background)}
|
|
6467
|
+
:root,:host{--van-popup-background: var(--van-background-2);--van-popup-transition: transform var(--van-duration-base);--van-popup-round-radius: 16px;--van-popup-close-icon-size: 22px;--van-popup-close-icon-color: var(--van-gray-5);--van-popup-close-icon-margin: 16px;--van-popup-close-icon-z-index: 1}.van-overflow-hidden{overflow:hidden!important}.van-popup{position:fixed;max-height:100%;overflow-y:auto;box-sizing:border-box;background:var(--van-popup-background);transition:var(--van-popup-transition);-webkit-overflow-scrolling:touch}.van-popup--center{top:50%;left:0;right:0;width:-webkit-fit-content;width:fit-content;max-width:calc(100vw - var(--van-padding-md) * 2);margin:0 auto;transform:translateY(-50%)}.van-popup--center.van-popup--round{border-radius:var(--van-popup-round-radius)}.van-popup--top{top:0;left:0;width:100%}.van-popup--top.van-popup--round{border-radius:0 0 var(--van-popup-round-radius) var(--van-popup-round-radius)}.van-popup--right{top:50%;right:0;transform:translate3d(0,-50%,0)}.van-popup--right.van-popup--round{border-radius:var(--van-popup-round-radius) 0 0 var(--van-popup-round-radius)}.van-popup--bottom{bottom:0;left:0;width:100%}.van-popup--bottom.van-popup--round{border-radius:var(--van-popup-round-radius) var(--van-popup-round-radius) 0 0}.van-popup--left{top:50%;left:0;transform:translate3d(0,-50%,0)}.van-popup--left.van-popup--round{border-radius:0 var(--van-popup-round-radius) var(--van-popup-round-radius) 0}.van-popup-slide-top-enter-active,.van-popup-slide-left-enter-active,.van-popup-slide-right-enter-active,.van-popup-slide-bottom-enter-active{transition-timing-function:var(--van-ease-out)}.van-popup-slide-top-leave-active,.van-popup-slide-left-leave-active,.van-popup-slide-right-leave-active,.van-popup-slide-bottom-leave-active{transition-timing-function:var(--van-ease-in)}.van-popup-slide-top-enter-from,.van-popup-slide-top-leave-active{transform:translate3d(0,-100%,0)}.van-popup-slide-right-enter-from,.van-popup-slide-right-leave-active{transform:translate3d(100%,-50%,0)}.van-popup-slide-bottom-enter-from,.van-popup-slide-bottom-leave-active{transform:translate3d(0,100%,0)}.van-popup-slide-left-enter-from,.van-popup-slide-left-leave-active{transform:translate3d(-100%,-50%,0)}.van-popup__close-icon{position:absolute;z-index:var(--van-popup-close-icon-z-index);color:var(--van-popup-close-icon-color);font-size:var(--van-popup-close-icon-size)}.van-popup__close-icon--top-left{top:var(--van-popup-close-icon-margin);left:var(--van-popup-close-icon-margin)}.van-popup__close-icon--top-right{top:var(--van-popup-close-icon-margin);right:var(--van-popup-close-icon-margin)}.van-popup__close-icon--bottom-left{bottom:var(--van-popup-close-icon-margin);left:var(--van-popup-close-icon-margin)}.van-popup__close-icon--bottom-right{right:var(--van-popup-close-icon-margin);bottom:var(--van-popup-close-icon-margin)}
|
|
6468
|
+
:root,:host{--van-dialog-width: 320px;--van-dialog-small-screen-width: 90%;--van-dialog-font-size: var(--van-font-size-lg);--van-dialog-transition: var(--van-duration-base);--van-dialog-radius: 16px;--van-dialog-background: var(--van-background-2);--van-dialog-header-font-weight: var(--van-font-bold);--van-dialog-header-line-height: 24px;--van-dialog-header-padding-top: 26px;--van-dialog-header-isolated-padding: var(--van-padding-lg) 0;--van-dialog-message-padding: var(--van-padding-lg);--van-dialog-message-font-size: var(--van-font-size-md);--van-dialog-message-line-height: var(--van-line-height-md);--van-dialog-message-max-height: 60vh;--van-dialog-has-title-message-text-color: var(--van-gray-7);--van-dialog-has-title-message-padding-top: var(--van-padding-xs);--van-dialog-button-height: 48px;--van-dialog-round-button-height: 36px;--van-dialog-confirm-button-text-color: var(--van-primary-color)}.van-dialog{top:45%;width:var(--van-dialog-width);overflow:hidden;font-size:var(--van-dialog-font-size);background:var(--van-dialog-background);border-radius:var(--van-dialog-radius);-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:var(--van-dialog-transition);transition-property:transform,opacity}@media(max-width:321px){.van-dialog{width:var(--van-dialog-small-screen-width)}}.van-dialog__header{color:var(--van-text-color);padding-top:var(--van-dialog-header-padding-top);font-weight:var(--van-dialog-header-font-weight);line-height:var(--van-dialog-header-line-height);text-align:center}.van-dialog__header--isolated{padding:var(--van-dialog-header-isolated-padding)}.van-dialog__content--isolated{display:flex;align-items:center;min-height:104px}.van-dialog__message{color:var(--van-text-color);flex:1;max-height:var(--van-dialog-message-max-height);padding:26px var(--van-dialog-message-padding);overflow-y:auto;font-size:var(--van-dialog-message-font-size);line-height:var(--van-dialog-message-line-height);white-space:pre-wrap;text-align:center;word-wrap:break-word;-webkit-overflow-scrolling:touch}.van-dialog__message--has-title{padding-top:var(--van-dialog-has-title-message-padding-top);color:var(--van-dialog-has-title-message-text-color)}.van-dialog__message--left{text-align:left}.van-dialog__message--right{text-align:right}.van-dialog__message--justify{text-align:justify}.van-dialog__footer{display:flex;overflow:hidden;-webkit-user-select:none;user-select:none}.van-dialog__confirm,.van-dialog__cancel{flex:1;height:var(--van-dialog-button-height);margin:0;border:0;border-radius:0}.van-dialog__confirm,.van-dialog__confirm:active{color:var(--van-dialog-confirm-button-text-color)}.van-dialog--round-button .van-dialog__footer{position:relative;height:auto;padding:var(--van-padding-xs) var(--van-padding-lg) var(--van-padding-md)}.van-dialog--round-button .van-dialog__message{padding-bottom:var(--van-padding-md);color:var(--van-text-color)}.van-dialog--round-button .van-dialog__confirm,.van-dialog--round-button .van-dialog__cancel{height:var(--van-dialog-round-button-height)}.van-dialog--round-button .van-dialog__confirm{color:var(--van-white)}.van-dialog--round-button .van-action-bar-button--first{border-top-left-radius:var(--van-radius-max);border-bottom-left-radius:var(--van-radius-max)}.van-dialog--round-button .van-action-bar-button--last{border-top-right-radius:var(--van-radius-max);border-bottom-right-radius:var(--van-radius-max)}.van-dialog-bounce-enter-from{transform:translate3d(0,-50%,0) scale(.7);opacity:0}.van-dialog-bounce-leave-active{transform:translate3d(0,-50%,0) scale(.9);opacity:0}
|
|
6464
6469
|
|
|
6465
6470
|
.fec-card[data-v-dc24b95f] {
|
|
6466
6471
|
margin: 12px;
|
|
@@ -6469,11 +6474,6 @@ body,
|
|
|
6469
6474
|
.fec-swipe-delete-button[data-v-dc24b95f] {
|
|
6470
6475
|
height: 100%;
|
|
6471
6476
|
}
|
|
6472
|
-
:root,:host{--van-action-bar-background: var(--van-background-2);--van-action-bar-height: 50px}.van-action-bar{position:fixed;right:0;bottom:0;left:0;display:flex;align-items:center;box-sizing:content-box;height:var(--van-action-bar-height);background:var(--van-action-bar-background)}
|
|
6473
|
-
:root,:host{--van-action-bar-button-height: 40px;--van-action-bar-button-warning-color: var(--van-gradient-orange);--van-action-bar-button-danger-color: var(--van-gradient-red)}.van-action-bar-button{flex:1;height:var(--van-action-bar-button-height);font-weight:var(--van-font-bold);font-size:var(--van-font-size-md);border:none;border-radius:0}.van-action-bar-button--first{margin-left:5px;border-top-left-radius:var(--van-radius-max);border-bottom-left-radius:var(--van-radius-max)}.van-action-bar-button--last{margin-right:5px;border-top-right-radius:var(--van-radius-max);border-bottom-right-radius:var(--van-radius-max)}.van-action-bar-button--warning{background:var(--van-action-bar-button-warning-color)}.van-action-bar-button--danger{background:var(--van-action-bar-button-danger-color)}@media(max-width:321px){.van-action-bar-button{font-size:13px}}
|
|
6474
|
-
:root,:host{--van-overlay-z-index: 1;--van-overlay-background: rgba(0, 0, 0, .7)}.van-overlay{position:fixed;top:0;left:0;z-index:var(--van-overlay-z-index);width:100%;height:100%;background:var(--van-overlay-background)}
|
|
6475
|
-
:root,:host{--van-popup-background: var(--van-background-2);--van-popup-transition: transform var(--van-duration-base);--van-popup-round-radius: 16px;--van-popup-close-icon-size: 22px;--van-popup-close-icon-color: var(--van-gray-5);--van-popup-close-icon-margin: 16px;--van-popup-close-icon-z-index: 1}.van-overflow-hidden{overflow:hidden!important}.van-popup{position:fixed;max-height:100%;overflow-y:auto;box-sizing:border-box;background:var(--van-popup-background);transition:var(--van-popup-transition);-webkit-overflow-scrolling:touch}.van-popup--center{top:50%;left:0;right:0;width:-webkit-fit-content;width:fit-content;max-width:calc(100vw - var(--van-padding-md) * 2);margin:0 auto;transform:translateY(-50%)}.van-popup--center.van-popup--round{border-radius:var(--van-popup-round-radius)}.van-popup--top{top:0;left:0;width:100%}.van-popup--top.van-popup--round{border-radius:0 0 var(--van-popup-round-radius) var(--van-popup-round-radius)}.van-popup--right{top:50%;right:0;transform:translate3d(0,-50%,0)}.van-popup--right.van-popup--round{border-radius:var(--van-popup-round-radius) 0 0 var(--van-popup-round-radius)}.van-popup--bottom{bottom:0;left:0;width:100%}.van-popup--bottom.van-popup--round{border-radius:var(--van-popup-round-radius) var(--van-popup-round-radius) 0 0}.van-popup--left{top:50%;left:0;transform:translate3d(0,-50%,0)}.van-popup--left.van-popup--round{border-radius:0 var(--van-popup-round-radius) var(--van-popup-round-radius) 0}.van-popup-slide-top-enter-active,.van-popup-slide-left-enter-active,.van-popup-slide-right-enter-active,.van-popup-slide-bottom-enter-active{transition-timing-function:var(--van-ease-out)}.van-popup-slide-top-leave-active,.van-popup-slide-left-leave-active,.van-popup-slide-right-leave-active,.van-popup-slide-bottom-leave-active{transition-timing-function:var(--van-ease-in)}.van-popup-slide-top-enter-from,.van-popup-slide-top-leave-active{transform:translate3d(0,-100%,0)}.van-popup-slide-right-enter-from,.van-popup-slide-right-leave-active{transform:translate3d(100%,-50%,0)}.van-popup-slide-bottom-enter-from,.van-popup-slide-bottom-leave-active{transform:translate3d(0,100%,0)}.van-popup-slide-left-enter-from,.van-popup-slide-left-leave-active{transform:translate3d(-100%,-50%,0)}.van-popup__close-icon{position:absolute;z-index:var(--van-popup-close-icon-z-index);color:var(--van-popup-close-icon-color);font-size:var(--van-popup-close-icon-size)}.van-popup__close-icon--top-left{top:var(--van-popup-close-icon-margin);left:var(--van-popup-close-icon-margin)}.van-popup__close-icon--top-right{top:var(--van-popup-close-icon-margin);right:var(--van-popup-close-icon-margin)}.van-popup__close-icon--bottom-left{bottom:var(--van-popup-close-icon-margin);left:var(--van-popup-close-icon-margin)}.van-popup__close-icon--bottom-right{right:var(--van-popup-close-icon-margin);bottom:var(--van-popup-close-icon-margin)}
|
|
6476
|
-
:root,:host{--van-dialog-width: 320px;--van-dialog-small-screen-width: 90%;--van-dialog-font-size: var(--van-font-size-lg);--van-dialog-transition: var(--van-duration-base);--van-dialog-radius: 16px;--van-dialog-background: var(--van-background-2);--van-dialog-header-font-weight: var(--van-font-bold);--van-dialog-header-line-height: 24px;--van-dialog-header-padding-top: 26px;--van-dialog-header-isolated-padding: var(--van-padding-lg) 0;--van-dialog-message-padding: var(--van-padding-lg);--van-dialog-message-font-size: var(--van-font-size-md);--van-dialog-message-line-height: var(--van-line-height-md);--van-dialog-message-max-height: 60vh;--van-dialog-has-title-message-text-color: var(--van-gray-7);--van-dialog-has-title-message-padding-top: var(--van-padding-xs);--van-dialog-button-height: 48px;--van-dialog-round-button-height: 36px;--van-dialog-confirm-button-text-color: var(--van-primary-color)}.van-dialog{top:45%;width:var(--van-dialog-width);overflow:hidden;font-size:var(--van-dialog-font-size);background:var(--van-dialog-background);border-radius:var(--van-dialog-radius);-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:var(--van-dialog-transition);transition-property:transform,opacity}@media(max-width:321px){.van-dialog{width:var(--van-dialog-small-screen-width)}}.van-dialog__header{color:var(--van-text-color);padding-top:var(--van-dialog-header-padding-top);font-weight:var(--van-dialog-header-font-weight);line-height:var(--van-dialog-header-line-height);text-align:center}.van-dialog__header--isolated{padding:var(--van-dialog-header-isolated-padding)}.van-dialog__content--isolated{display:flex;align-items:center;min-height:104px}.van-dialog__message{color:var(--van-text-color);flex:1;max-height:var(--van-dialog-message-max-height);padding:26px var(--van-dialog-message-padding);overflow-y:auto;font-size:var(--van-dialog-message-font-size);line-height:var(--van-dialog-message-line-height);white-space:pre-wrap;text-align:center;word-wrap:break-word;-webkit-overflow-scrolling:touch}.van-dialog__message--has-title{padding-top:var(--van-dialog-has-title-message-padding-top);color:var(--van-dialog-has-title-message-text-color)}.van-dialog__message--left{text-align:left}.van-dialog__message--right{text-align:right}.van-dialog__message--justify{text-align:justify}.van-dialog__footer{display:flex;overflow:hidden;-webkit-user-select:none;user-select:none}.van-dialog__confirm,.van-dialog__cancel{flex:1;height:var(--van-dialog-button-height);margin:0;border:0;border-radius:0}.van-dialog__confirm,.van-dialog__confirm:active{color:var(--van-dialog-confirm-button-text-color)}.van-dialog--round-button .van-dialog__footer{position:relative;height:auto;padding:var(--van-padding-xs) var(--van-padding-lg) var(--van-padding-md)}.van-dialog--round-button .van-dialog__message{padding-bottom:var(--van-padding-md);color:var(--van-text-color)}.van-dialog--round-button .van-dialog__confirm,.van-dialog--round-button .van-dialog__cancel{height:var(--van-dialog-round-button-height)}.van-dialog--round-button .van-dialog__confirm{color:var(--van-white)}.van-dialog--round-button .van-action-bar-button--first{border-top-left-radius:var(--van-radius-max);border-bottom-left-radius:var(--van-radius-max)}.van-dialog--round-button .van-action-bar-button--last{border-top-right-radius:var(--van-radius-max);border-bottom-right-radius:var(--van-radius-max)}.van-dialog-bounce-enter-from{transform:translate3d(0,-50%,0) scale(.7);opacity:0}.van-dialog-bounce-leave-active{transform:translate3d(0,-50%,0) scale(.9);opacity:0}
|
|
6477
6477
|
:root,:host{--van-image-placeholder-text-color: var(--van-text-color-2);--van-image-placeholder-font-size: var(--van-font-size-md);--van-image-placeholder-background: var(--van-background);--van-image-loading-icon-size: 32px;--van-image-loading-icon-color: var(--van-gray-4);--van-image-error-icon-size: 32px;--van-image-error-icon-color: var(--van-gray-4)}.van-image{position:relative;display:inline-block}.van-image--round{overflow:hidden;border-radius:var(--van-radius-max)}.van-image--round .van-image__img{border-radius:inherit}.van-image--block{display:block}.van-image__img,.van-image__error,.van-image__loading{display:block;width:100%;height:100%}.van-image__error,.van-image__loading{position:absolute;top:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--van-image-placeholder-text-color);font-size:var(--van-image-placeholder-font-size);background:var(--van-image-placeholder-background)}.van-image__loading-icon{color:var(--van-image-loading-icon-color);font-size:var(--van-image-loading-icon-size)}.van-image__error-icon{color:var(--van-image-error-icon-color);font-size:var(--van-image-error-icon-size)}
|
|
6478
6478
|
|
|
6479
6479
|
.fec-collapse-container[data-v-6037566c] {
|
|
@@ -8,13 +8,13 @@ Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toString
|
|
|
8
8
|
;/* empty css */
|
|
9
9
|
;/* empty css */
|
|
10
10
|
const vue = require("vue");
|
|
11
|
-
;/* empty css */
|
|
12
|
-
const _pluginVue_exportHelper = require("../../../../../../_virtual/_plugin-vue_export-helper.js");
|
|
13
11
|
;/* empty css */
|
|
14
12
|
;/* empty css */
|
|
15
13
|
;/* empty css */
|
|
16
14
|
;/* empty css */
|
|
17
15
|
;/* empty css */
|
|
16
|
+
;/* empty css */
|
|
17
|
+
const _pluginVue_exportHelper = require("../../../../../../_virtual/_plugin-vue_export-helper.js");
|
|
18
18
|
const index$1 = require("../../../../node_modules/vant/es/swipe-cell/index.js");
|
|
19
19
|
const functionCall = require("../../../../node_modules/vant/es/dialog/function-call.js");
|
|
20
20
|
require("../../../../node_modules/vant/es/dialog/index.js");
|
|
@@ -221,39 +221,37 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
221
221
|
footerRow[firstSummaryField] = "合计";
|
|
222
222
|
}
|
|
223
223
|
if (mode === "current") {
|
|
224
|
-
|
|
225
|
-
const
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
224
|
+
fieldsData.value.forEach((item) => {
|
|
225
|
+
const fieldName = item.fieldName;
|
|
226
|
+
if (summaryFields.includes(fieldName)) {
|
|
227
|
+
const sum = displayData.value.reduce((total, item2) => {
|
|
228
|
+
const value = parseFloat(item2[fieldName]);
|
|
229
|
+
return total + (isNaN(value) ? 0 : value);
|
|
230
|
+
}, 0);
|
|
231
|
+
if (isNaN(sum)) {
|
|
232
|
+
footerRow[fieldName] = "";
|
|
233
|
+
} else {
|
|
234
|
+
const field = fieldsData.value.find((f) => f.fieldName == fieldName);
|
|
235
|
+
footerRow[fieldName] = formatSummaryValue(sum, field) || "";
|
|
236
236
|
}
|
|
237
|
-
|
|
237
|
+
} else {
|
|
238
|
+
footerRow[fieldName] = "";
|
|
238
239
|
}
|
|
239
240
|
});
|
|
240
241
|
} else if (mode === "all") {
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
val = " ";
|
|
242
|
+
fieldsData.value.forEach((item) => {
|
|
243
|
+
const fieldName = item.fieldName;
|
|
244
|
+
if (summaryFields.includes(fieldName)) {
|
|
245
|
+
const sum = allSummaryData.value[fieldName];
|
|
246
|
+
if (sum != void 0 && sum != null) {
|
|
247
|
+
const field = fieldsData.value.find((f) => f.fieldName == fieldName);
|
|
248
|
+
footerRow[fieldName] = formatSummaryValue(sum, field) || "";
|
|
249
|
+
} else {
|
|
250
|
+
footerRow[fieldName] = "";
|
|
251
251
|
}
|
|
252
|
-
footerRow[fieldName] = val;
|
|
253
252
|
} else {
|
|
254
|
-
footerRow[fieldName] = "
|
|
253
|
+
footerRow[fieldName] = "";
|
|
255
254
|
}
|
|
256
|
-
console.log("🚀 ~ footerRow:", footerRow);
|
|
257
255
|
});
|
|
258
256
|
}
|
|
259
257
|
return [footerRow];
|
|
@@ -621,6 +619,11 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
621
619
|
}, 0);
|
|
622
620
|
summaryResult[fieldName] = sum;
|
|
623
621
|
});
|
|
622
|
+
fieldsData.value.forEach((item) => {
|
|
623
|
+
if (!summaryResult[item.fieldName]) {
|
|
624
|
+
summaryResult[item.fieldName] = "";
|
|
625
|
+
}
|
|
626
|
+
});
|
|
624
627
|
allSummaryData.value = summaryResult;
|
|
625
628
|
}
|
|
626
629
|
}
|
|
@@ -914,5 +917,5 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
914
917
|
};
|
|
915
918
|
}
|
|
916
919
|
});
|
|
917
|
-
const _Table = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-
|
|
920
|
+
const _Table = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-79baf012"]]);
|
|
918
921
|
exports.default = _Table;
|