mirror of
https://github.com/dataease/dataease.git
synced 2026-05-19 10:18:11 +08:00
feat: 过滤器枚举值排序
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user