mirror of
https://github.com/cool-team-official/cool-admin-vue.git
synced 2025-12-12 13:42:50 +00:00
优化
This commit is contained in:
parent
3830de86f5
commit
00b3ebeb2c
@ -78,8 +78,8 @@ export default defineComponent({
|
||||
) : (
|
||||
<el-option
|
||||
disabled={e.disabled}
|
||||
label={e[props.labelKey] || ""}
|
||||
value={e[props.valueKey] || ""}
|
||||
label={e[props.labelKey]}
|
||||
value={e[props.valueKey]}
|
||||
/>
|
||||
);
|
||||
})}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user