feat: 过滤器枚举值排序

This commit is contained in:
fit2cloud-chenyw
2022-06-07 15:04:24 +08:00
parent 54d8d59c0a
commit fbd0d39002
30 changed files with 1269 additions and 60 deletions

View File

@@ -17,7 +17,8 @@ const dialogPanel = {
label: 'text',
value: 'id',
fieldId: '',
dragItems: []
dragItems: [],
sort: {}
},
value: '',
manualModify: false
@@ -96,6 +97,9 @@ class TextSelectTreeServiceImpl extends WidgetService {
}
return param
}
isSortWidget() {
return true
}
fillValueDerfault(element) {
const defaultV = element.options.value === null ? '' : element.options.value.toString()