@fecp/designer 5.5.27 → 5.5.29
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.css +53 -53
- package/es/packages/mobile/src/components/dataDisplay/table/Table.vue.mjs +30 -29
- package/es/packages/vue/src/components/dialog/DialogRenderer.vue2.mjs +1 -1
- package/es/packages/vue/src/components/table/Table.vue.mjs +6 -5
- package/es/packages/vue/src/components/table/TableColumn.vue.mjs +2 -1
- package/lib/designer/package.json.js +1 -1
- package/lib/designer.css +53 -53
- package/lib/packages/mobile/src/components/dataDisplay/table/Table.vue.js +30 -29
- package/lib/packages/vue/src/components/dialog/DialogRenderer.vue2.js +1 -1
- package/lib/packages/vue/src/components/table/Table.vue.js +6 -5
- package/lib/packages/vue/src/components/table/TableColumn.vue.js +2 -1
- package/package.json +1 -1
package/es/designer.css
CHANGED
|
@@ -5718,18 +5718,18 @@ body,
|
|
|
5718
5718
|
: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)}
|
|
5719
5719
|
: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)}
|
|
5720
5720
|
: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}
|
|
5721
|
-
.dialog-header-content[data-v-
|
|
5721
|
+
.dialog-header-content[data-v-2bfbedda] {
|
|
5722
5722
|
font-size: 16px;
|
|
5723
5723
|
font-weight: 600;
|
|
5724
5724
|
color: #303133;
|
|
5725
5725
|
}
|
|
5726
|
-
.dialog-content-wrapper[data-v-
|
|
5726
|
+
.dialog-content-wrapper[data-v-2bfbedda] {
|
|
5727
5727
|
min-height: 500px;
|
|
5728
5728
|
flex-grow: 1;
|
|
5729
5729
|
display: flex;
|
|
5730
5730
|
flex-direction: column;
|
|
5731
5731
|
}
|
|
5732
|
-
.empty-content[data-v-
|
|
5732
|
+
.empty-content[data-v-2bfbedda] {
|
|
5733
5733
|
display: flex;
|
|
5734
5734
|
align-items: center;
|
|
5735
5735
|
justify-content: center;
|
|
@@ -5737,14 +5737,11 @@ body,
|
|
|
5737
5737
|
color: #909399;
|
|
5738
5738
|
font-size: 14px;
|
|
5739
5739
|
}
|
|
5740
|
-
.component-error[data-v-
|
|
5740
|
+
.component-error[data-v-2bfbedda] {
|
|
5741
5741
|
padding: 40px 20px;
|
|
5742
5742
|
text-align: center;
|
|
5743
5743
|
color: #f56c6c;
|
|
5744
5744
|
font-size: 14px;
|
|
5745
|
-
}
|
|
5746
|
-
.fec-dialog-table[data-v-c92b2ef4] .table-pagination {
|
|
5747
|
-
padding: 8px 0 0 0;
|
|
5748
5745
|
}.text-field-wrapper[data-v-185ddd14] {
|
|
5749
5746
|
width: 100%;
|
|
5750
5747
|
}
|
|
@@ -6014,10 +6011,10 @@ body,
|
|
|
6014
6011
|
border-radius: 5px;
|
|
6015
6012
|
margin-right: 12px;
|
|
6016
6013
|
margin-top: 2px;
|
|
6017
|
-
}.cell-content .cell-text[data-v-
|
|
6014
|
+
}.cell-content .cell-text[data-v-33f4254e] {
|
|
6018
6015
|
display: inline-block;
|
|
6019
6016
|
}
|
|
6020
|
-
.cell-content .copy-icon[data-v-
|
|
6017
|
+
.cell-content .copy-icon[data-v-33f4254e] {
|
|
6021
6018
|
cursor: pointer;
|
|
6022
6019
|
color: #909399;
|
|
6023
6020
|
font-size: 14px;
|
|
@@ -6025,7 +6022,7 @@ body,
|
|
|
6025
6022
|
top: 4px;
|
|
6026
6023
|
margin-left: 4px;
|
|
6027
6024
|
}
|
|
6028
|
-
.cell-content .copy-icon[data-v-
|
|
6025
|
+
.cell-content .copy-icon[data-v-33f4254e]:hover {
|
|
6029
6026
|
color: #409eff;
|
|
6030
6027
|
}.fec-table-filter[data-v-9c6e8c47] {
|
|
6031
6028
|
display: flex;
|
|
@@ -6312,12 +6309,12 @@ body,
|
|
|
6312
6309
|
}
|
|
6313
6310
|
[data-v-e95c842d] .el-checkbox-group .el-checkbox-button__inner {
|
|
6314
6311
|
border-radius: 4px;
|
|
6315
|
-
}.fec-table[data-v-
|
|
6312
|
+
}.fec-table[data-v-3205a522] {
|
|
6316
6313
|
height: 100%;
|
|
6317
6314
|
flex-grow: 1;
|
|
6318
6315
|
padding: 0 16px;
|
|
6319
6316
|
}
|
|
6320
|
-
.fec-table-container[data-v-
|
|
6317
|
+
.fec-table-container[data-v-3205a522] {
|
|
6321
6318
|
width: 100%;
|
|
6322
6319
|
background: #fff;
|
|
6323
6320
|
box-sizing: border-box;
|
|
@@ -6327,87 +6324,87 @@ body,
|
|
|
6327
6324
|
overflow: hidden;
|
|
6328
6325
|
flex-grow: 1;
|
|
6329
6326
|
}
|
|
6330
|
-
.fec-table-container .fec-vxe-table[data-v-
|
|
6327
|
+
.fec-table-container .fec-vxe-table[data-v-3205a522] {
|
|
6331
6328
|
flex: 1;
|
|
6332
6329
|
min-height: 0;
|
|
6333
6330
|
overflow: hidden;
|
|
6334
6331
|
margin-bottom: 16px;
|
|
6335
6332
|
}
|
|
6336
|
-
.fec-table-container[data-v-
|
|
6333
|
+
.fec-table-container[data-v-3205a522] .vxe-table {
|
|
6337
6334
|
font-size: 14px;
|
|
6338
6335
|
font-family: inherit;
|
|
6339
6336
|
}
|
|
6340
|
-
.fec-table-container[data-v-
|
|
6341
|
-
.fec-table-container[data-v-
|
|
6337
|
+
.fec-table-container[data-v-3205a522] .vxe-table .vxe-sort--asc-btn,
|
|
6338
|
+
.fec-table-container[data-v-3205a522] .vxe-table .vxe-sort--desc-btn {
|
|
6342
6339
|
color: #dcdcdc;
|
|
6343
6340
|
}
|
|
6344
|
-
.fec-table-container[data-v-
|
|
6345
|
-
.fec-table-container[data-v-
|
|
6341
|
+
.fec-table-container[data-v-3205a522] .vxe-table .serverSort .vxe-sort--asc-btn,
|
|
6342
|
+
.fec-table-container[data-v-3205a522] .vxe-table .serverSort .vxe-sort--desc-btn {
|
|
6346
6343
|
color: #d3edf9;
|
|
6347
6344
|
}
|
|
6348
|
-
.fec-table-container[data-v-
|
|
6345
|
+
.fec-table-container[data-v-3205a522] .vxe-table .serverSort .sort--active {
|
|
6349
6346
|
color: var(--el-color-primary);
|
|
6350
6347
|
}
|
|
6351
|
-
.fec-table-container[data-v-
|
|
6348
|
+
.fec-table-container[data-v-3205a522] .vxe-table .sort--active {
|
|
6352
6349
|
color: var(--el-color-primary);
|
|
6353
6350
|
}
|
|
6354
|
-
.fec-table-container[data-v-
|
|
6351
|
+
.fec-table-container[data-v-3205a522] .vxe-table .vxe-table--body-wrapper {
|
|
6355
6352
|
overflow: auto;
|
|
6356
6353
|
}
|
|
6357
|
-
.fec-table-container[data-v-
|
|
6358
|
-
.fec-table-container[data-v-
|
|
6359
|
-
.fec-table-container[data-v-
|
|
6354
|
+
.fec-table-container[data-v-3205a522] .vxe-table .vxe-table--body,
|
|
6355
|
+
.fec-table-container[data-v-3205a522] .vxe-table .vxe-table--header,
|
|
6356
|
+
.fec-table-container[data-v-3205a522] .vxe-table .vxe-table--footer {
|
|
6360
6357
|
width: 100% !important;
|
|
6361
6358
|
}
|
|
6362
|
-
.fec-table-container[data-v-
|
|
6359
|
+
.fec-table-container[data-v-3205a522] .vxe-table .vxe-header--column {
|
|
6363
6360
|
background-color: #fff;
|
|
6364
6361
|
}
|
|
6365
|
-
.fec-table-container[data-v-
|
|
6362
|
+
.fec-table-container[data-v-3205a522] .vxe-table .vxe-header--column .vxe-cell {
|
|
6366
6363
|
height: 40px !important;
|
|
6367
6364
|
min-height: 40px !important;
|
|
6368
6365
|
color: #333;
|
|
6369
6366
|
}
|
|
6370
|
-
.fec-table-container[data-v-
|
|
6367
|
+
.fec-table-container[data-v-3205a522] .vxe-table .vxe-table--header-inner-wrapper {
|
|
6371
6368
|
height: 40px !important;
|
|
6372
6369
|
}
|
|
6373
|
-
.fec-table-container[data-v-
|
|
6370
|
+
.fec-table-container[data-v-3205a522] .vxe-table .vxe-body--column .vxe-cell {
|
|
6374
6371
|
padding: 6px !important;
|
|
6375
6372
|
min-height: 32px !important;
|
|
6376
6373
|
color: #666;
|
|
6377
6374
|
font-size: 13px;
|
|
6378
6375
|
}
|
|
6379
|
-
.fec-table-container[data-v-
|
|
6380
|
-
.fec-table-container[data-v-
|
|
6376
|
+
.fec-table-container[data-v-3205a522] .vxe-table .vxe-body--column .c--tooltip,
|
|
6377
|
+
.fec-table-container[data-v-3205a522] .vxe-table .vxe-body--column .c--title {
|
|
6381
6378
|
height: 32px !important;
|
|
6382
6379
|
min-height: 32px !important;
|
|
6383
6380
|
}
|
|
6384
|
-
.fec-table-container[data-v-
|
|
6381
|
+
.fec-table-container[data-v-3205a522] .vxe-table .vxe-table--border-line {
|
|
6385
6382
|
border: none;
|
|
6386
6383
|
border-bottom: 1px solid #ebeef5;
|
|
6387
6384
|
border-top: 1px solid #ebeef5;
|
|
6388
6385
|
}
|
|
6389
|
-
.fec-table-container[data-v-
|
|
6390
|
-
.fec-table-container[data-v-
|
|
6386
|
+
.fec-table-container[data-v-3205a522] .vxe-table .vxe-table--scroll-y-handle-appearance,
|
|
6387
|
+
.fec-table-container[data-v-3205a522] .vxe-table .vxe-table--scroll-y-wrapper:after {
|
|
6391
6388
|
border: none !important;
|
|
6392
6389
|
}
|
|
6393
|
-
.fec-table-container[data-v-
|
|
6390
|
+
.fec-table-container[data-v-3205a522] .vxe-table .vxe-table--scroll-y-top-corner {
|
|
6394
6391
|
display: none !important;
|
|
6395
6392
|
}
|
|
6396
|
-
.fec-table-container[data-v-
|
|
6393
|
+
.fec-table-container[data-v-3205a522] .vxe-table .vxe-cell--sort {
|
|
6397
6394
|
font-size: 14px;
|
|
6398
6395
|
}
|
|
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-
|
|
6396
|
+
.fec-table-container[data-v-3205a522] .vxe-table .vxe-body--column,
|
|
6397
|
+
.fec-table-container[data-v-3205a522] .vxe-table .vxe-footer--column,
|
|
6398
|
+
.fec-table-container[data-v-3205a522] .vxe-table .vxe-header--column,
|
|
6399
|
+
.fec-table-container[data-v-3205a522] .vxe-table .vxe-body--column,
|
|
6400
|
+
.fec-table-container[data-v-3205a522] .vxe-table .vxe-footer--column,
|
|
6401
|
+
.fec-table-container[data-v-3205a522] .vxe-table .vxe-header--column {
|
|
6405
6402
|
background-image: linear-gradient(#ebeef5, #ebeef5) !important;
|
|
6406
6403
|
}
|
|
6407
|
-
.fec-table-container[data-v-
|
|
6404
|
+
.fec-table-container[data-v-3205a522] .vxe-table .el-button.is-disabled {
|
|
6408
6405
|
color: #ccc !important;
|
|
6409
6406
|
}
|
|
6410
|
-
.fec-table-sub[data-v-
|
|
6407
|
+
.fec-table-sub[data-v-3205a522] .vxe-table .vxe-table--border-line {
|
|
6411
6408
|
border-top: none;
|
|
6412
6409
|
}
|
|
6413
6410
|
.fec-layout-card[data-v-c90689d4] {
|
|
@@ -6486,24 +6483,24 @@ body,
|
|
|
6486
6483
|
:root,:host{--van-highlight-tag-color: var(--van-primary-color)}.van-highlight__tag{color:var(--van-highlight-tag-color)}
|
|
6487
6484
|
:root,:host{--van-list-text-color: var(--van-text-color-2);--van-list-text-font-size: var(--van-font-size-md);--van-list-text-line-height: 50px;--van-list-loading-icon-size: 16px}.van-list__loading,.van-list__finished-text,.van-list__error-text{color:var(--van-list-text-color);font-size:var(--van-list-text-font-size);line-height:var(--van-list-text-line-height);text-align:center}.van-list__placeholder{height:0;pointer-events:none}.van-list__loading-icon .van-loading__spinner{width:var(--van-list-loading-icon-size);height:var(--van-list-loading-icon-size)}
|
|
6488
6485
|
|
|
6489
|
-
.mTableContent[data-v-
|
|
6486
|
+
.mTableContent[data-v-6a3c96a2] {
|
|
6490
6487
|
flex: 1;
|
|
6491
6488
|
height: 100%;
|
|
6492
6489
|
}
|
|
6493
|
-
.mTableContent.notAutoHeight[data-v-
|
|
6490
|
+
.mTableContent.notAutoHeight[data-v-6a3c96a2] {
|
|
6494
6491
|
overflow: auto;
|
|
6495
6492
|
}
|
|
6496
|
-
.mTableContent[data-v-
|
|
6493
|
+
.mTableContent[data-v-6a3c96a2] .fixedHead {
|
|
6497
6494
|
height: 100%;
|
|
6498
6495
|
overflow: hidden;
|
|
6499
6496
|
}
|
|
6500
|
-
.mTableContent.isCard[data-v-
|
|
6497
|
+
.mTableContent.isCard[data-v-6a3c96a2] {
|
|
6501
6498
|
margin: 12px;
|
|
6502
6499
|
}
|
|
6503
|
-
.mTableContent.isShadow[data-v-
|
|
6500
|
+
.mTableContent.isShadow[data-v-6a3c96a2] {
|
|
6504
6501
|
box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
|
|
6505
6502
|
}
|
|
6506
|
-
.custom-loading[data-v-
|
|
6503
|
+
.custom-loading[data-v-6a3c96a2] {
|
|
6507
6504
|
height: 100%;
|
|
6508
6505
|
width: 100%;
|
|
6509
6506
|
display: flex;
|
|
@@ -6511,16 +6508,16 @@ body,
|
|
|
6511
6508
|
align-items: center;
|
|
6512
6509
|
color: var(--van-blue);
|
|
6513
6510
|
}
|
|
6514
|
-
.custom-loading .van-loading__text[data-v-
|
|
6511
|
+
.custom-loading .van-loading__text[data-v-6a3c96a2] {
|
|
6515
6512
|
color: var(--van-blue);
|
|
6516
6513
|
}
|
|
6517
|
-
.fec-table[data-v-
|
|
6514
|
+
.fec-table[data-v-6a3c96a2] .fec-table-row-swipe {
|
|
6518
6515
|
display: table;
|
|
6519
6516
|
}
|
|
6520
|
-
.fec-table[data-v-
|
|
6517
|
+
.fec-table[data-v-6a3c96a2] .fec-table-row-swipe .van-swipe-cell__wrapper {
|
|
6521
6518
|
display: table-row-group;
|
|
6522
6519
|
}
|
|
6523
|
-
.van-swipe-cell__wrapper[data-v-
|
|
6520
|
+
.van-swipe-cell__wrapper[data-v-6a3c96a2] {
|
|
6524
6521
|
display: table-row-group;
|
|
6525
6522
|
}
|
|
6526
6523
|
:root,:host{--van-notice-bar-height: 40px;--van-notice-bar-padding: 0 var(--van-padding-md);--van-notice-bar-wrapable-padding: var(--van-padding-xs) var(--van-padding-md);--van-notice-bar-text-color: var(--van-orange-dark);--van-notice-bar-font-size: var(--van-font-size-md);--van-notice-bar-line-height: 24px;--van-notice-bar-background: var(--van-orange-light);--van-notice-bar-icon-size: 16px;--van-notice-bar-icon-min-width: 24px}.van-notice-bar{position:relative;display:flex;align-items:center;height:var(--van-notice-bar-height);padding:var(--van-notice-bar-padding);color:var(--van-notice-bar-text-color);font-size:var(--van-notice-bar-font-size);line-height:var(--van-notice-bar-line-height);background:var(--van-notice-bar-background)}.van-notice-bar__left-icon,.van-notice-bar__right-icon{min-width:var(--van-notice-bar-icon-min-width);font-size:var(--van-notice-bar-icon-size)}.van-notice-bar__right-icon{text-align:right;cursor:pointer}.van-notice-bar__wrap{position:relative;display:flex;flex:1;align-items:center;height:100%;overflow:hidden}.van-notice-bar__content{position:absolute;white-space:nowrap;transition-timing-function:linear}.van-notice-bar__content.van-ellipsis{max-width:100%}.van-notice-bar--wrapable{height:auto;padding:var(--van-notice-bar-wrapable-padding)}.van-notice-bar--wrapable .van-notice-bar__wrap{height:auto}.van-notice-bar--wrapable .van-notice-bar__content{position:relative;white-space:normal;word-wrap:break-word}
|
|
@@ -6581,6 +6578,9 @@ body,
|
|
|
6581
6578
|
} */
|
|
6582
6579
|
:root,:host{--van-field-label-width: 6.2em;--van-field-label-color: var(--van-text-color);--van-field-label-margin-right: var(--van-padding-sm);--van-field-input-text-color: var(--van-text-color);--van-field-input-error-text-color: var(--van-danger-color);--van-field-input-disabled-text-color: var(--van-text-color-3);--van-field-placeholder-text-color: var(--van-text-color-3);--van-field-icon-size: 18px;--van-field-clear-icon-size: 18px;--van-field-clear-icon-color: var(--van-gray-5);--van-field-right-icon-color: var(--van-gray-6);--van-field-error-message-color: var(--van-danger-color);--van-field-error-message-font-size: 12px;--van-field-text-area-min-height: 60px;--van-field-word-limit-color: var(--van-gray-7);--van-field-word-limit-font-size: var(--van-font-size-sm);--van-field-word-limit-line-height: 16px;--van-field-disabled-text-color: var(--van-text-color-3);--van-field-required-mark-color: var(--van-red)}.van-field{flex-wrap:wrap}.van-field__label{flex:none;box-sizing:border-box;width:var(--van-field-label-width);margin-right:var(--van-field-label-margin-right);color:var(--van-field-label-color);text-align:left;word-wrap:break-word}.van-field__label--center{text-align:center}.van-field__label--right{text-align:right}.van-field__label--top{display:flex;width:100%;text-align:left;margin-bottom:var(--van-padding-base);overflow-wrap:break-word}.van-field__label--required:before{margin-right:2px;color:var(--van-field-required-mark-color);content:"*"}.van-field--disabled .van-field__label{color:var(--van-field-disabled-text-color)}.van-field__value{overflow:visible}.van-field__body{display:flex;align-items:center}.van-field__control{display:block;box-sizing:border-box;width:100%;min-width:0;margin:0;padding:0;color:var(--van-field-input-text-color);line-height:inherit;text-align:left;background-color:transparent;border:0;resize:none;-webkit-user-select:auto;user-select:auto}.van-field__control::-webkit-input-placeholder{color:var(--van-field-placeholder-text-color)}.van-field__control::placeholder{color:var(--van-field-placeholder-text-color)}.van-field__control:read-only{cursor:default}.van-field__control:disabled{color:var(--van-field-input-disabled-text-color);cursor:not-allowed;opacity:1;-webkit-text-fill-color:var(--van-field-input-disabled-text-color)}.van-field__control--center{justify-content:center;text-align:center}.van-field__control--right{justify-content:flex-end;text-align:right}.van-field__control--custom{display:flex;align-items:center;min-height:var(--van-cell-line-height)}.van-field__control--error::-webkit-input-placeholder{color:var(--van-field-input-error-text-color);-webkit-text-fill-color:currentColor}.van-field__control--error,.van-field__control--error::placeholder{color:var(--van-field-input-error-text-color);-webkit-text-fill-color:currentColor}.van-field__control--min-height{min-height:var(--van-field-text-area-min-height)}.van-field__control[type=date],.van-field__control[type=time],.van-field__control[type=datetime-local]{min-height:var(--van-cell-line-height)}.van-field__control[type=search]{-webkit-appearance:none}.van-field__clear,.van-field__icon,.van-field__button,.van-field__right-icon{flex-shrink:0}.van-field__clear,.van-field__right-icon{margin-right:calc(var(--van-padding-xs) * -1);padding:0 var(--van-padding-xs);line-height:inherit}.van-field__clear{color:var(--van-field-clear-icon-color);font-size:var(--van-field-clear-icon-size);cursor:pointer}.van-field__left-icon .van-icon,.van-field__right-icon .van-icon{display:block;font-size:var(--van-field-icon-size);line-height:inherit}.van-field__left-icon{margin-right:var(--van-padding-base)}.van-field__right-icon{color:var(--van-field-right-icon-color)}.van-field__button{padding-left:var(--van-padding-xs)}.van-field__error-message{color:var(--van-field-error-message-color);font-size:var(--van-field-error-message-font-size);text-align:left}.van-field__error-message--center{text-align:center}.van-field__error-message--right{text-align:right}.van-field__word-limit{margin-top:var(--van-padding-base);color:var(--van-field-word-limit-color);font-size:var(--van-field-word-limit-font-size);line-height:var(--van-field-word-limit-line-height);text-align:right}
|
|
6583
6580
|
|
|
6581
|
+
.van-field {
|
|
6582
|
+
flex: 1;
|
|
6583
|
+
}
|
|
6584
6584
|
.custom-close-icon {
|
|
6585
6585
|
color: var(--van-field-clear-icon-color);
|
|
6586
6586
|
font-size: var(--van-field-clear-icon-size);
|
|
@@ -135,62 +135,64 @@ const _sfc_main = {
|
|
|
135
135
|
emit("clickCell", { row, column });
|
|
136
136
|
}
|
|
137
137
|
const compHeight = computed(() => {
|
|
138
|
-
|
|
139
|
-
return "100%";
|
|
140
|
-
} else {
|
|
141
|
-
return props.height + "px";
|
|
142
|
-
}
|
|
138
|
+
return "100%";
|
|
143
139
|
});
|
|
144
140
|
const columnOptions = computed(() => {
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
switch (
|
|
141
|
+
return props.columns.map((col) => {
|
|
142
|
+
const newCol = { ...col };
|
|
143
|
+
switch (newCol.dataType) {
|
|
148
144
|
case "select":
|
|
149
|
-
|
|
145
|
+
newCol.formatter = ({ cellValue }) => {
|
|
150
146
|
if (isEmpty(cellValue)) {
|
|
151
|
-
return emptyHandler(
|
|
147
|
+
return emptyHandler(newCol.emptyFormatter);
|
|
152
148
|
}
|
|
153
|
-
return selectFormatter(cellValue,
|
|
149
|
+
return selectFormatter(cellValue, newCol.options);
|
|
154
150
|
};
|
|
155
151
|
break;
|
|
156
152
|
case "multiple":
|
|
157
|
-
|
|
153
|
+
newCol.formatter = ({ cellValue }) => {
|
|
158
154
|
if (isEmpty(cellValue)) {
|
|
159
|
-
return emptyHandler(
|
|
155
|
+
return emptyHandler(newCol.emptyFormatter);
|
|
160
156
|
}
|
|
161
|
-
return multipleFormatter(cellValue,
|
|
157
|
+
return multipleFormatter(cellValue, newCol.options);
|
|
162
158
|
};
|
|
163
159
|
break;
|
|
164
160
|
case "cascade":
|
|
165
|
-
|
|
161
|
+
newCol.formatter = ({ cellValue }) => {
|
|
166
162
|
if (isEmpty(cellValue)) {
|
|
167
|
-
return emptyHandler(
|
|
163
|
+
return emptyHandler(newCol.emptyFormatter);
|
|
168
164
|
}
|
|
169
|
-
return cascadeFormatter(cellValue,
|
|
165
|
+
return cascadeFormatter(cellValue, newCol.treeOptions);
|
|
170
166
|
};
|
|
171
167
|
break;
|
|
172
168
|
case "date":
|
|
173
|
-
|
|
169
|
+
newCol.formatter = ({ cellValue }) => {
|
|
174
170
|
if (isEmpty(cellValue)) {
|
|
175
|
-
return emptyHandler(
|
|
171
|
+
return emptyHandler(newCol.emptyFormatter);
|
|
176
172
|
}
|
|
177
|
-
return dateFormatter(
|
|
173
|
+
return dateFormatter(
|
|
174
|
+
cellValue,
|
|
175
|
+
newCol.dateType,
|
|
176
|
+
newCol.dateFormatter
|
|
177
|
+
);
|
|
178
178
|
};
|
|
179
179
|
break;
|
|
180
180
|
default:
|
|
181
|
-
|
|
181
|
+
newCol.formatter = ({ cellValue }) => {
|
|
182
182
|
if (isEmpty(cellValue)) {
|
|
183
|
-
return emptyHandler(
|
|
183
|
+
return emptyHandler(newCol.emptyFormatter);
|
|
184
184
|
}
|
|
185
|
-
return textFormatter(cellValue,
|
|
185
|
+
return textFormatter(cellValue, newCol.dataFormatter);
|
|
186
186
|
};
|
|
187
187
|
break;
|
|
188
188
|
}
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
189
|
+
newCol.title = newCol.label;
|
|
190
|
+
newCol.field = newCol.fieldName;
|
|
191
|
+
newCol.showOverflow = true;
|
|
192
|
+
newCol.showHeaderOverflow = true;
|
|
193
|
+
newCol.showFooterOverflow = true;
|
|
194
|
+
return newCol;
|
|
192
195
|
});
|
|
193
|
-
return columns;
|
|
194
196
|
});
|
|
195
197
|
function isEmpty(cellValue) {
|
|
196
198
|
return !cellValue && cellValue !== 0;
|
|
@@ -468,7 +470,6 @@ const _sfc_main = {
|
|
|
468
470
|
round: __props.round || __props.isCard,
|
|
469
471
|
stripe: __props.stripe,
|
|
470
472
|
height: __props.isFixedHead ? unref(compHeight) : "",
|
|
471
|
-
minHeight: 200,
|
|
472
473
|
loading: unref(initLoading),
|
|
473
474
|
showHeader: __props.showHeader,
|
|
474
475
|
onScrollBoundary: onScrollLoads,
|
|
@@ -549,7 +550,7 @@ const _sfc_main = {
|
|
|
549
550
|
};
|
|
550
551
|
}
|
|
551
552
|
};
|
|
552
|
-
const _Table = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
553
|
+
const _Table = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-6a3c96a2"]]);
|
|
553
554
|
export {
|
|
554
555
|
_Table as default
|
|
555
556
|
};
|
|
@@ -438,7 +438,7 @@ const _sfc_main = {
|
|
|
438
438
|
};
|
|
439
439
|
}
|
|
440
440
|
};
|
|
441
|
-
const DialogRenderer = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
441
|
+
const DialogRenderer = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-2bfbedda"]]);
|
|
442
442
|
export {
|
|
443
443
|
DialogRenderer as default
|
|
444
444
|
};
|
|
@@ -636,13 +636,14 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
636
636
|
};
|
|
637
637
|
const rowConfig = computed(() => {
|
|
638
638
|
return {
|
|
639
|
-
keyField: localConfig.value.pkFieldName || ""
|
|
639
|
+
keyField: localConfig.value.pkFieldName || "",
|
|
640
|
+
isHover: true
|
|
640
641
|
};
|
|
641
642
|
});
|
|
642
643
|
const radioConfig = reactive({
|
|
643
|
-
strict: true,
|
|
644
|
-
trigger: "row",
|
|
645
|
-
highlight: true
|
|
644
|
+
// strict: true,
|
|
645
|
+
// trigger: "row",
|
|
646
|
+
// highlight: true,
|
|
646
647
|
});
|
|
647
648
|
const checkboxConfig = reactive({
|
|
648
649
|
showHeader: true,
|
|
@@ -914,7 +915,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
914
915
|
};
|
|
915
916
|
}
|
|
916
917
|
});
|
|
917
|
-
const _Table = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
918
|
+
const _Table = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-3205a522"]]);
|
|
918
919
|
export {
|
|
919
920
|
_Table as default
|
|
920
921
|
};
|
|
@@ -352,6 +352,7 @@ const _sfc_main = {
|
|
|
352
352
|
!__props.readonly && __props.selectMode === "single" ? (openBlock(), createBlock(unref(VxeColumn), {
|
|
353
353
|
key: 1,
|
|
354
354
|
type: "radio",
|
|
355
|
+
title: " ",
|
|
355
356
|
width: 50,
|
|
356
357
|
align: "center",
|
|
357
358
|
fixed: "left"
|
|
@@ -445,7 +446,7 @@ const _sfc_main = {
|
|
|
445
446
|
};
|
|
446
447
|
}
|
|
447
448
|
};
|
|
448
|
-
const TableColumn = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
449
|
+
const TableColumn = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-33f4254e"]]);
|
|
449
450
|
export {
|
|
450
451
|
TableColumn as default
|
|
451
452
|
};
|
package/lib/designer.css
CHANGED
|
@@ -5718,18 +5718,18 @@ body,
|
|
|
5718
5718
|
: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)}
|
|
5719
5719
|
: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)}
|
|
5720
5720
|
: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}
|
|
5721
|
-
.dialog-header-content[data-v-
|
|
5721
|
+
.dialog-header-content[data-v-2bfbedda] {
|
|
5722
5722
|
font-size: 16px;
|
|
5723
5723
|
font-weight: 600;
|
|
5724
5724
|
color: #303133;
|
|
5725
5725
|
}
|
|
5726
|
-
.dialog-content-wrapper[data-v-
|
|
5726
|
+
.dialog-content-wrapper[data-v-2bfbedda] {
|
|
5727
5727
|
min-height: 500px;
|
|
5728
5728
|
flex-grow: 1;
|
|
5729
5729
|
display: flex;
|
|
5730
5730
|
flex-direction: column;
|
|
5731
5731
|
}
|
|
5732
|
-
.empty-content[data-v-
|
|
5732
|
+
.empty-content[data-v-2bfbedda] {
|
|
5733
5733
|
display: flex;
|
|
5734
5734
|
align-items: center;
|
|
5735
5735
|
justify-content: center;
|
|
@@ -5737,14 +5737,11 @@ body,
|
|
|
5737
5737
|
color: #909399;
|
|
5738
5738
|
font-size: 14px;
|
|
5739
5739
|
}
|
|
5740
|
-
.component-error[data-v-
|
|
5740
|
+
.component-error[data-v-2bfbedda] {
|
|
5741
5741
|
padding: 40px 20px;
|
|
5742
5742
|
text-align: center;
|
|
5743
5743
|
color: #f56c6c;
|
|
5744
5744
|
font-size: 14px;
|
|
5745
|
-
}
|
|
5746
|
-
.fec-dialog-table[data-v-c92b2ef4] .table-pagination {
|
|
5747
|
-
padding: 8px 0 0 0;
|
|
5748
5745
|
}.text-field-wrapper[data-v-185ddd14] {
|
|
5749
5746
|
width: 100%;
|
|
5750
5747
|
}
|
|
@@ -6014,10 +6011,10 @@ body,
|
|
|
6014
6011
|
border-radius: 5px;
|
|
6015
6012
|
margin-right: 12px;
|
|
6016
6013
|
margin-top: 2px;
|
|
6017
|
-
}.cell-content .cell-text[data-v-
|
|
6014
|
+
}.cell-content .cell-text[data-v-33f4254e] {
|
|
6018
6015
|
display: inline-block;
|
|
6019
6016
|
}
|
|
6020
|
-
.cell-content .copy-icon[data-v-
|
|
6017
|
+
.cell-content .copy-icon[data-v-33f4254e] {
|
|
6021
6018
|
cursor: pointer;
|
|
6022
6019
|
color: #909399;
|
|
6023
6020
|
font-size: 14px;
|
|
@@ -6025,7 +6022,7 @@ body,
|
|
|
6025
6022
|
top: 4px;
|
|
6026
6023
|
margin-left: 4px;
|
|
6027
6024
|
}
|
|
6028
|
-
.cell-content .copy-icon[data-v-
|
|
6025
|
+
.cell-content .copy-icon[data-v-33f4254e]:hover {
|
|
6029
6026
|
color: #409eff;
|
|
6030
6027
|
}.fec-table-filter[data-v-9c6e8c47] {
|
|
6031
6028
|
display: flex;
|
|
@@ -6312,12 +6309,12 @@ body,
|
|
|
6312
6309
|
}
|
|
6313
6310
|
[data-v-e95c842d] .el-checkbox-group .el-checkbox-button__inner {
|
|
6314
6311
|
border-radius: 4px;
|
|
6315
|
-
}.fec-table[data-v-
|
|
6312
|
+
}.fec-table[data-v-3205a522] {
|
|
6316
6313
|
height: 100%;
|
|
6317
6314
|
flex-grow: 1;
|
|
6318
6315
|
padding: 0 16px;
|
|
6319
6316
|
}
|
|
6320
|
-
.fec-table-container[data-v-
|
|
6317
|
+
.fec-table-container[data-v-3205a522] {
|
|
6321
6318
|
width: 100%;
|
|
6322
6319
|
background: #fff;
|
|
6323
6320
|
box-sizing: border-box;
|
|
@@ -6327,87 +6324,87 @@ body,
|
|
|
6327
6324
|
overflow: hidden;
|
|
6328
6325
|
flex-grow: 1;
|
|
6329
6326
|
}
|
|
6330
|
-
.fec-table-container .fec-vxe-table[data-v-
|
|
6327
|
+
.fec-table-container .fec-vxe-table[data-v-3205a522] {
|
|
6331
6328
|
flex: 1;
|
|
6332
6329
|
min-height: 0;
|
|
6333
6330
|
overflow: hidden;
|
|
6334
6331
|
margin-bottom: 16px;
|
|
6335
6332
|
}
|
|
6336
|
-
.fec-table-container[data-v-
|
|
6333
|
+
.fec-table-container[data-v-3205a522] .vxe-table {
|
|
6337
6334
|
font-size: 14px;
|
|
6338
6335
|
font-family: inherit;
|
|
6339
6336
|
}
|
|
6340
|
-
.fec-table-container[data-v-
|
|
6341
|
-
.fec-table-container[data-v-
|
|
6337
|
+
.fec-table-container[data-v-3205a522] .vxe-table .vxe-sort--asc-btn,
|
|
6338
|
+
.fec-table-container[data-v-3205a522] .vxe-table .vxe-sort--desc-btn {
|
|
6342
6339
|
color: #dcdcdc;
|
|
6343
6340
|
}
|
|
6344
|
-
.fec-table-container[data-v-
|
|
6345
|
-
.fec-table-container[data-v-
|
|
6341
|
+
.fec-table-container[data-v-3205a522] .vxe-table .serverSort .vxe-sort--asc-btn,
|
|
6342
|
+
.fec-table-container[data-v-3205a522] .vxe-table .serverSort .vxe-sort--desc-btn {
|
|
6346
6343
|
color: #d3edf9;
|
|
6347
6344
|
}
|
|
6348
|
-
.fec-table-container[data-v-
|
|
6345
|
+
.fec-table-container[data-v-3205a522] .vxe-table .serverSort .sort--active {
|
|
6349
6346
|
color: var(--el-color-primary);
|
|
6350
6347
|
}
|
|
6351
|
-
.fec-table-container[data-v-
|
|
6348
|
+
.fec-table-container[data-v-3205a522] .vxe-table .sort--active {
|
|
6352
6349
|
color: var(--el-color-primary);
|
|
6353
6350
|
}
|
|
6354
|
-
.fec-table-container[data-v-
|
|
6351
|
+
.fec-table-container[data-v-3205a522] .vxe-table .vxe-table--body-wrapper {
|
|
6355
6352
|
overflow: auto;
|
|
6356
6353
|
}
|
|
6357
|
-
.fec-table-container[data-v-
|
|
6358
|
-
.fec-table-container[data-v-
|
|
6359
|
-
.fec-table-container[data-v-
|
|
6354
|
+
.fec-table-container[data-v-3205a522] .vxe-table .vxe-table--body,
|
|
6355
|
+
.fec-table-container[data-v-3205a522] .vxe-table .vxe-table--header,
|
|
6356
|
+
.fec-table-container[data-v-3205a522] .vxe-table .vxe-table--footer {
|
|
6360
6357
|
width: 100% !important;
|
|
6361
6358
|
}
|
|
6362
|
-
.fec-table-container[data-v-
|
|
6359
|
+
.fec-table-container[data-v-3205a522] .vxe-table .vxe-header--column {
|
|
6363
6360
|
background-color: #fff;
|
|
6364
6361
|
}
|
|
6365
|
-
.fec-table-container[data-v-
|
|
6362
|
+
.fec-table-container[data-v-3205a522] .vxe-table .vxe-header--column .vxe-cell {
|
|
6366
6363
|
height: 40px !important;
|
|
6367
6364
|
min-height: 40px !important;
|
|
6368
6365
|
color: #333;
|
|
6369
6366
|
}
|
|
6370
|
-
.fec-table-container[data-v-
|
|
6367
|
+
.fec-table-container[data-v-3205a522] .vxe-table .vxe-table--header-inner-wrapper {
|
|
6371
6368
|
height: 40px !important;
|
|
6372
6369
|
}
|
|
6373
|
-
.fec-table-container[data-v-
|
|
6370
|
+
.fec-table-container[data-v-3205a522] .vxe-table .vxe-body--column .vxe-cell {
|
|
6374
6371
|
padding: 6px !important;
|
|
6375
6372
|
min-height: 32px !important;
|
|
6376
6373
|
color: #666;
|
|
6377
6374
|
font-size: 13px;
|
|
6378
6375
|
}
|
|
6379
|
-
.fec-table-container[data-v-
|
|
6380
|
-
.fec-table-container[data-v-
|
|
6376
|
+
.fec-table-container[data-v-3205a522] .vxe-table .vxe-body--column .c--tooltip,
|
|
6377
|
+
.fec-table-container[data-v-3205a522] .vxe-table .vxe-body--column .c--title {
|
|
6381
6378
|
height: 32px !important;
|
|
6382
6379
|
min-height: 32px !important;
|
|
6383
6380
|
}
|
|
6384
|
-
.fec-table-container[data-v-
|
|
6381
|
+
.fec-table-container[data-v-3205a522] .vxe-table .vxe-table--border-line {
|
|
6385
6382
|
border: none;
|
|
6386
6383
|
border-bottom: 1px solid #ebeef5;
|
|
6387
6384
|
border-top: 1px solid #ebeef5;
|
|
6388
6385
|
}
|
|
6389
|
-
.fec-table-container[data-v-
|
|
6390
|
-
.fec-table-container[data-v-
|
|
6386
|
+
.fec-table-container[data-v-3205a522] .vxe-table .vxe-table--scroll-y-handle-appearance,
|
|
6387
|
+
.fec-table-container[data-v-3205a522] .vxe-table .vxe-table--scroll-y-wrapper:after {
|
|
6391
6388
|
border: none !important;
|
|
6392
6389
|
}
|
|
6393
|
-
.fec-table-container[data-v-
|
|
6390
|
+
.fec-table-container[data-v-3205a522] .vxe-table .vxe-table--scroll-y-top-corner {
|
|
6394
6391
|
display: none !important;
|
|
6395
6392
|
}
|
|
6396
|
-
.fec-table-container[data-v-
|
|
6393
|
+
.fec-table-container[data-v-3205a522] .vxe-table .vxe-cell--sort {
|
|
6397
6394
|
font-size: 14px;
|
|
6398
6395
|
}
|
|
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-
|
|
6396
|
+
.fec-table-container[data-v-3205a522] .vxe-table .vxe-body--column,
|
|
6397
|
+
.fec-table-container[data-v-3205a522] .vxe-table .vxe-footer--column,
|
|
6398
|
+
.fec-table-container[data-v-3205a522] .vxe-table .vxe-header--column,
|
|
6399
|
+
.fec-table-container[data-v-3205a522] .vxe-table .vxe-body--column,
|
|
6400
|
+
.fec-table-container[data-v-3205a522] .vxe-table .vxe-footer--column,
|
|
6401
|
+
.fec-table-container[data-v-3205a522] .vxe-table .vxe-header--column {
|
|
6405
6402
|
background-image: linear-gradient(#ebeef5, #ebeef5) !important;
|
|
6406
6403
|
}
|
|
6407
|
-
.fec-table-container[data-v-
|
|
6404
|
+
.fec-table-container[data-v-3205a522] .vxe-table .el-button.is-disabled {
|
|
6408
6405
|
color: #ccc !important;
|
|
6409
6406
|
}
|
|
6410
|
-
.fec-table-sub[data-v-
|
|
6407
|
+
.fec-table-sub[data-v-3205a522] .vxe-table .vxe-table--border-line {
|
|
6411
6408
|
border-top: none;
|
|
6412
6409
|
}
|
|
6413
6410
|
.fec-layout-card[data-v-c90689d4] {
|
|
@@ -6486,24 +6483,24 @@ body,
|
|
|
6486
6483
|
:root,:host{--van-highlight-tag-color: var(--van-primary-color)}.van-highlight__tag{color:var(--van-highlight-tag-color)}
|
|
6487
6484
|
:root,:host{--van-list-text-color: var(--van-text-color-2);--van-list-text-font-size: var(--van-font-size-md);--van-list-text-line-height: 50px;--van-list-loading-icon-size: 16px}.van-list__loading,.van-list__finished-text,.van-list__error-text{color:var(--van-list-text-color);font-size:var(--van-list-text-font-size);line-height:var(--van-list-text-line-height);text-align:center}.van-list__placeholder{height:0;pointer-events:none}.van-list__loading-icon .van-loading__spinner{width:var(--van-list-loading-icon-size);height:var(--van-list-loading-icon-size)}
|
|
6488
6485
|
|
|
6489
|
-
.mTableContent[data-v-
|
|
6486
|
+
.mTableContent[data-v-6a3c96a2] {
|
|
6490
6487
|
flex: 1;
|
|
6491
6488
|
height: 100%;
|
|
6492
6489
|
}
|
|
6493
|
-
.mTableContent.notAutoHeight[data-v-
|
|
6490
|
+
.mTableContent.notAutoHeight[data-v-6a3c96a2] {
|
|
6494
6491
|
overflow: auto;
|
|
6495
6492
|
}
|
|
6496
|
-
.mTableContent[data-v-
|
|
6493
|
+
.mTableContent[data-v-6a3c96a2] .fixedHead {
|
|
6497
6494
|
height: 100%;
|
|
6498
6495
|
overflow: hidden;
|
|
6499
6496
|
}
|
|
6500
|
-
.mTableContent.isCard[data-v-
|
|
6497
|
+
.mTableContent.isCard[data-v-6a3c96a2] {
|
|
6501
6498
|
margin: 12px;
|
|
6502
6499
|
}
|
|
6503
|
-
.mTableContent.isShadow[data-v-
|
|
6500
|
+
.mTableContent.isShadow[data-v-6a3c96a2] {
|
|
6504
6501
|
box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
|
|
6505
6502
|
}
|
|
6506
|
-
.custom-loading[data-v-
|
|
6503
|
+
.custom-loading[data-v-6a3c96a2] {
|
|
6507
6504
|
height: 100%;
|
|
6508
6505
|
width: 100%;
|
|
6509
6506
|
display: flex;
|
|
@@ -6511,16 +6508,16 @@ body,
|
|
|
6511
6508
|
align-items: center;
|
|
6512
6509
|
color: var(--van-blue);
|
|
6513
6510
|
}
|
|
6514
|
-
.custom-loading .van-loading__text[data-v-
|
|
6511
|
+
.custom-loading .van-loading__text[data-v-6a3c96a2] {
|
|
6515
6512
|
color: var(--van-blue);
|
|
6516
6513
|
}
|
|
6517
|
-
.fec-table[data-v-
|
|
6514
|
+
.fec-table[data-v-6a3c96a2] .fec-table-row-swipe {
|
|
6518
6515
|
display: table;
|
|
6519
6516
|
}
|
|
6520
|
-
.fec-table[data-v-
|
|
6517
|
+
.fec-table[data-v-6a3c96a2] .fec-table-row-swipe .van-swipe-cell__wrapper {
|
|
6521
6518
|
display: table-row-group;
|
|
6522
6519
|
}
|
|
6523
|
-
.van-swipe-cell__wrapper[data-v-
|
|
6520
|
+
.van-swipe-cell__wrapper[data-v-6a3c96a2] {
|
|
6524
6521
|
display: table-row-group;
|
|
6525
6522
|
}
|
|
6526
6523
|
:root,:host{--van-notice-bar-height: 40px;--van-notice-bar-padding: 0 var(--van-padding-md);--van-notice-bar-wrapable-padding: var(--van-padding-xs) var(--van-padding-md);--van-notice-bar-text-color: var(--van-orange-dark);--van-notice-bar-font-size: var(--van-font-size-md);--van-notice-bar-line-height: 24px;--van-notice-bar-background: var(--van-orange-light);--van-notice-bar-icon-size: 16px;--van-notice-bar-icon-min-width: 24px}.van-notice-bar{position:relative;display:flex;align-items:center;height:var(--van-notice-bar-height);padding:var(--van-notice-bar-padding);color:var(--van-notice-bar-text-color);font-size:var(--van-notice-bar-font-size);line-height:var(--van-notice-bar-line-height);background:var(--van-notice-bar-background)}.van-notice-bar__left-icon,.van-notice-bar__right-icon{min-width:var(--van-notice-bar-icon-min-width);font-size:var(--van-notice-bar-icon-size)}.van-notice-bar__right-icon{text-align:right;cursor:pointer}.van-notice-bar__wrap{position:relative;display:flex;flex:1;align-items:center;height:100%;overflow:hidden}.van-notice-bar__content{position:absolute;white-space:nowrap;transition-timing-function:linear}.van-notice-bar__content.van-ellipsis{max-width:100%}.van-notice-bar--wrapable{height:auto;padding:var(--van-notice-bar-wrapable-padding)}.van-notice-bar--wrapable .van-notice-bar__wrap{height:auto}.van-notice-bar--wrapable .van-notice-bar__content{position:relative;white-space:normal;word-wrap:break-word}
|
|
@@ -6581,6 +6578,9 @@ body,
|
|
|
6581
6578
|
} */
|
|
6582
6579
|
:root,:host{--van-field-label-width: 6.2em;--van-field-label-color: var(--van-text-color);--van-field-label-margin-right: var(--van-padding-sm);--van-field-input-text-color: var(--van-text-color);--van-field-input-error-text-color: var(--van-danger-color);--van-field-input-disabled-text-color: var(--van-text-color-3);--van-field-placeholder-text-color: var(--van-text-color-3);--van-field-icon-size: 18px;--van-field-clear-icon-size: 18px;--van-field-clear-icon-color: var(--van-gray-5);--van-field-right-icon-color: var(--van-gray-6);--van-field-error-message-color: var(--van-danger-color);--van-field-error-message-font-size: 12px;--van-field-text-area-min-height: 60px;--van-field-word-limit-color: var(--van-gray-7);--van-field-word-limit-font-size: var(--van-font-size-sm);--van-field-word-limit-line-height: 16px;--van-field-disabled-text-color: var(--van-text-color-3);--van-field-required-mark-color: var(--van-red)}.van-field{flex-wrap:wrap}.van-field__label{flex:none;box-sizing:border-box;width:var(--van-field-label-width);margin-right:var(--van-field-label-margin-right);color:var(--van-field-label-color);text-align:left;word-wrap:break-word}.van-field__label--center{text-align:center}.van-field__label--right{text-align:right}.van-field__label--top{display:flex;width:100%;text-align:left;margin-bottom:var(--van-padding-base);overflow-wrap:break-word}.van-field__label--required:before{margin-right:2px;color:var(--van-field-required-mark-color);content:"*"}.van-field--disabled .van-field__label{color:var(--van-field-disabled-text-color)}.van-field__value{overflow:visible}.van-field__body{display:flex;align-items:center}.van-field__control{display:block;box-sizing:border-box;width:100%;min-width:0;margin:0;padding:0;color:var(--van-field-input-text-color);line-height:inherit;text-align:left;background-color:transparent;border:0;resize:none;-webkit-user-select:auto;user-select:auto}.van-field__control::-webkit-input-placeholder{color:var(--van-field-placeholder-text-color)}.van-field__control::placeholder{color:var(--van-field-placeholder-text-color)}.van-field__control:read-only{cursor:default}.van-field__control:disabled{color:var(--van-field-input-disabled-text-color);cursor:not-allowed;opacity:1;-webkit-text-fill-color:var(--van-field-input-disabled-text-color)}.van-field__control--center{justify-content:center;text-align:center}.van-field__control--right{justify-content:flex-end;text-align:right}.van-field__control--custom{display:flex;align-items:center;min-height:var(--van-cell-line-height)}.van-field__control--error::-webkit-input-placeholder{color:var(--van-field-input-error-text-color);-webkit-text-fill-color:currentColor}.van-field__control--error,.van-field__control--error::placeholder{color:var(--van-field-input-error-text-color);-webkit-text-fill-color:currentColor}.van-field__control--min-height{min-height:var(--van-field-text-area-min-height)}.van-field__control[type=date],.van-field__control[type=time],.van-field__control[type=datetime-local]{min-height:var(--van-cell-line-height)}.van-field__control[type=search]{-webkit-appearance:none}.van-field__clear,.van-field__icon,.van-field__button,.van-field__right-icon{flex-shrink:0}.van-field__clear,.van-field__right-icon{margin-right:calc(var(--van-padding-xs) * -1);padding:0 var(--van-padding-xs);line-height:inherit}.van-field__clear{color:var(--van-field-clear-icon-color);font-size:var(--van-field-clear-icon-size);cursor:pointer}.van-field__left-icon .van-icon,.van-field__right-icon .van-icon{display:block;font-size:var(--van-field-icon-size);line-height:inherit}.van-field__left-icon{margin-right:var(--van-padding-base)}.van-field__right-icon{color:var(--van-field-right-icon-color)}.van-field__button{padding-left:var(--van-padding-xs)}.van-field__error-message{color:var(--van-field-error-message-color);font-size:var(--van-field-error-message-font-size);text-align:left}.van-field__error-message--center{text-align:center}.van-field__error-message--right{text-align:right}.van-field__word-limit{margin-top:var(--van-padding-base);color:var(--van-field-word-limit-color);font-size:var(--van-field-word-limit-font-size);line-height:var(--van-field-word-limit-line-height);text-align:right}
|
|
6583
6580
|
|
|
6581
|
+
.van-field {
|
|
6582
|
+
flex: 1;
|
|
6583
|
+
}
|
|
6584
6584
|
.custom-close-icon {
|
|
6585
6585
|
color: var(--van-field-clear-icon-color);
|
|
6586
6586
|
font-size: var(--van-field-clear-icon-size);
|
|
@@ -137,62 +137,64 @@ const _sfc_main = {
|
|
|
137
137
|
emit("clickCell", { row, column });
|
|
138
138
|
}
|
|
139
139
|
const compHeight = vue.computed(() => {
|
|
140
|
-
|
|
141
|
-
return "100%";
|
|
142
|
-
} else {
|
|
143
|
-
return props.height + "px";
|
|
144
|
-
}
|
|
140
|
+
return "100%";
|
|
145
141
|
});
|
|
146
142
|
const columnOptions = vue.computed(() => {
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
switch (
|
|
143
|
+
return props.columns.map((col) => {
|
|
144
|
+
const newCol = { ...col };
|
|
145
|
+
switch (newCol.dataType) {
|
|
150
146
|
case "select":
|
|
151
|
-
|
|
147
|
+
newCol.formatter = ({ cellValue }) => {
|
|
152
148
|
if (isEmpty(cellValue)) {
|
|
153
|
-
return emptyHandler(
|
|
149
|
+
return emptyHandler(newCol.emptyFormatter);
|
|
154
150
|
}
|
|
155
|
-
return formatterUtil.selectFormatter(cellValue,
|
|
151
|
+
return formatterUtil.selectFormatter(cellValue, newCol.options);
|
|
156
152
|
};
|
|
157
153
|
break;
|
|
158
154
|
case "multiple":
|
|
159
|
-
|
|
155
|
+
newCol.formatter = ({ cellValue }) => {
|
|
160
156
|
if (isEmpty(cellValue)) {
|
|
161
|
-
return emptyHandler(
|
|
157
|
+
return emptyHandler(newCol.emptyFormatter);
|
|
162
158
|
}
|
|
163
|
-
return formatterUtil.multipleFormatter(cellValue,
|
|
159
|
+
return formatterUtil.multipleFormatter(cellValue, newCol.options);
|
|
164
160
|
};
|
|
165
161
|
break;
|
|
166
162
|
case "cascade":
|
|
167
|
-
|
|
163
|
+
newCol.formatter = ({ cellValue }) => {
|
|
168
164
|
if (isEmpty(cellValue)) {
|
|
169
|
-
return emptyHandler(
|
|
165
|
+
return emptyHandler(newCol.emptyFormatter);
|
|
170
166
|
}
|
|
171
|
-
return formatterUtil.cascadeFormatter(cellValue,
|
|
167
|
+
return formatterUtil.cascadeFormatter(cellValue, newCol.treeOptions);
|
|
172
168
|
};
|
|
173
169
|
break;
|
|
174
170
|
case "date":
|
|
175
|
-
|
|
171
|
+
newCol.formatter = ({ cellValue }) => {
|
|
176
172
|
if (isEmpty(cellValue)) {
|
|
177
|
-
return emptyHandler(
|
|
173
|
+
return emptyHandler(newCol.emptyFormatter);
|
|
178
174
|
}
|
|
179
|
-
return formatterUtil.dateFormatter(
|
|
175
|
+
return formatterUtil.dateFormatter(
|
|
176
|
+
cellValue,
|
|
177
|
+
newCol.dateType,
|
|
178
|
+
newCol.dateFormatter
|
|
179
|
+
);
|
|
180
180
|
};
|
|
181
181
|
break;
|
|
182
182
|
default:
|
|
183
|
-
|
|
183
|
+
newCol.formatter = ({ cellValue }) => {
|
|
184
184
|
if (isEmpty(cellValue)) {
|
|
185
|
-
return emptyHandler(
|
|
185
|
+
return emptyHandler(newCol.emptyFormatter);
|
|
186
186
|
}
|
|
187
|
-
return formatterUtil.textFormatter(cellValue,
|
|
187
|
+
return formatterUtil.textFormatter(cellValue, newCol.dataFormatter);
|
|
188
188
|
};
|
|
189
189
|
break;
|
|
190
190
|
}
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
191
|
+
newCol.title = newCol.label;
|
|
192
|
+
newCol.field = newCol.fieldName;
|
|
193
|
+
newCol.showOverflow = true;
|
|
194
|
+
newCol.showHeaderOverflow = true;
|
|
195
|
+
newCol.showFooterOverflow = true;
|
|
196
|
+
return newCol;
|
|
194
197
|
});
|
|
195
|
-
return columns;
|
|
196
198
|
});
|
|
197
199
|
function isEmpty(cellValue) {
|
|
198
200
|
return !cellValue && cellValue !== 0;
|
|
@@ -470,7 +472,6 @@ const _sfc_main = {
|
|
|
470
472
|
round: __props.round || __props.isCard,
|
|
471
473
|
stripe: __props.stripe,
|
|
472
474
|
height: __props.isFixedHead ? vue.unref(compHeight) : "",
|
|
473
|
-
minHeight: 200,
|
|
474
475
|
loading: vue.unref(initLoading),
|
|
475
476
|
showHeader: __props.showHeader,
|
|
476
477
|
onScrollBoundary: onScrollLoads,
|
|
@@ -551,5 +552,5 @@ const _sfc_main = {
|
|
|
551
552
|
};
|
|
552
553
|
}
|
|
553
554
|
};
|
|
554
|
-
const _Table = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-
|
|
555
|
+
const _Table = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-6a3c96a2"]]);
|
|
555
556
|
exports.default = _Table;
|
|
@@ -440,5 +440,5 @@ const _sfc_main = {
|
|
|
440
440
|
};
|
|
441
441
|
}
|
|
442
442
|
};
|
|
443
|
-
const DialogRenderer = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-
|
|
443
|
+
const DialogRenderer = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-2bfbedda"]]);
|
|
444
444
|
exports.default = DialogRenderer;
|
|
@@ -638,13 +638,14 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
638
638
|
};
|
|
639
639
|
const rowConfig = vue.computed(() => {
|
|
640
640
|
return {
|
|
641
|
-
keyField: localConfig.value.pkFieldName || ""
|
|
641
|
+
keyField: localConfig.value.pkFieldName || "",
|
|
642
|
+
isHover: true
|
|
642
643
|
};
|
|
643
644
|
});
|
|
644
645
|
const radioConfig = vue.reactive({
|
|
645
|
-
strict: true,
|
|
646
|
-
trigger: "row",
|
|
647
|
-
highlight: true
|
|
646
|
+
// strict: true,
|
|
647
|
+
// trigger: "row",
|
|
648
|
+
// highlight: true,
|
|
648
649
|
});
|
|
649
650
|
const checkboxConfig = vue.reactive({
|
|
650
651
|
showHeader: true,
|
|
@@ -916,5 +917,5 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
916
917
|
};
|
|
917
918
|
}
|
|
918
919
|
});
|
|
919
|
-
const _Table = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-
|
|
920
|
+
const _Table = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-3205a522"]]);
|
|
920
921
|
exports.default = _Table;
|
|
@@ -354,6 +354,7 @@ const _sfc_main = {
|
|
|
354
354
|
!__props.readonly && __props.selectMode === "single" ? (vue.openBlock(), vue.createBlock(vue.unref(index.VxeColumn), {
|
|
355
355
|
key: 1,
|
|
356
356
|
type: "radio",
|
|
357
|
+
title: " ",
|
|
357
358
|
width: 50,
|
|
358
359
|
align: "center",
|
|
359
360
|
fixed: "left"
|
|
@@ -447,5 +448,5 @@ const _sfc_main = {
|
|
|
447
448
|
};
|
|
448
449
|
}
|
|
449
450
|
};
|
|
450
|
-
const TableColumn = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-
|
|
451
|
+
const TableColumn = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-33f4254e"]]);
|
|
451
452
|
exports.default = TableColumn;
|