@fecp/designer 5.4.79 → 5.4.80

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.
Files changed (37) hide show
  1. package/es/designer/package.json.mjs +1 -1
  2. package/es/designer/src/packages/dialog/index.vue2.mjs +1 -1
  3. package/es/designer/src/packages/dialog/useDialogDialog.mjs +1 -1
  4. package/es/designer/src/packages/dialogGlobal/index.vue2.mjs +1 -1
  5. package/es/designer/src/packages/dialogGlobal/useDialogGlobalDialog.mjs +1 -1
  6. package/es/designer/src/packages/form/formSetting.vue.mjs +16 -36
  7. package/es/designer/src/packages/form/property/widgets.vue.mjs +2 -2
  8. package/es/designer.css +99 -78
  9. package/es/packages/vue/src/components/dialog/DialogRenderer.vue2.mjs +1 -1
  10. package/es/packages/vue/src/components/forms/formItem/FormItem.vue.mjs +3 -3
  11. package/es/packages/vue/src/components/forms/select/Select.vue.mjs +1 -1
  12. package/es/packages/vue/src/components/forms/text/Text.vue.mjs +1 -1
  13. package/es/packages/vue/src/components/table/CustomButtons.vue.mjs +6 -3
  14. package/es/packages/vue/src/components/table/DynamicQuery.vue.mjs +25 -8
  15. package/es/packages/vue/src/components/table/TableColumn.vue.mjs +3 -2
  16. package/es/packages/vue/src/components/table/TableFilter.vue.mjs +14 -18
  17. package/es/packages/vue/src/composables/usePageEvents.mjs +1 -1
  18. package/es/packages/vue/src/utils/datasource.mjs +1 -1
  19. package/lib/designer/package.json.js +1 -1
  20. package/lib/designer/src/packages/dialog/index.vue2.js +1 -1
  21. package/lib/designer/src/packages/dialog/useDialogDialog.js +1 -1
  22. package/lib/designer/src/packages/dialogGlobal/index.vue2.js +1 -1
  23. package/lib/designer/src/packages/dialogGlobal/useDialogGlobalDialog.js +1 -1
  24. package/lib/designer/src/packages/form/formSetting.vue.js +21 -41
  25. package/lib/designer/src/packages/form/property/widgets.vue.js +2 -2
  26. package/lib/designer.css +99 -78
  27. package/lib/packages/vue/src/components/dialog/DialogRenderer.vue2.js +1 -1
  28. package/lib/packages/vue/src/components/forms/formItem/FormItem.vue.js +3 -3
  29. package/lib/packages/vue/src/components/forms/select/Select.vue.js +1 -1
  30. package/lib/packages/vue/src/components/forms/text/Text.vue.js +1 -1
  31. package/lib/packages/vue/src/components/table/CustomButtons.vue.js +5 -2
  32. package/lib/packages/vue/src/components/table/DynamicQuery.vue.js +24 -7
  33. package/lib/packages/vue/src/components/table/TableColumn.vue.js +3 -2
  34. package/lib/packages/vue/src/components/table/TableFilter.vue.js +18 -22
  35. package/lib/packages/vue/src/composables/usePageEvents.js +1 -1
  36. package/lib/packages/vue/src/utils/datasource.js +1 -1
  37. package/package.json +1 -1
package/lib/designer.css CHANGED
@@ -4360,7 +4360,7 @@ to {
4360
4360
  }
