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

@@ -25,8 +25,8 @@ const columns: TableColumnList = [
<template>
<div>
<el-radio-group v-model="tableLayout">
<el-radio-button label="fixed" />
<el-radio-button label="auto" />
<el-radio-button label="fixed" value="fixed" />
<el-radio-button label="auto" value="auto" />
</el-radio-group>
<pure-table