摘要: <Table max-height="400" ref="tbUsers" :data='usersData' :columns="usersColumns" @on-select='tableSelect' @on-select-cancel='tableSelectCancel' @on-sel 阅读全文
posted @ 2021-01-28 18:48 hao_1234_1234 阅读(2097) 评论(0) 推荐(0) 编辑
摘要: 来源:https://blog.csdn.net/qq_35858002/article/details/88710244 效果 代码 <Table ref="modalTable":columns="modalColumns" :data="deliveryData" border stripe> 阅读全文
posted @ 2021-01-28 18:29 hao_1234_1234 阅读(1803) 评论(0) 推荐(0) 编辑
摘要: //在树状图所有层级找到 id等于x102的节点。 let id=“x102”; let plot = util.findNode(this.treeData[0], id); //plot.checked=true; // 树状图点击一下才会显示选中状态。 //this.$set(plot.che 阅读全文
posted @ 2021-01-28 18:22 hao_1234_1234 阅读(1071) 评论(0) 推荐(0) 编辑