mirror of
https://github.com/cool-team-official/cool-admin-vue.git
synced 2025-12-11 13:02:49 +00:00
优化
This commit is contained in:
parent
b375cbe724
commit
90a4c8e69f
@ -230,6 +230,7 @@ export default defineComponent({
|
||||
clearable
|
||||
filterable
|
||||
placeholder={placeholder}
|
||||
disabled={props.disabled}
|
||||
data={list.value}
|
||||
checkStrictly={props.allLevelsId || props.checkStrictly}
|
||||
defaultExpandAll={props.defaultExpandAll}
|
||||
@ -249,6 +250,7 @@ export default defineComponent({
|
||||
v-model={value.value}
|
||||
clearable
|
||||
filterable
|
||||
disabled={props.disabled}
|
||||
placeholder={placeholder}
|
||||
style={style}
|
||||
onChange={onChange}
|
||||
|
||||
@ -120,6 +120,7 @@ export default defineComponent({
|
||||
model-value={status.value}
|
||||
active-value={activeValue.value}
|
||||
inactive-value={inactiveValue.value}
|
||||
disabled={props.disabled}
|
||||
onChange={onChange}
|
||||
onClick={onClick}
|
||||
/>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user