chore: 升级依赖,element-plus最新版兼容处理

This commit is contained in:
xiaoxian521
2024-08-12 14:51:34 +08:00
parent 244ab7f990
commit 5fbb664da7
15 changed files with 1183 additions and 1193 deletions

View File

@@ -59,7 +59,7 @@ export function useColumns(selectRef: Ref, formRef: Ref, tableRef: Ref) {
layout: "prev, pager, next",
total: tableData.value.length,
background: true,
small: true
size: "small"
});
const handleSelectionChange = val => {