Commit 542358e1 by pangchong

fix: 下拉框多选待优化

parent 57e5e4ae
...@@ -56,10 +56,16 @@ import { cloneDeep } from 'lodash' ...@@ -56,10 +56,16 @@ import { cloneDeep } from 'lodash'
const es = defineEmits(['update:modelValue', 'change', 'getScrollTop']) const es = defineEmits(['update:modelValue', 'change', 'getScrollTop'])
const ps = defineProps({ const ps = defineProps({
//是否筛选
filter: { filter: {
type: Boolean, type: Boolean,
default: false default: false
}, },
//是否多选(只对filter有效)---待优化
// multiple: {
// type: Boolean,
// default: false
// },
style: { style: {
type: Object, type: Object,
default: () => { default: () => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment