chore: 适配最新版element-plus v2.6.0

This commit is contained in:
xiaoxian521
2024-03-01 21:07:27 +08:00
parent 19ccd378f5
commit b5645b19e1
20 changed files with 586 additions and 634 deletions

View File

@@ -389,7 +389,6 @@ export default defineComponent({
interactive: true,
appendTo: "parent",
// hideOnClick: false,
animation: "perspective",
placement: "bottom-end"
});

View File

@@ -317,7 +317,7 @@ export default defineComponent({
/>
<el-checkbox
key={item}
label={item}
value={item}
onChange={value =>
handleCheckColumnListChange(value, item)
}