Merge branch 'dev' of http://yun.pashanhoo.com:9090/bdc/bdcdj-web into dev
Showing
20 changed files
with
69 additions
and
31 deletions
-
Please register or sign in to post a comment
... | ... | @@ -127,6 +127,7 @@ |
// 单选 | ||
singleElection (row) { | ||
this.selected = this.data.indexOf(row); | ||
this.$emit('row-click', val) | ||
}, | ||
tableRowClassName ({ row, rowIndex }) { | ||
... | ... |