@fecp/designer 5.4.77 → 5.4.78
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 +1 -1
- package/es/designer/src/packages/dialog/useDialogDialog.mjs +1 -1
- package/es/designer/src/packages/dialogGlobal/useDialogGlobalDialog.mjs +1 -1
- package/es/designer/src/packages/form/property/approvalHistory.vue.mjs +8 -17
- package/es/designer/src/packages/form/property/contract.vue.mjs +13 -22
- package/es/designer/src/packages/form/property/document.vue.mjs +11 -20
- package/es/designer/src/packages/form/property/subForm.vue.mjs +16 -25
- package/es/designer/src/packages/form/property/subTable.vue.mjs +17 -26
- package/es/designer/src/packages/form/property/subTitleH2.vue.mjs +5 -14
- package/es/designer/src/packages/form/property/widgets.vue.mjs +83 -92
- package/es/designer/src/packages/table/property/widgets.vue.mjs +25 -34
- package/es/designer.css +88 -88
- package/es/packages/vue/index.mjs +2 -0
- package/es/packages/vue/src/components/details/footer/Footer.vue.mjs +7 -4
- package/es/packages/vue/src/components/details/header/Header.vue.mjs +7 -4
- package/es/packages/vue/src/components/table/CustomButtons.vue.mjs +11 -6
- package/es/packages/vue/src/components/table/DynamicQuery.vue.mjs +7 -4
- package/es/packages/vue/src/components/table/TableColumn.vue.mjs +18 -2
- package/es/packages/vue/src/directive/auth.mjs +29 -0
- package/lib/designer/package.json.js +1 -1
- package/lib/designer/src/packages/dialog/index.vue2.js +1 -1
- package/lib/designer/src/packages/dialog/useDialogDialog.js +1 -1
- package/lib/designer/src/packages/dialogGlobal/useDialogGlobalDialog.js +1 -1
- package/lib/designer/src/packages/form/property/approvalHistory.vue.js +8 -17
- package/lib/designer/src/packages/form/property/contract.vue.js +13 -22
- package/lib/designer/src/packages/form/property/document.vue.js +11 -20
- package/lib/designer/src/packages/form/property/subForm.vue.js +16 -25
- package/lib/designer/src/packages/form/property/subTable.vue.js +17 -26
- package/lib/designer/src/packages/form/property/subTitleH2.vue.js +5 -14
- package/lib/designer/src/packages/form/property/widgets.vue.js +83 -92
- package/lib/designer/src/packages/table/property/widgets.vue.js +25 -34
- package/lib/designer.css +88 -88
- package/lib/packages/vue/index.js +2 -0
- package/lib/packages/vue/src/components/details/footer/Footer.vue.js +6 -3
- package/lib/packages/vue/src/components/details/header/Header.vue.js +6 -3
- package/lib/packages/vue/src/components/table/CustomButtons.vue.js +10 -5
- package/lib/packages/vue/src/components/table/DynamicQuery.vue.js +6 -3
- package/lib/packages/vue/src/components/table/TableColumn.vue.js +18 -2
- package/lib/packages/vue/src/directive/auth.js +29 -0
- package/package.json +1 -1
package/es/designer.css
CHANGED
|
@@ -1655,17 +1655,17 @@
|
|
|
1655
1655
|
}
|
|
1656
1656
|
.setting-btn.is-configured .edit-btn[data-v-db416ffc] {
|
|
1657
1657
|
display: inline-block;
|
|
1658
|
-
}.collapse-header[data-v-
|
|
1658
|
+
}.collapse-header[data-v-1b079e6c] {
|
|
1659
1659
|
display: flex;
|
|
1660
1660
|
align-items: center;
|
|
1661
1661
|
justify-content: space-between;
|
|
1662
1662
|
width: 100%;
|
|
1663
1663
|
padding-right: 20px;
|
|
1664
1664
|
}
|
|
1665
|
-
.setting[data-v-
|
|
1665
|
+
.setting[data-v-1b079e6c] .el-collapse-item__content {
|
|
1666
1666
|
position: relative;
|
|
1667
1667
|
}
|
|
1668
|
-
.field-type-select[data-v-
|
|
1668
|
+
.field-type-select[data-v-1b079e6c] {
|
|
1669
1669
|
position: absolute;
|
|
1670
1670
|
top: 11px;
|
|
1671
1671
|
right: 16px;
|
|
@@ -1676,17 +1676,17 @@
|
|
|
1676
1676
|
transition: all 0.3s;
|
|
1677
1677
|
border-radius: 4px;
|
|
1678
1678
|
}
|
|
1679
|
-
.field-type-select[data-v-
|
|
1679
|
+
.field-type-select[data-v-1b079e6c] .el-select__wrapper {
|
|
1680
1680
|
background: transparent;
|
|
1681
1681
|
box-shadow: none;
|
|
1682
1682
|
}
|
|
1683
|
-
.field-type-select[data-v-
|
|
1683
|
+
.field-type-select[data-v-1b079e6c] .el-select__selected-item {
|
|
1684
1684
|
text-align: center;
|
|
1685
1685
|
}
|
|
1686
|
-
.width-input[data-v-
|
|
1686
|
+
.width-input[data-v-1b079e6c] {
|
|
1687
1687
|
width: 100%;
|
|
1688
1688
|
}
|
|
1689
|
-
[data-v-
|
|
1689
|
+
[data-v-1b079e6c] .el-form-item__content {
|
|
1690
1690
|
flex-wrap: wrap !important;
|
|
1691
1691
|
}.dialog-menu-item[data-v-24bfc32a] {
|
|
1692
1692
|
padding: 10px;
|
|
@@ -3235,17 +3235,17 @@ to {
|
|
|
3235
3235
|
width: 100%;
|
|
3236
3236
|
}
|
|
3237
3237
|
|
|
3238
|
-
.collapse-header[data-v-
|
|
3238
|
+
.collapse-header[data-v-b26b8fa8] {
|
|
3239
3239
|
display: flex;
|
|
3240
3240
|
align-items: center;
|
|
3241
3241
|
justify-content: space-between;
|
|
3242
3242
|
width: 100%;
|
|
3243
3243
|
padding-right: 20px;
|
|
3244
3244
|
}
|
|
3245
|
-
.setting[data-v-
|
|
3245
|
+
.setting[data-v-b26b8fa8] .el-collapse-item__content {
|
|
3246
3246
|
position: relative;
|
|
3247
3247
|
}
|
|
3248
|
-
.field-type-select[data-v-
|
|
3248
|
+
.field-type-select[data-v-b26b8fa8] {
|
|
3249
3249
|
position: absolute;
|
|
3250
3250
|
top: 11px;
|
|
3251
3251
|
right: 16px;
|
|
@@ -3256,56 +3256,56 @@ to {
|
|
|
3256
3256
|
transition: all 0.3s;
|
|
3257
3257
|
border-radius: 4px;
|
|
3258
3258
|
}
|
|
3259
|
-
.field-type-select[data-v-
|
|
3259
|
+
.field-type-select[data-v-b26b8fa8] .el-select__wrapper {
|
|
3260
3260
|
background: transparent;
|
|
3261
3261
|
box-shadow: none;
|
|
3262
3262
|
}
|
|
3263
|
-
.field-type-select[data-v-
|
|
3263
|
+
.field-type-select[data-v-b26b8fa8] .el-select__selected-item {
|
|
3264
3264
|
text-align: center;
|
|
3265
3265
|
}
|
|
3266
|
-
.width-input[data-v-
|
|
3266
|
+
.width-input[data-v-b26b8fa8] {
|
|
3267
3267
|
width: 100%;
|
|
3268
3268
|
}
|
|
3269
|
-
.data-source-fields[data-v-
|
|
3269
|
+
.data-source-fields[data-v-b26b8fa8] {
|
|
3270
3270
|
display: flex;
|
|
3271
3271
|
flex-direction: column;
|
|
3272
3272
|
gap: 8px;
|
|
3273
3273
|
margin-bottom: 18px;
|
|
3274
3274
|
}
|
|
3275
|
-
.data-source-fields .field-item[data-v-
|
|
3275
|
+
.data-source-fields .field-item[data-v-b26b8fa8] {
|
|
3276
3276
|
display: flex;
|
|
3277
3277
|
align-items: center;
|
|
3278
3278
|
gap: 8px;
|
|
3279
3279
|
}
|
|
3280
|
-
.data-source-fields .field-item .field-label[data-v-
|
|
3280
|
+
.data-source-fields .field-item .field-label[data-v-b26b8fa8] {
|
|
3281
3281
|
width: 80px;
|
|
3282
3282
|
font-size: 13px;
|
|
3283
3283
|
color: #606266;
|
|
3284
3284
|
text-align: right;
|
|
3285
3285
|
flex-shrink: 0;
|
|
3286
3286
|
}
|
|
3287
|
-
.data-source-fields .field-item .field-label[data-v-
|
|
3287
|
+
.data-source-fields .field-item .field-label[data-v-b26b8fa8]::after {
|
|
3288
3288
|
content: ":";
|
|
3289
3289
|
}
|
|
3290
|
-
.data-source-fields .field-item .el-input[data-v-
|
|
3290
|
+
.data-source-fields .field-item .el-input[data-v-b26b8fa8] {
|
|
3291
3291
|
flex: 1;
|
|
3292
3292
|
}
|
|
3293
|
-
[data-v-
|
|
3293
|
+
[data-v-b26b8fa8] .el-form-item__content {
|
|
3294
3294
|
flex-wrap: wrap !important;
|
|
3295
3295
|
}
|
|
3296
|
-
.buttons-table[data-v-
|
|
3296
|
+
.buttons-table[data-v-5b24bf51] {
|
|
3297
3297
|
width: 100%;
|
|
3298
3298
|
border: 1px solid #dcdfe6;
|
|
3299
3299
|
border-radius: 4px;
|
|
3300
3300
|
overflow: hidden;
|
|
3301
3301
|
}
|
|
3302
|
-
.buttons-header[data-v-
|
|
3302
|
+
.buttons-header[data-v-5b24bf51] {
|
|
3303
3303
|
display: flex;
|
|
3304
3304
|
background-color: #f5f7fa;
|
|
3305
3305
|
height: 26px;
|
|
3306
3306
|
line-height: 26px;
|
|
3307
3307
|
}
|
|
3308
|
-
.buttons-cell[data-v-
|
|
3308
|
+
.buttons-cell[data-v-5b24bf51] {
|
|
3309
3309
|
padding: 0px 12px;
|
|
3310
3310
|
font-weight: 500;
|
|
3311
3311
|
font-size: 13px;
|
|
@@ -3314,27 +3314,27 @@ to {
|
|
|
3314
3314
|
display: flex;
|
|
3315
3315
|
align-items: center;
|
|
3316
3316
|
}
|
|
3317
|
-
.buttons-cell[data-v-
|
|
3317
|
+
.buttons-cell[data-v-5b24bf51]:last-child {
|
|
3318
3318
|
border-right: none;
|
|
3319
3319
|
}
|
|
3320
|
-
.name-header[data-v-
|
|
3320
|
+
.name-header[data-v-5b24bf51] {
|
|
3321
3321
|
flex: 1;
|
|
3322
3322
|
min-width: 100px;
|
|
3323
3323
|
font-size: 12px;
|
|
3324
3324
|
}
|
|
3325
|
-
.action-header[data-v-
|
|
3325
|
+
.action-header[data-v-5b24bf51] {
|
|
3326
3326
|
width: 180px;
|
|
3327
3327
|
text-align: center;
|
|
3328
3328
|
}
|
|
3329
|
-
.buttons-row[data-v-
|
|
3329
|
+
.buttons-row[data-v-5b24bf51] {
|
|
3330
3330
|
display: flex;
|
|
3331
3331
|
border-top: 1px solid #ebeef5;
|
|
3332
3332
|
}
|
|
3333
|
-
.name-cell[data-v-
|
|
3333
|
+
.name-cell[data-v-5b24bf51] {
|
|
3334
3334
|
flex: 1;
|
|
3335
3335
|
min-width: 100px;
|
|
3336
3336
|
}
|
|
3337
|
-
.action-cell[data-v-
|
|
3337
|
+
.action-cell[data-v-5b24bf51] {
|
|
3338
3338
|
width: 180px;
|
|
3339
3339
|
display: flex;
|
|
3340
3340
|
align-items: center;
|
|
@@ -3342,29 +3342,29 @@ to {
|
|
|
3342
3342
|
gap: 4px;
|
|
3343
3343
|
padding: 5px;
|
|
3344
3344
|
}
|
|
3345
|
-
.buttons-footer[data-v-
|
|
3345
|
+
.buttons-footer[data-v-5b24bf51] {
|
|
3346
3346
|
padding: 8px 0;
|
|
3347
3347
|
display: flex;
|
|
3348
3348
|
gap: 8px;
|
|
3349
3349
|
}
|
|
3350
|
-
.buttons-config-container[data-v-
|
|
3350
|
+
.buttons-config-container[data-v-5b24bf51] {
|
|
3351
3351
|
width: 100%;
|
|
3352
3352
|
}
|
|
3353
|
-
.button-dropdown-item[data-v-
|
|
3353
|
+
.button-dropdown-item[data-v-5b24bf51] {
|
|
3354
3354
|
padding: 8px 12px;
|
|
3355
3355
|
}
|
|
3356
|
-
.button-dropdown-content[data-v-
|
|
3356
|
+
.button-dropdown-content[data-v-5b24bf51] {
|
|
3357
3357
|
display: flex;
|
|
3358
3358
|
justify-content: space-between;
|
|
3359
3359
|
align-items: center;
|
|
3360
3360
|
width: 100%;
|
|
3361
3361
|
min-width: 200px;
|
|
3362
3362
|
}
|
|
3363
|
-
.button-name[data-v-
|
|
3363
|
+
.button-name[data-v-5b24bf51] {
|
|
3364
3364
|
font-size: 13px;
|
|
3365
3365
|
color: #606266;
|
|
3366
3366
|
}
|
|
3367
|
-
.button-type[data-v-
|
|
3367
|
+
.button-type[data-v-5b24bf51] {
|
|
3368
3368
|
font-size: 11px;
|
|
3369
3369
|
color: #909399;
|
|
3370
3370
|
padding: 2px 4px;
|
|
@@ -3444,11 +3444,11 @@ to {
|
|
|
3444
3444
|
.essential-param-container .param-table .param-footer[data-v-4262b43c] {
|
|
3445
3445
|
padding: 5px 12px;
|
|
3446
3446
|
text-align: left;
|
|
3447
|
-
}.form-item-hint[data-v-
|
|
3447
|
+
}.form-item-hint[data-v-ca84a82c] {
|
|
3448
3448
|
font-size: 12px;
|
|
3449
3449
|
color: #909399;
|
|
3450
3450
|
margin-top: 4px;
|
|
3451
|
-
}.form-item-hint[data-v-
|
|
3451
|
+
}.form-item-hint[data-v-80d84bee] {
|
|
3452
3452
|
font-size: 12px;
|
|
3453
3453
|
color: #909399;
|
|
3454
3454
|
margin-top: 4px;
|
|
@@ -5435,12 +5435,12 @@ body,
|
|
|
5435
5435
|
font-size: 13px;
|
|
5436
5436
|
color: #606266;
|
|
5437
5437
|
margin-left: 8px;
|
|
5438
|
-
}.custom-buttons[data-v-
|
|
5438
|
+
}.custom-buttons[data-v-7610c2d4] {
|
|
5439
5439
|
display: flex;
|
|
5440
5440
|
align-items: center;
|
|
5441
5441
|
margin: 0 0 0 0;
|
|
5442
5442
|
}
|
|
5443
|
-
.back-icon[data-v-
|
|
5443
|
+
.back-icon[data-v-7610c2d4] {
|
|
5444
5444
|
display: flex;
|
|
5445
5445
|
align-items: center;
|
|
5446
5446
|
justify-content: center;
|
|
@@ -5453,15 +5453,15 @@ body,
|
|
|
5453
5453
|
margin-left: 4px;
|
|
5454
5454
|
margin-right: -6px;
|
|
5455
5455
|
}
|
|
5456
|
-
.back-icon .el-icon[data-v-
|
|
5456
|
+
.back-icon .el-icon[data-v-7610c2d4] {
|
|
5457
5457
|
font-size: 14px;
|
|
5458
5458
|
font-weight: 500;
|
|
5459
5459
|
color: var(--el-color-primary);
|
|
5460
5460
|
}
|
|
5461
|
-
.back-icon[data-v-
|
|
5461
|
+
.back-icon[data-v-7610c2d4]:hover {
|
|
5462
5462
|
opacity: 0.7;
|
|
5463
5463
|
}
|
|
5464
|
-
.template-name[data-v-
|
|
5464
|
+
.template-name[data-v-7610c2d4] {
|
|
5465
5465
|
font-size: 16px;
|
|
5466
5466
|
font-weight: 600;
|
|
5467
5467
|
color: #303133;
|
|
@@ -5848,7 +5848,7 @@ body,
|
|
|
5848
5848
|
[data-v-3657e72b] .el-form-item__label {
|
|
5849
5849
|
padding: 0 8px 0 0;
|
|
5850
5850
|
}
|
|
5851
|
-
.el-page-header.is-contentful .el-page-header__main{border-top:1px solid var(--el-border-color-light);margin-top:16px}.el-page-header__header{justify-content:space-between;align-items:center;line-height:24px;display:flex}.el-page-header__left{align-items:center;margin-right:40px;display:flex;position:relative}.el-page-header__back{cursor:pointer;align-items:center;display:flex}.el-page-header__left .el-divider--vertical{margin:0 16px}.el-page-header__icon{align-items:center;margin-right:10px;font-size:16px;display:flex}.el-page-header__icon .el-icon{font-size:inherit}.el-page-header__title{font-size:14px;font-weight:500}.el-page-header__content{color:var(--el-text-color-primary);font-size:18px}.el-page-header__breadcrumb{margin-bottom:16px}.fec-header[data-v-
|
|
5851
|
+
.el-page-header.is-contentful .el-page-header__main{border-top:1px solid var(--el-border-color-light);margin-top:16px}.el-page-header__header{justify-content:space-between;align-items:center;line-height:24px;display:flex}.el-page-header__left{align-items:center;margin-right:40px;display:flex;position:relative}.el-page-header__back{cursor:pointer;align-items:center;display:flex}.el-page-header__left .el-divider--vertical{margin:0 16px}.el-page-header__icon{align-items:center;margin-right:10px;font-size:16px;display:flex}.el-page-header__icon .el-icon{font-size:inherit}.el-page-header__title{font-size:14px;font-weight:500}.el-page-header__content{color:var(--el-text-color-primary);font-size:18px}.el-page-header__breadcrumb{margin-bottom:16px}.fec-header[data-v-a55fc4ab] {
|
|
5852
5852
|
padding: 0 20px;
|
|
5853
5853
|
background-color: #fff;
|
|
5854
5854
|
height: 55px;
|
|
@@ -5856,17 +5856,17 @@ body,
|
|
|
5856
5856
|
align-items: center;
|
|
5857
5857
|
flex-shrink: 0;
|
|
5858
5858
|
}
|
|
5859
|
-
.fec-header[data-v-
|
|
5859
|
+
.fec-header[data-v-a55fc4ab] .el-page-header__header {
|
|
5860
5860
|
border-bottom: 1px solid #e4e7ed;
|
|
5861
5861
|
height: 100%;
|
|
5862
5862
|
width: 100%;
|
|
5863
5863
|
display: flex;
|
|
5864
5864
|
align-items: center;
|
|
5865
5865
|
}
|
|
5866
|
-
.fec-header[data-v-
|
|
5866
|
+
.fec-header[data-v-a55fc4ab] .el-page-header__header .el-page-header__title {
|
|
5867
5867
|
display: none;
|
|
5868
5868
|
}
|
|
5869
|
-
.fec-header[data-v-
|
|
5869
|
+
.fec-header[data-v-a55fc4ab] .el-page-header__header .el-page-header__icon {
|
|
5870
5870
|
margin-right: 0;
|
|
5871
5871
|
font-size: 16px;
|
|
5872
5872
|
font-weight: 500;
|
|
@@ -5874,30 +5874,30 @@ body,
|
|
|
5874
5874
|
display: flex;
|
|
5875
5875
|
align-items: center;
|
|
5876
5876
|
}
|
|
5877
|
-
.fec-header .fec-header__title[data-v-
|
|
5877
|
+
.fec-header .fec-header__title[data-v-a55fc4ab] {
|
|
5878
5878
|
font-size: 20px;
|
|
5879
5879
|
font-weight: 700;
|
|
5880
5880
|
color: #1a1a1a;
|
|
5881
5881
|
margin-right: 12px;
|
|
5882
5882
|
line-height: 1.2;
|
|
5883
5883
|
}
|
|
5884
|
-
.fec-header .fec-header__subtitle[data-v-
|
|
5884
|
+
.fec-header .fec-header__subtitle[data-v-a55fc4ab] {
|
|
5885
5885
|
font-size: 12px;
|
|
5886
5886
|
color: #bbb;
|
|
5887
5887
|
font-weight: 500;
|
|
5888
5888
|
line-height: 1.2;
|
|
5889
5889
|
}
|
|
5890
|
-
.can-not-back[data-v-
|
|
5890
|
+
.can-not-back[data-v-a55fc4ab] .el-subTitle {
|
|
5891
5891
|
display: none;
|
|
5892
5892
|
}
|
|
5893
|
-
.can-not-back[data-v-
|
|
5893
|
+
.can-not-back[data-v-a55fc4ab] .el-divider {
|
|
5894
5894
|
display: none;
|
|
5895
5895
|
}
|
|
5896
|
-
[data-v-
|
|
5896
|
+
[data-v-a55fc4ab] .el-page-header__content {
|
|
5897
5897
|
display: flex;
|
|
5898
5898
|
align-items: flex-end;
|
|
5899
5899
|
}
|
|
5900
|
-
.form-details-footer[data-v-
|
|
5900
|
+
.form-details-footer[data-v-97973006] {
|
|
5901
5901
|
background-color: #fff;
|
|
5902
5902
|
height: 50px;
|
|
5903
5903
|
display: flex;
|
|
@@ -5908,7 +5908,7 @@ body,
|
|
|
5908
5908
|
padding: 0;
|
|
5909
5909
|
z-index: 1;
|
|
5910
5910
|
}
|
|
5911
|
-
.form-details-footer > .el-button[data-v-
|
|
5911
|
+
.form-details-footer > .el-button[data-v-97973006] {
|
|
5912
5912
|
width: 80px;
|
|
5913
5913
|
font-size: var(--el-font-size-extra-small);
|
|
5914
5914
|
}
|
|
@@ -5943,10 +5943,10 @@ body,
|
|
|
5943
5943
|
}
|
|
5944
5944
|
[data-v-48d4542c] .vgl-item > .el-container {
|
|
5945
5945
|
height: auto !important;
|
|
5946
|
-
}.cell-content .cell-text[data-v-
|
|
5946
|
+
}.cell-content .cell-text[data-v-77be03fc] {
|
|
5947
5947
|
display: inline-block;
|
|
5948
5948
|
}
|
|
5949
|
-
.cell-content .copy-icon[data-v-
|
|
5949
|
+
.cell-content .copy-icon[data-v-77be03fc] {
|
|
5950
5950
|
cursor: pointer;
|
|
5951
5951
|
color: #909399;
|
|
5952
5952
|
font-size: 14px;
|
|
@@ -5954,7 +5954,7 @@ body,
|
|
|
5954
5954
|
top: 4px;
|
|
5955
5955
|
margin-left: 4px;
|
|
5956
5956
|
}
|
|
5957
|
-
.cell-content .copy-icon[data-v-
|
|
5957
|
+
.cell-content .copy-icon[data-v-77be03fc]:hover {
|
|
5958
5958
|
color: #409eff;
|
|
5959
5959
|
}.fec-table-filter[data-v-ea506656] {
|
|
5960
5960
|
display: flex;
|
|
@@ -6054,12 +6054,12 @@ body,
|
|
|
6054
6054
|
}
|
|
6055
6055
|
.filter-divider[data-v-ea506656] .el-icon {
|
|
6056
6056
|
transition: transform 0.3s ease;
|
|
6057
|
-
}.dynamic-mode-config .dynamic-row[data-v-
|
|
6057
|
+
}.dynamic-mode-config .dynamic-row[data-v-d11a831a] {
|
|
6058
6058
|
display: flex;
|
|
6059
6059
|
height: 54px;
|
|
6060
6060
|
align-items: center;
|
|
6061
6061
|
}
|
|
6062
|
-
.dynamic-mode-config .back-icon[data-v-
|
|
6062
|
+
.dynamic-mode-config .back-icon[data-v-d11a831a] {
|
|
6063
6063
|
display: flex;
|
|
6064
6064
|
align-items: center;
|
|
6065
6065
|
justify-content: center;
|
|
@@ -6072,11 +6072,11 @@ body,
|
|
|
6072
6072
|
margin-left: 4px;
|
|
6073
6073
|
margin-right: -6px;
|
|
6074
6074
|
}
|
|
6075
|
-
.dynamic-mode-config .back-icon .el-icon[data-v-
|
|
6075
|
+
.dynamic-mode-config .back-icon .el-icon[data-v-d11a831a] {
|
|
6076
6076
|
font-size: 16px;
|
|
6077
6077
|
font-weight: bold;
|
|
6078
6078
|
}
|
|
6079
|
-
.dynamic-mode-config .template-name[data-v-
|
|
6079
|
+
.dynamic-mode-config .template-name[data-v-d11a831a] {
|
|
6080
6080
|
font-size: 16px;
|
|
6081
6081
|
font-weight: 600;
|
|
6082
6082
|
color: #303133;
|
|
@@ -6087,38 +6087,38 @@ body,
|
|
|
6087
6087
|
text-overflow: ellipsis;
|
|
6088
6088
|
position: relative;
|
|
6089
6089
|
}
|
|
6090
|
-
.dynamic-mode-config .tab-display-section[data-v-
|
|
6090
|
+
.dynamic-mode-config .tab-display-section[data-v-d11a831a] {
|
|
6091
6091
|
flex: 1;
|
|
6092
6092
|
min-width: 0;
|
|
6093
6093
|
}
|
|
6094
|
-
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-
|
|
6094
|
+
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-d11a831a] .el-tabs__header {
|
|
6095
6095
|
margin: 0;
|
|
6096
6096
|
}
|
|
6097
|
-
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-
|
|
6097
|
+
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-d11a831a] .el-tabs__nav-wrap::after {
|
|
6098
6098
|
height: 0;
|
|
6099
6099
|
}
|
|
6100
|
-
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-
|
|
6100
|
+
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-d11a831a] .el-tabs__item {
|
|
6101
6101
|
padding: 0 12px;
|
|
6102
6102
|
}
|
|
6103
|
-
.dynamic-mode-config .search-display-section[data-v-
|
|
6103
|
+
.dynamic-mode-config .search-display-section[data-v-d11a831a] {
|
|
6104
6104
|
flex-shrink: 0;
|
|
6105
6105
|
display: flex;
|
|
6106
6106
|
align-items: center;
|
|
6107
6107
|
gap: 12px;
|
|
6108
6108
|
margin-left: auto;
|
|
6109
6109
|
}
|
|
6110
|
-
.dynamic-mode-config .search-display-section .search-input-group .search-input[data-v-
|
|
6110
|
+
.dynamic-mode-config .search-display-section .search-input-group .search-input[data-v-d11a831a] {
|
|
6111
6111
|
width: 300px;
|
|
6112
6112
|
}
|
|
6113
|
-
.dynamic-mode-config .search-display-section .optBtnDraggable[data-v-
|
|
6113
|
+
.dynamic-mode-config .search-display-section .optBtnDraggable[data-v-d11a831a] {
|
|
6114
6114
|
display: flex;
|
|
6115
6115
|
align-items: center;
|
|
6116
6116
|
gap: 8px;
|
|
6117
6117
|
}
|
|
6118
|
-
.dynamic-mode-config .search-display-section .optBtn[data-v-
|
|
6118
|
+
.dynamic-mode-config .search-display-section .optBtn[data-v-d11a831a] {
|
|
6119
6119
|
position: relative;
|
|
6120
6120
|
}
|
|
6121
|
-
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-
|
|
6121
|
+
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-d11a831a] {
|
|
6122
6122
|
position: absolute;
|
|
6123
6123
|
top: -10px;
|
|
6124
6124
|
right: -10px;
|
|
@@ -6135,31 +6135,31 @@ body,
|
|
|
6135
6135
|
font-size: 12px;
|
|
6136
6136
|
z-index: 1;
|
|
6137
6137
|
}
|
|
6138
|
-
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-
|
|
6138
|
+
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-d11a831a]:hover {
|
|
6139
6139
|
background-color: #f56c6c;
|
|
6140
6140
|
}
|
|
6141
|
-
.dynamic-mode-config .search-display-section .optBtn.is-hover .delete-icon[data-v-
|
|
6141
|
+
.dynamic-mode-config .search-display-section .optBtn.is-hover .delete-icon[data-v-d11a831a] {
|
|
6142
6142
|
display: flex;
|
|
6143
6143
|
}
|
|
6144
|
-
.dynamic-mode-config .search-display-section .optBtn .elBtn[data-v-
|
|
6144
|
+
.dynamic-mode-config .search-display-section .optBtn .elBtn[data-v-d11a831a] {
|
|
6145
6145
|
pointer-events: none;
|
|
6146
6146
|
}
|
|
6147
|
-
.dynamic-mode-config .search-display-section .addLink .el-icon[data-v-
|
|
6147
|
+
.dynamic-mode-config .search-display-section .addLink .el-icon[data-v-d11a831a] {
|
|
6148
6148
|
margin-right: 4px;
|
|
6149
6149
|
}
|
|
6150
|
-
.dynamic-mode-config .expand-filter-section[data-v-
|
|
6150
|
+
.dynamic-mode-config .expand-filter-section[data-v-d11a831a] {
|
|
6151
6151
|
padding-top: 4px;
|
|
6152
6152
|
border-top: 1px solid #ebeef5;
|
|
6153
6153
|
margin-top: 4px;
|
|
6154
6154
|
}
|
|
6155
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section[data-v-
|
|
6155
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section[data-v-d11a831a] {
|
|
6156
6156
|
width: 100%;
|
|
6157
6157
|
}
|
|
6158
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form .form-items-draggable[data-v-
|
|
6158
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form .form-items-draggable[data-v-d11a831a] {
|
|
6159
6159
|
display: flex;
|
|
6160
6160
|
flex-wrap: wrap;
|
|
6161
6161
|
}
|
|
6162
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6162
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-d11a831a] .el-form-item {
|
|
6163
6163
|
padding: 2px;
|
|
6164
6164
|
border: 2px solid transparent;
|
|
6165
6165
|
border-radius: 2px;
|
|
@@ -6168,20 +6168,20 @@ body,
|
|
|
6168
6168
|
cursor: move;
|
|
6169
6169
|
margin-bottom: 4px;
|
|
6170
6170
|
}
|
|
6171
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6171
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-d11a831a] .el-form-item .el-form-item__label-wrap {
|
|
6172
6172
|
margin: 0 0 0 8px !important;
|
|
6173
6173
|
}
|
|
6174
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6174
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-d11a831a] .el-form-item .el-form-item__content {
|
|
6175
6175
|
min-width: 150px;
|
|
6176
6176
|
}
|
|
6177
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6177
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-d11a831a] .el-form-item .form-item-label {
|
|
6178
6178
|
display: flex;
|
|
6179
6179
|
align-items: center;
|
|
6180
6180
|
}
|
|
6181
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6181
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-d11a831a] .el-form-item .el-input {
|
|
6182
6182
|
width: 150px;
|
|
6183
6183
|
}
|
|
6184
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6184
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-d11a831a] .el-form-item .delete-icon {
|
|
6185
6185
|
position: absolute;
|
|
6186
6186
|
top: -10px;
|
|
6187
6187
|
right: -10px;
|
|
@@ -6198,19 +6198,19 @@ body,
|
|
|
6198
6198
|
font-size: 12px;
|
|
6199
6199
|
z-index: 1;
|
|
6200
6200
|
}
|
|
6201
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6201
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-d11a831a] .el-form-item .delete-icon:hover {
|
|
6202
6202
|
background-color: #f56c6c;
|
|
6203
6203
|
}
|
|
6204
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6204
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-d11a831a] .el-form-item.is-hover {
|
|
6205
6205
|
border: 2px dashed #7b99cb !important;
|
|
6206
6206
|
}
|
|
6207
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6207
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-d11a831a] .el-form-item.is-hover .delete-icon {
|
|
6208
6208
|
display: flex;
|
|
6209
6209
|
}
|
|
6210
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6210
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-d11a831a] .el-form-item.is-select {
|
|
6211
6211
|
border: 2px dashed #efa53a !important;
|
|
6212
6212
|
}
|
|
6213
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6213
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-d11a831a] .el-form-item__label {
|
|
6214
6214
|
font-size: 13px;
|
|
6215
6215
|
color: #606266;
|
|
6216
6216
|
pointer-events: none;
|
|
@@ -6219,11 +6219,11 @@ body,
|
|
|
6219
6219
|
display: flex;
|
|
6220
6220
|
align-items: center;
|
|
6221
6221
|
}
|
|
6222
|
-
[data-v-
|
|
6222
|
+
[data-v-d11a831a] .el-checkbox-group {
|
|
6223
6223
|
display: flex;
|
|
6224
6224
|
gap: 12px;
|
|
6225
6225
|
}
|
|
6226
|
-
[data-v-
|
|
6226
|
+
[data-v-d11a831a] .el-checkbox-group .el-checkbox-button__inner {
|
|
6227
6227
|
border-radius: 4px;
|
|
6228
6228
|
}.fec-table[data-v-5e27559e] {
|
|
6229
6229
|
height: 100%;
|
|
@@ -6,6 +6,7 @@ import * as components from "../../node_modules/vxe-pc-ui/es/components.mjs";
|
|
|
6
6
|
/* empty css */
|
|
7
7
|
/* empty css */
|
|
8
8
|
import layout from "./src/directive/layout.mjs";
|
|
9
|
+
import auth from "./src/directive/auth.mjs";
|
|
9
10
|
const fecVue = {
|
|
10
11
|
install: (app) => {
|
|
11
12
|
for (let c in all) {
|
|
@@ -21,6 +22,7 @@ const fecVue = {
|
|
|
21
22
|
});
|
|
22
23
|
app.use(components);
|
|
23
24
|
app.use(layout);
|
|
25
|
+
app.use(auth);
|
|
24
26
|
}
|
|
25
27
|
};
|
|
26
28
|
export {
|
|
@@ -2,7 +2,7 @@ import "../../../../../../node_modules/element-plus/es/index.mjs";
|
|
|
2
2
|
/* empty css */
|
|
3
3
|
/* empty css */
|
|
4
4
|
/* empty css */
|
|
5
|
-
import { createBlock, createCommentVNode, openBlock, withCtx, createElementBlock, Fragment, renderList, createTextVNode, toDisplayString } from "vue";
|
|
5
|
+
import { resolveDirective, createBlock, createCommentVNode, openBlock, withCtx, createElementBlock, Fragment, renderList, withDirectives, createTextVNode, toDisplayString } from "vue";
|
|
6
6
|
/* empty css */
|
|
7
7
|
import _export_sfc from "../../../../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
8
8
|
import { ElFooter } from "../../../../../../node_modules/element-plus/es/components/container/index.mjs";
|
|
@@ -32,6 +32,7 @@ const _sfc_main = {
|
|
|
32
32
|
var _a;
|
|
33
33
|
const _component_el_button = ElButton;
|
|
34
34
|
const _component_el_footer = ElFooter;
|
|
35
|
+
const _directive_fec_auth = resolveDirective("fec-auth");
|
|
35
36
|
return __props.pageFooterConfig.enabled && ((_a = __props.pageFooterConfig.actions) == null ? void 0 : _a.length) ? (openBlock(), createBlock(_component_el_footer, {
|
|
36
37
|
key: 0,
|
|
37
38
|
class: "form-details-footer"
|
|
@@ -41,7 +42,7 @@ const _sfc_main = {
|
|
|
41
42
|
return openBlock(), createElementBlock(Fragment, {
|
|
42
43
|
key: button.id
|
|
43
44
|
}, [
|
|
44
|
-
button.btnType == "default" || button.btnType == "primary" && __props.formMode == "edit" ? (openBlock(), createBlock(_component_el_button, {
|
|
45
|
+
button.btnType == "default" || button.btnType == "primary" && __props.formMode == "edit" ? withDirectives((openBlock(), createBlock(_component_el_button, {
|
|
45
46
|
key: 0,
|
|
46
47
|
type: button.btnType,
|
|
47
48
|
onClick: ($event) => handleButtonClick(button)
|
|
@@ -50,7 +51,9 @@ const _sfc_main = {
|
|
|
50
51
|
createTextVNode(toDisplayString(button.label), 1)
|
|
51
52
|
]),
|
|
52
53
|
_: 2
|
|
53
|
-
}, 1032, ["type", "onClick"]))
|
|
54
|
+
}, 1032, ["type", "onClick"])), [
|
|
55
|
+
[_directive_fec_auth, button.permission]
|
|
56
|
+
]) : createCommentVNode("", true)
|
|
54
57
|
], 64);
|
|
55
58
|
}), 128))
|
|
56
59
|
]),
|
|
@@ -59,7 +62,7 @@ const _sfc_main = {
|
|
|
59
62
|
};
|
|
60
63
|
}
|
|
61
64
|
};
|
|
62
|
-
const component = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
65
|
+
const component = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-97973006"]]);
|
|
63
66
|
export {
|
|
64
67
|
component as default
|
|
65
68
|
};
|
|
@@ -3,7 +3,7 @@ import "../../../../../../node_modules/element-plus/es/index.mjs";
|
|
|
3
3
|
/* empty css */
|
|
4
4
|
/* empty css */
|
|
5
5
|
/* empty css */
|
|
6
|
-
import { computed, createBlock, createCommentVNode, unref, openBlock, normalizeClass, createSlots, withCtx, createElementVNode, toDisplayString, createElementBlock, Fragment, renderList, createTextVNode } from "vue";
|
|
6
|
+
import { computed, resolveDirective, createBlock, createCommentVNode, unref, openBlock, normalizeClass, createSlots, withCtx, createElementVNode, toDisplayString, createElementBlock, Fragment, renderList, withDirectives, createTextVNode } from "vue";
|
|
7
7
|
import { ArrowLeftBold as arrow_left_bold_default } from "../../../../../../node_modules/@element-plus/icons-vue/dist/index.mjs";
|
|
8
8
|
import { getCurrentVueInstance } from "../../../utils/getInstance.mjs";
|
|
9
9
|
/* empty css */
|
|
@@ -72,6 +72,7 @@ const _sfc_main = {
|
|
|
72
72
|
var _a, _b, _c, _d, _e;
|
|
73
73
|
const _component_el_button = ElButton;
|
|
74
74
|
const _component_el_page_header = ElPageHeader;
|
|
75
|
+
const _directive_fec_auth = resolveDirective("fec-auth");
|
|
75
76
|
return ((_a = __props.pageHeaderConfig) == null ? void 0 : _a.enabled) && (unref(canBack) || ((_c = (_b = __props.pageHeaderConfig) == null ? void 0 : _b.actions) == null ? void 0 : _c.length) > 0) ? (openBlock(), createBlock(_component_el_page_header, {
|
|
76
77
|
key: 0,
|
|
77
78
|
icon: unref(canBack) ? unref(arrow_left_bold_default) : null,
|
|
@@ -93,7 +94,7 @@ const _sfc_main = {
|
|
|
93
94
|
var _a2;
|
|
94
95
|
return [
|
|
95
96
|
(openBlock(true), createElementBlock(Fragment, null, renderList((_a2 = __props.pageHeaderConfig) == null ? void 0 : _a2.actions, (action) => {
|
|
96
|
-
return openBlock(), createBlock(_component_el_button, {
|
|
97
|
+
return withDirectives((openBlock(), createBlock(_component_el_button, {
|
|
97
98
|
key: action.id,
|
|
98
99
|
type: getButtonType(action.btnStyle),
|
|
99
100
|
onClick: ($event) => handleActionClick(action)
|
|
@@ -102,7 +103,9 @@ const _sfc_main = {
|
|
|
102
103
|
createTextVNode(toDisplayString(action.label), 1)
|
|
103
104
|
]),
|
|
104
105
|
_: 2
|
|
105
|
-
}, 1032, ["type", "onClick"])
|
|
106
|
+
}, 1032, ["type", "onClick"])), [
|
|
107
|
+
[_directive_fec_auth, action.permission]
|
|
108
|
+
]);
|
|
106
109
|
}), 128))
|
|
107
110
|
];
|
|
108
111
|
}),
|
|
@@ -112,7 +115,7 @@ const _sfc_main = {
|
|
|
112
115
|
};
|
|
113
116
|
}
|
|
114
117
|
};
|
|
115
|
-
const component = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
118
|
+
const component = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-a55fc4ab"]]);
|
|
116
119
|
export {
|
|
117
120
|
component as default
|
|
118
121
|
};
|