09 2023 档案

摘要:#1. 添加属性 selectable <el-table-column width="50" type="selection" align="center" :selectable="handleSelectable" /> #2. 编写函数 handleSelectable(row) { if 阅读全文
posted @ 2023-09-18 12:23 多敲才能行 阅读(126) 评论(0) 推荐(0)
摘要:#1. 给table 添加一个类型 ''all-select <el-table header-cell-class-name="all-select" />#2. 修改全选按钮的样式 <style lang="scss" scoped> ::v-deep .selectAllbtnDis .cel 阅读全文
posted @ 2023-09-18 11:58 多敲才能行 阅读(1784) 评论(0) 推荐(0)