4361
4361
  .quick-setting-panel .setting-row[data-v-55479df2] .el-checkbox .el-checkbox__label {
4362
4362
  padding-left: 5px;
4363
- }.form-setting[data-v-cc559ca7] {
4363
+ }.form-setting[data-v-37091686] {
4364
4364
  display: flex;
4365
4365
  align-items: center;
4366
4366
  justify-content: space-between;
@@ -4371,35 +4371,35 @@ to {
4371
4371
  background: #f5f7fa;
4372
4372
  border-radius: 4px;
4373
4373
  }
4374
- .form-setting .setting-left[data-v-cc559ca7] {
4374
+ .form-setting .setting-left[data-v-37091686] {
4375
4375
  display: flex;
4376
4376
  align-items: center;
4377
4377
  gap: 12px;
4378
4378
  }
4379
- .form-setting .setting-right[data-v-cc559ca7] {
4379
+ .form-setting .setting-right[data-v-37091686] {
4380
4380
  display: flex;
4381
4381
  align-items: center;
4382
4382
  gap: 12px;
4383
4383
  }
4384
- .form-setting .setting-divider[data-v-cc559ca7] {
4384
+ .form-setting .setting-divider[data-v-37091686] {
4385
4385
  width: 1px;
4386
4386
  height: 20px;
4387
4387
  background: #dcdfe6;
4388
4388
  }
4389
- .form-setting .text-label[data-v-cc559ca7] {
4389
+ .form-setting .text-label[data-v-37091686] {
4390
4390
  font-size: 13px;
4391
4391
  color: #606266;
4392
4392
  }
4393
- .form-setting .data-source-btn.is-configured[data-v-cc559ca7] {
4393
+ .form-setting .data-source-btn.is-configured[data-v-37091686] {
4394
4394
  background: linear-gradient(135deg, #f0f9ff 0%, #e6f7ff 100%);
4395
4395
  border-color: #91d5ff;
4396
4396
  color: #1890ff;
4397
4397
  }
4398
- .form-setting .data-source-btn.is-configured[data-v-cc559ca7]:hover {
4398
+ .form-setting .data-source-btn.is-configured[data-v-37091686]:hover {
4399
4399
  background: linear-gradient(135deg, #e0f2ff 0%, #d6f0ff 100%);
4400
4400
  border-color: #409eff;
4401
4401
  }
4402
- .form-setting .validation-count-tag[data-v-cc559ca7] {
4402
+ .form-setting .validation-count-tag[data-v-37091686] {
4403
4403
  margin-left: 6px;
4404
4404
  height: 16px;
4405
4405
  padding: 0 5px;
@@ -5449,12 +5449,12 @@ body,
5449
5449
  font-size: 13px;
5450
5450
  color: #606266;
5451
5451
  margin-left: 8px;
5452
- }.custom-buttons[data-v-7610c2d4] {
5452
+ }.custom-buttons[data-v-8d29fa72] {
5453
5453
  display: flex;
5454
5454
  align-items: center;
5455
5455
  margin: 0 0 0 0;
5456
5456
  }
5457
- .back-icon[data-v-7610c2d4] {
5457
+ .back-icon[data-v-8d29fa72] {
5458
5458
  display: flex;
5459
5459
  align-items: center;
5460
5460
  justify-content: center;
@@ -5467,15 +5467,15 @@ body,
5467
5467
  margin-left: 4px;
5468
5468
  margin-right: -6px;
5469
5469
  }
5470
- .back-icon .el-icon[data-v-7610c2d4] {
5470
+ .back-icon .el-icon[data-v-8d29fa72] {
5471
5471
  font-size: 14px;
5472
5472
  font-weight: 500;
5473
5473
  color: var(--el-color-primary);
5474
5474
  }
5475
- .back-icon[data-v-7610c2d4]:hover {
5475
+ .back-icon[data-v-8d29fa72]:hover {
5476
5476
  opacity: 0.7;
5477
5477
  }
5478
- .template-name[data-v-7610c2d4] {
5478
+ .template-name[data-v-8d29fa72] {
5479
5479
  font-size: 16px;
5480
5480
  font-weight: 600;
5481
5481
  color: #303133;
@@ -5485,6 +5485,17 @@ body,
5485
5485
  overflow: hidden;
5486
5486
  text-overflow: ellipsis;
5487
5487
  position: relative;
5488
+ display: flex;
5489
+ align-items: center;
5490
+ }
5491
+ .template-name-line[data-v-8d29fa72] {
5492
+ height: 16px;
5493
+ width: 4px;
5494
+ background-color: var(--el-color-primary);
5495
+ display: inline-block;
5496
+ border-radius: 5px;
5497
+ margin-right: 12px;
5498
+ margin-top: 2px;
5488
5499
  }.fec-sub-title[data-v-0105f658] {
5489
5500
  width: 100%;
5490
5501
  height: 100%;
@@ -5846,21 +5857,21 @@ body,
5846
5857
  outline: none;
5847
5858
  box-shadow: 0 1px 0 0 #c0c4cc inset, 0 -1px 0 0 #c0c4cc inset, -1px 0 0 0 #c0c4cc inset;
5848
5859
  }
5849
- .info-icon[data-v-3657e72b] {
5860
+ .info-icon[data-v-3a8e5cc4] {
5850
5861
  margin-left: 4px;
5851
5862
  color: #f5b041;
5852
5863
  cursor: help;
5853
5864
  font-size: 14px;
5854
5865
  }
5855
- .credit-icon[data-v-3657e72b] {
5866
+ .credit-icon[data-v-3a8e5cc4] {
5856
5867
  color: #2e8bff;
5857
5868
  margin-right: 2px;
5858
5869
  }
5859
- .regulation-icon[data-v-3657e72b] {
5870
+ .regulation-icon[data-v-3a8e5cc4] {
5860
5871
  color: #f56c6c;
5861
5872
  margin-right: 2px;
5862
5873
  }
5863
- [data-v-3657e72b] .el-form-item__label {
5874
+ [data-v-3a8e5cc4] .el-form-item__label {
5864
5875
  padding: 0 8px 0 0;
5865
5876
  }
5866
5877
  .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] {
@@ -5958,10 +5969,10 @@ body,
5958
5969
  }
5959
5970
  [data-v-2e861481] .vgl-item > .el-container {
5960
5971
  height: auto !important;
5961
- }.cell-content .cell-text[data-v-77be03fc] {
5972
+ }.cell-content .cell-text[data-v-25279910] {
5962
5973
  display: inline-block;
5963
5974
  }
5964
- .cell-content .copy-icon[data-v-77be03fc] {
5975
+ .cell-content .copy-icon[data-v-25279910] {
5965
5976
  cursor: pointer;
5966
5977
  color: #909399;
5967
5978
  font-size: 14px;
@@ -5969,16 +5980,16 @@ body,
5969
5980
  top: 4px;
5970
5981
  margin-left: 4px;
5971
5982
  }
5972
- .cell-content .copy-icon[data-v-77be03fc]:hover {
5983
+ .cell-content .copy-icon[data-v-25279910]:hover {
5973
5984
  color: #409eff;
5974
- }.fec-table-filter[data-v-ea506656] {
5985
+ }.fec-table-filter[data-v-73e7d5aa] {
5975
5986
  display: flex;
5976
5987
  background-color: #fff;
5977
5988
  align-items: flex-start;
5978
5989
  gap: 12px;
5979
5990
  padding: 12px 0 8px 0;
5980
5991
  }
5981
- .fec-table-filter .filter-fields[data-v-ea506656] {
5992
+ .fec-table-filter .filter-fields[data-v-73e7d5aa] {
5982
5993
  flex: 1;
5983
5994
  display: grid;
5984
5995
  grid-template-columns: repeat(var(--column-count, 3), 1fr);
@@ -5986,19 +5997,19 @@ body,
5986
5997
  transition: all 0.4s ease;
5987
5998
  overflow: hidden;
5988
5999
  }
5989
- .fec-table-filter .filter-fields.is-collapsed[data-v-ea506656] {
5990
- max-height: var(--129ad2ff);
6000
+ .fec-table-filter .filter-fields.is-collapsed[data-v-73e7d5aa] {
6001
+ max-height: var(--13ca2eb8);
5991
6002
  }
5992
- .fec-table-filter .filter-field[data-v-ea506656] {
6003
+ .fec-table-filter .filter-field[data-v-73e7d5aa] {
5993
6004
  transition: all 0.3s ease;
5994
6005
  }
5995
- .fec-table-filter .filter-field[data-v-ea506656] .el-form-item {
6006
+ .fec-table-filter .filter-field[data-v-73e7d5aa] .el-form-item {
5996
6007
  margin-bottom: 0;
5997
6008
  display: flex;
5998
6009
  flex-direction: row;
5999
6010
  align-items: center;
6000
6011
  }
6001
- .fec-table-filter .filter-field[data-v-ea506656] .el-form-item .el-form-item__label {
6012
+ .fec-table-filter .filter-field[data-v-73e7d5aa] .el-form-item .el-form-item__label {
6002
6013
  font-size: 14px;
6003
6014
  color: #606266;
6004
6015
  font-weight: 500;
@@ -6008,56 +6019,55 @@ body,
6008
6019
  width: 100px;
6009
6020
  flex-shrink: 0;
6010
6021
  text-align: right;
6022
+ width: 35% !important;
6011
6023
  }
6012
- .fec-table-filter .filter-field[data-v-ea506656] .el-form-item .el-form-item__content {
6024
+ .fec-table-filter .filter-field[data-v-73e7d5aa] .el-form-item .el-form-item__content {
6013
6025
  flex: 1;
6014
6026
  margin-left: 0 !important;
6015
6027
  }
6016
- .fec-table-filter .filter-field[data-v-ea506656] .text-field-wrapper,
6017
- .fec-table-filter .filter-field[data-v-ea506656] .el-select,
6018
- .fec-table-filter .filter-field[data-v-ea506656] .el-date-editor {
6028
+ .fec-table-filter .filter-field[data-v-73e7d5aa] .text-field-wrapper,
6029
+ .fec-table-filter .filter-field[data-v-73e7d5aa] .el-select,
6030
+ .fec-table-filter .filter-field[data-v-73e7d5aa] .el-date-editor {
6019
6031
  width: 100%;
6020
6032
  }
6021
- .fec-table-filter .filter-actions[data-v-ea506656] {
6033
+ .fec-table-filter .filter-actions[data-v-73e7d5aa] {
6022
6034
  flex-shrink: 0;
6023
- border-left: 1px solid #eaebef;
6035
+ /* border-left: 1px solid #eaebef; */
6024
6036
  display: flex;
6025
6037
  align-items: center;
6026
6038
  flex-direction: column;
6027
- justify-content: center;
6028
- padding-left: 16px;
6029
- margin-left: 12px;
6039
+ justify-content: end;
6030
6040
  gap: 10px;
6031
6041
  height: 100%;
6032
6042
  }
6033
- .fec-table-filter .filter-actions[data-v-ea506656] .el-button {
6043
+ .fec-table-filter .filter-actions[data-v-73e7d5aa] .el-button {
6034
6044
  margin: 0;
6035
6045
  }
6036
- .fec-table-filter .filter-actions.inline[data-v-ea506656] {
6046
+ .fec-table-filter .filter-actions.inline[data-v-73e7d5aa] {
6037
6047
  flex-direction: row;
6038
6048
  gap: 8px;
6039
6049
  height: auto;
6040
6050
  align-items: center;
6041
6051
  }
6042
- .filter-fields[data-v-ea506656] {
6052
+ .filter-fields[data-v-73e7d5aa] {
6043
6053
  transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
6044
6054
  }
6045
- .filter-field[data-v-ea506656] {
6055
+ .filter-field[data-v-73e7d5aa] {
6046
6056
  transition: opacity 0.3s ease, transform 0.3s ease;
6047
6057
  }
6048
- .filter-divider[data-v-ea506656] {
6058
+ .filter-divider[data-v-73e7d5aa] {
6049
6059
  margin: 8px 0;
6050
6060
  z-index: 1;
6051
6061
  transition: all 0.3s ease;
6052
6062
  }
6053
- .filter-divider .collapse-toggle[data-v-ea506656] {
6063
+ .filter-divider .collapse-toggle[data-v-73e7d5aa] {
6054
6064
  display: flex;
6055
6065
  align-items: center;
6056
6066
  gap: 2px;
6057
6067
  color: #409eff;
6058
6068
  cursor: pointer;
6059
6069
  }
6060
- .filter-divider[data-v-ea506656] .el-divider__text {
6070
+ .filter-divider[data-v-73e7d5aa] .el-divider__text {
6061
6071
  font-size: 13px;
6062
6072
  color: #606266;
6063
6073
  transition: all 0.3s ease;
@@ -6067,14 +6077,14 @@ body,
6067
6077
  background-color: #fff;
6068
6078
  padding: 0 10px;
6069
6079
  }
6070
- .filter-divider[data-v-ea506656] .el-icon {
6080
+ .filter-divider[data-v-73e7d5aa] .el-icon {
6071
6081
  transition: transform 0.3s ease;
6072
- }.dynamic-mode-config .dynamic-row[data-v-d11a831a] {
6082
+ }.dynamic-mode-config .dynamic-row[data-v-349ed4c5] {
6073
6083
  display: flex;
6074
6084
  height: 54px;
6075
6085
  align-items: center;
6076
6086
  }
6077
- .dynamic-mode-config .back-icon[data-v-d11a831a] {
6087
+ .dynamic-mode-config .back-icon[data-v-349ed4c5] {
6078
6088
  display: flex;
6079
6089
  align-items: center;
6080
6090
  justify-content: center;
@@ -6087,11 +6097,11 @@ body,
6087
6097
  margin-left: 4px;
6088
6098
  margin-right: -6px;
6089
6099
  }
6090
- .dynamic-mode-config .back-icon .el-icon[data-v-d11a831a] {
6100
+ .dynamic-mode-config .back-icon .el-icon[data-v-349ed4c5] {
6091
6101
  font-size: 16px;
6092
6102
  font-weight: bold;
6093
6103
  }
6094
- .dynamic-mode-config .template-name[data-v-d11a831a] {
6104
+ .dynamic-mode-config .template-name[data-v-349ed4c5] {
6095
6105
  font-size: 16px;
6096
6106
  font-weight: 600;
6097
6107
  color: #303133;
@@ -6101,39 +6111,50 @@ body,
6101
6111
  overflow: hidden;
6102
6112
  text-overflow: ellipsis;
6103
6113
  position: relative;
6114
+ display: flex;
6115
+ align-items: center;
6116
+ }
6117
+ .dynamic-mode-config .template-name-line[data-v-349ed4c5] {
6118
+ height: 16px;
6119
+ width: 4px;
6120
+ background-color: var(--el-color-primary);
6121
+ display: inline-block;
6122
+ border-radius: 5px;
6123
+ margin-right: 12px;
6124
+ margin-top: 2px;
6104
6125
  }
6105
- .dynamic-mode-config .tab-display-section[data-v-d11a831a] {
6126
+ .dynamic-mode-config .tab-display-section[data-v-349ed4c5] {
6106
6127
  flex: 1;
6107
6128
  min-width: 0;
6108
6129
  }
6109
- .dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-d11a831a] .el-tabs__header {
6130
+ .dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-349ed4c5] .el-tabs__header {
6110
6131
  margin: 0;
6111
6132
  }
6112
- .dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-d11a831a] .el-tabs__nav-wrap::after {
6133
+ .dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-349ed4c5] .el-tabs__nav-wrap::after {
6113
6134
  height: 0;
6114
6135
  }
6115
- .dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-d11a831a] .el-tabs__item {
6136
+ .dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-349ed4c5] .el-tabs__item {
6116
6137
  padding: 0 12px;
6117
6138
  }
6118
- .dynamic-mode-config .search-display-section[data-v-d11a831a] {
6139
+ .dynamic-mode-config .search-display-section[data-v-349ed4c5] {
6119
6140
  flex-shrink: 0;
6120
6141
  display: flex;
6121
6142
  align-items: center;
6122
6143
  gap: 12px;
6123
6144
  margin-left: auto;
6124
6145
  }
6125
- .dynamic-mode-config .search-display-section .search-input-group .search-input[data-v-d11a831a] {
6126
- width: 300px;
6146
+ .dynamic-mode-config .search-display-section .search-input-group .search-input[data-v-349ed4c5] {
6147
+ /* width: 300px; */
6127
6148
  }
6128
- .dynamic-mode-config .search-display-section .optBtnDraggable[data-v-d11a831a] {
6149
+ .dynamic-mode-config .search-display-section .optBtnDraggable[data-v-349ed4c5] {
6129
6150
  display: flex;
6130
6151
  align-items: center;
6131
6152
  gap: 8px;
6132
6153
  }
6133
- .dynamic-mode-config .search-display-section .optBtn[data-v-d11a831a] {
6154
+ .dynamic-mode-config .search-display-section .optBtn[data-v-349ed4c5] {
6134
6155
  position: relative;
6135
6156
  }
6136
- .dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-d11a831a] {
6157
+ .dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-349ed4c5] {
6137
6158
  position: absolute;
6138
6159
  top: -10px;
6139
6160
  right: -10px;
@@ -6150,31 +6171,31 @@ body,
6150
6171
  font-size: 12px;
6151
6172
  z-index: 1;
6152
6173
  }
6153
- .dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-d11a831a]:hover {
6174
+ .dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-349ed4c5]:hover {
6154
6175
  background-color: #f56c6c;
6155
6176
  }
6156
- .dynamic-mode-config .search-display-section .optBtn.is-hover .delete-icon[data-v-d11a831a] {
6177
+ .dynamic-mode-config .search-display-section .optBtn.is-hover .delete-icon[data-v-349ed4c5] {
6157
6178
  display: flex;
6158
6179
  }
6159
- .dynamic-mode-config .search-display-section .optBtn .elBtn[data-v-d11a831a] {
6180
+ .dynamic-mode-config .search-display-section .optBtn .elBtn[data-v-349ed4c5] {
6160
6181
  pointer-events: none;
6161
6182
  }
6162
- .dynamic-mode-config .search-display-section .addLink .el-icon[data-v-d11a831a] {
6183
+ .dynamic-mode-config .search-display-section .addLink .el-icon[data-v-349ed4c5] {
6163
6184
  margin-right: 4px;
6164
6185
  }
6165
- .dynamic-mode-config .expand-filter-section[data-v-d11a831a] {
6186
+ .dynamic-mode-config .expand-filter-section[data-v-349ed4c5] {
6166
6187
  padding-top: 4px;
6167
6188
  border-top: 1px solid #ebeef5;
6168
6189
  margin-top: 4px;
6169
6190
  }
6170
- .dynamic-mode-config .expand-filter-section .filter-form-section[data-v-d11a831a] {
6191
+ .dynamic-mode-config .expand-filter-section .filter-form-section[data-v-349ed4c5] {
6171
6192
  width: 100%;
6172
6193
  }
6173
- .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form .form-items-draggable[data-v-d11a831a] {
6194
+ .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form .form-items-draggable[data-v-349ed4c5] {
6174
6195
  display: flex;
6175
6196
  flex-wrap: wrap;
6176
6197
  }
6177
- .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-d11a831a] .el-form-item {
6198
+ .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-349ed4c5] .el-form-item {
6178
6199
  padding: 2px;
6179
6200
  border: 2px solid transparent;
6180
6201
  border-radius: 2px;
@@ -6183,20 +6204,20 @@ body,
6183
6204
  cursor: move;
6184
6205
  margin-bottom: 4px;
6185
6206
  }
6186
- .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-d11a831a] .el-form-item .el-form-item__label-wrap {
6207
+ .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-349ed4c5] .el-form-item .el-form-item__label-wrap {
6187
6208
  margin: 0 0 0 8px !important;
6188
6209
  }
6189
- .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-d11a831a] .el-form-item .el-form-item__content {
6210
+ .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-349ed4c5] .el-form-item .el-form-item__content {
6190
6211
  min-width: 150px;
6191
6212
  }
6192
- .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-d11a831a] .el-form-item .form-item-label {
6213
+ .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-349ed4c5] .el-form-item .form-item-label {
6193
6214
  display: flex;
6194
6215
  align-items: center;
6195
6216
  }
6196
- .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-d11a831a] .el-form-item .el-input {
6217
+ .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-349ed4c5] .el-form-item .el-input {
6197
6218
  width: 150px;
6198
6219
  }
6199
- .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-d11a831a] .el-form-item .delete-icon {
6220
+ .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-349ed4c5] .el-form-item .delete-icon {
6200
6221
  position: absolute;
6201
6222
  top: -10px;
6202
6223
  right: -10px;
@@ -6213,19 +6234,19 @@ body,
6213
6234
  font-size: 12px;
6214
6235
  z-index: 1;
6215
6236
  }
6216
- .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-d11a831a] .el-form-item .delete-icon:hover {
6237
+ .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-349ed4c5] .el-form-item .delete-icon:hover {
6217
6238
  background-color: #f56c6c;
6218
6239
  }
6219
- .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-d11a831a] .el-form-item.is-hover {
6240
+ .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-349ed4c5] .el-form-item.is-hover {
6220
6241
  border: 2px dashed #7b99cb !important;
6221
6242
  }
6222
- .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-d11a831a] .el-form-item.is-hover .delete-icon {
6243
+ .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-349ed4c5] .el-form-item.is-hover .delete-icon {
6223
6244
  display: flex;
6224
6245
  }
6225
- .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-d11a831a] .el-form-item.is-select {
6246
+ .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-349ed4c5] .el-form-item.is-select {
6226
6247
  border: 2px dashed #efa53a !important;
6227
6248
  }
6228
- .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-d11a831a] .el-form-item__label {
6249
+ .dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-349ed4c5] .el-form-item__label {
6229
6250
  font-size: 13px;
6230
6251
  color: #606266;
6231
6252
  pointer-events: none;
@@ -6234,11 +6255,11 @@ body,
6234
6255
  display: flex;
6235
6256
  align-items: center;
6236
6257
  }
6237
- [data-v-d11a831a] .el-checkbox-group {
6258
+ [data-v-349ed4c5] .el-checkbox-group {
6238
6259
  display: flex;
6239
6260
  gap: 12px;
6240
6261
  }
6241
- [data-v-d11a831a] .el-checkbox-group .el-checkbox-button__inner {
6262
+ [data-v-349ed4c5] .el-checkbox-group .el-checkbox-button__inner {
6242
6263
  border-radius: 4px;
6243
6264
  }.fec-table[data-v-5e27559e] {
6244
6265
  height: 100%;
@@ -11,9 +11,9 @@ const index$2 = require("../forms/form/index.js");
11
11
  const parseRouteParams = require("../../utils/parseRouteParams.js");
12
12
  const calculate = require("../../utils/formulajs/calculate.js");
13
13
  const eventFlowHandler = require("../../utils/eventFlow/eventFlowHandler.js");
14
- ;/* empty css */
15
14
  ;/* empty css */
16
15
  ;/* empty css */
16
+ ;/* empty css */
17
17
  const common = require("../../utils/common.js");
18
18
  ;/* empty css */
19
19
  const _pluginVue_exportHelper = require("../../../../../_virtual/_plugin-vue_export-helper.js");
@@ -162,7 +162,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
162
162
  prop: __props.config.fieldName,
163
163
  required: __props.config.required,
164
164
  error: __props.error,
165
- "label-width": __props.config.labelMode == "default" ? __props.localConfig.labelWidth || "auto" : "auto"
165
+ "label-width": 160
166
166
  }, vue.createSlots({
167
167
  default: vue.withCtx(() => [
168
168
  __props.config.labelMode != "label" ? (vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(componentType.value), vue.mergeProps({
@@ -203,9 +203,9 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
203
203
  }),
204
204
  key: "0"
205
205
  } : void 0
206
- ]), 1032, ["prop", "required", "error", "label-width"]));
206
+ ]), 1032, ["prop", "required", "error"]));
207
207
  };
208
208
  }
209
209
  });
210
- const _FormItem = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-3657e72b"]]);
210
+ const _FormItem = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-3a8e5cc4"]]);
211
211
  exports.default = _FormItem;
@@ -26,7 +26,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
26
26
  },
27
27
  placeholder: {
28
28
  type: String,
29
- default: "请选择"
29
+ default: ""
30
30
  },
31
31
  disabled: {
32
32
  type: Boolean,
@@ -5,9 +5,9 @@ require("../../../../../../node_modules/element-plus/es/index.js");
5
5
  ;/* empty css */
6
6
  ;/* empty css */
7
7
  const vue = require("vue");
8
- ;/* empty css */
9
8
  ;/* empty css */
10
9
  ;/* empty css */
10
+ ;/* empty css */
11
11
  const index$3 = require("../../dialog/index.js");
12
12
  ;/* empty css */
13
13
  ;/* empty css */
@@ -125,7 +125,10 @@ const _sfc_main = {
125
125
  _: 1
126
126
  })
127
127
  ])) : vue.createCommentVNode("", true),
128
- __props.localConfig.showTitle ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_2, vue.toDisplayString(__props.localConfig.templateName), 1)) : vue.createCommentVNode("", true),
128
+ __props.localConfig.showTitle ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_2, [
129
+ _cache[0] || (_cache[0] = vue.createElementVNode("div", { class: "template-name-line" }, null, -1)),
130
+ vue.createTextVNode(" " + vue.toDisplayString(__props.localConfig.templateName), 1)
131
+ ])) : vue.createCommentVNode("", true),
129
132
  !__props.readOnly && !__props.isSubTable && hasButtons.value ? (vue.openBlock(), vue.createBlock(vue.unref(index$2.VxeToolbar), {
130
133
  key: 2,
131
134
  ref: "toolbarRef",
@@ -171,5 +174,5 @@ const _sfc_main = {
171
174
  };
172
175
  }
173
176
  };
174
- const CustomButtons = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-7610c2d4"]]);
177
+ const CustomButtons = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-8d29fa72"]]);
175
178
  exports.default = CustomButtons;
@@ -278,7 +278,10 @@ const _sfc_main = {
278
278
  _: 1
279
279
  })
280
280
  ])) : vue.createCommentVNode("", true),
281
- __props.localConfig.showTitle ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_4, vue.toDisplayString(__props.localConfig.templateName), 1)) : vue.createCommentVNode("", true),
281
+ __props.localConfig.showTitle ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_4, [
282
+ _cache[2] || (_cache[2] = vue.createElementVNode("div", { class: "template-name-line" }, null, -1)),
283
+ vue.createTextVNode(" " + vue.toDisplayString(__props.localConfig.templateName), 1)
284
+ ])) : vue.createCommentVNode("", true),
282
285
  queryConfig.value.enabled && tabConfigs.value.length > 0 ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_5, [
283
286
  vue.createVNode(_component_el_tabs, {
284
287
  modelValue: activeTab.value,
@@ -302,11 +305,25 @@ const _sfc_main = {
302
305
  vue.createVNode(_component_el_input, {
303
306
  modelValue: searchInputValue.value,
304
307
  "onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => searchInputValue.value = $event),
305
- placeholder: "请输入关键词搜索...",
308
+ placeholder: "请输入查询条件",
306
309
  class: "search-input",
307
- "prefix-icon": vue.unref(index$1.Search),
310
+ clearable: "",
308
311
  onKeyup: onSearchInputKeyup
309
- }, vue.createSlots({ _: 2 }, [
312
+ }, vue.createSlots({
313
+ suffix: vue.withCtx(() => [
314
+ vue.createVNode(_component_el_icon, {
315
+ class: "el-input__icon",
316
+ style: { "cursor": "pointer" },
317
+ onClick: handleSearch
318
+ }, {
319
+ default: vue.withCtx(() => [
320
+ vue.createVNode(vue.unref(index$1.Search))
321
+ ]),
322
+ _: 1
323
+ })
324
+ ]),
325
+ _: 2
326
+ }, [
310
327
  dynamicConfig.value.advancedSearch ? {
311
328
  name: "append",
312
329
  fn: vue.withCtx(() => [
@@ -322,7 +339,7 @@ const _sfc_main = {
322
339
  ]),
323
340
  key: "0"
324
341
  } : void 0
325
- ]), 1032, ["modelValue", "prefix-icon"])
342
+ ]), 1032, ["modelValue"])
326
343
  ])) : vue.createCommentVNode("", true),
327
344
  !__props.readOnly && !__props.isSubTable && rightButtons.value.length > 0 ? (vue.openBlock(), vue.createBlock(vue.unref(index$5.VxeToolbar), {
328
345
  key: 1,
@@ -412,7 +429,7 @@ const _sfc_main = {
412
429
  style: { "flex": "1" },
413
430
  clearable: ""
414
431
  }, null, 8, ["modelValue", "onUpdate:modelValue", "placeholder"]),
415
- _cache[2] || (_cache[2] = vue.createElementVNode("span", null, "-", -1)),
432
+ _cache[3] || (_cache[3] = vue.createElementVNode("span", null, "-", -1)),
416
433
  vue.createVNode(_component_el_input_number, {
417
434
  modelValue: filterValues.value[`${field.fieldId}_max`],
418
435
  "onUpdate:modelValue": ($event) => filterValues.value[`${field.fieldId}_max`] = $event,
@@ -455,5 +472,5 @@ const _sfc_main = {
455
472
  };
456
473
  }
457
474
  };
458
- const DynamicQuery = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-d11a831a"]]);
475
+ const DynamicQuery = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-349ed4c5"]]);
459
476
  exports.default = DynamicQuery;
@@ -9,10 +9,10 @@ require("../../../../../node_modules/vxe-table/es/components.js");
9
9
  const index$3 = require("../../../../../node_modules/@element-plus/icons-vue/dist/index.js");
10
10
  const parseFilterConfig = require("../../utils/parseFilterConfig.js");
11
11
  const common = require("../../utils/common.js");
12
- ;/* empty css */
13
12
  ;/* empty css */
14
13
  ;/* empty css */
15
14
  ;/* empty css */
15
+ ;/* empty css */
16
16
  ;/* empty css */
17
17
  require("./index.js");
18
18
  require("../forms/form/index.js");
@@ -393,6 +393,7 @@ const _sfc_main = {
393
393
  field.isLink ? (vue.openBlock(), vue.createBlock(_component_el_link, {
394
394
  key: 1,
395
395
  type: "primary",
396
+ underline: false,
396
397
  onClick: ($event) => handleButtonClick(row, field, field.linkConfig)
397
398
  }, {
398
399
  default: vue.withCtx(() => [
@@ -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-77be03fc"]]);
451
+ const TableColumn = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-25279910"]]);
451
452
  exports.default = TableColumn;