摘要: <vxe-table ref="table" v-loading="listLoading" :data="tableData" border stripe :height="tableHeight" show-footer :footer-method="footerMethod" :seq-co 阅读全文
posted @ 2024-05-06 11:38 hello芳芳 阅读(484) 评论(0) 推荐(0)
摘要: vxe-table复选框翻页选中问题 根据vxe-table官方文档,想要保留勾选中的数据,我们的代码中需要设置“row-id”和:checkbox-config中的“reserve”属性。 简单写下html部分: 1 2 3 4 5 6 7 8 <vxe-grid row-id="id" :che 阅读全文
posted @ 2024-05-06 10:26 hello芳芳 阅读(3291) 评论(0) 推荐(0)