yangzongzhuan / RuoYi-Vue3

:tada: (RuoYi)官方仓库 基于SpringBoot,Spring Security,JWT,Vue3 & Vite、Element Plus 的前后端分离权限管理系统
http://ruoyi.vip
MIT License
4.82k stars 1.96k forks source link

修复升级element-plus出现的警告⚠️提示 #287

Closed 593496637 closed 3 months ago

593496637 commented 3 months ago

1.修复升级element-plus后el-radio使用label过期的问题。 2.修复DictTag组件缺少type的问题

593496637 commented 3 months ago

element-plus官网提示:

label 作为 value 来使用已经被 废弃, 建议label 只用来表示展示的文字,这个被废弃的用法将会在 3.0.0 版本被移除,请考虑使用新 API 替换. 新 API value 在2.6.0 中已经可用,您可以使用 value API 来设置复选框的值。

fix:已将项目中所有涉及到el-radio及el-radio-blutton标签的label属性更正为value

yangzongzhuan commented 3 months ago

重复的type,已经存在:type="item.elTagType === 'primary' ? '' : item.elTagType"