349da580 by renchao@pashanhoo.com

style:业务申请

1 parent 223c23ee
......@@ -127,6 +127,7 @@
// 单选
singleElection (row) {
this.selected = this.data.indexOf(row);
this.$emit('row-click', val)
},
tableRowClassName ({ row, rowIndex }) {
......