摘要: <el-dialog title="上传文件" :visible.sync="upload_dialog" :close-on-click-modal="false" :close-on-press-escape="false" :show-close="false" width="500px" > 阅读全文
posted @ 2021-08-13 13:21 yw3692582 阅读(91) 评论(0) 推荐(0) 编辑
摘要: <template> <div id="ailse_box"> <div> <el-table style="width: 100%;" :row-key="get_row_key" @cell-click="cell_click" :row-class-name="table_row_class_ 阅读全文
posted @ 2021-08-13 11:20 yw3692582 阅读(3519) 评论(0) 推荐(1) 编辑
摘要: 1、el-table 加一个方法::row-key="get_row_key" 2、在 methods 中: // 保持选中状态 get_row_key(row) { // 保证是唯一标识符即可 return row.id }, 3、加上 :reserve-selection="true" <el- 阅读全文
posted @ 2021-08-13 11:11 yw3692582 阅读(865) 评论(0) 推荐(1) 编辑