|
@@ -526,7 +526,7 @@ export default {
|
|
|
//详情按钮
|
|
//详情按钮
|
|
|
handleDetail(index, rows){
|
|
handleDetail(index, rows){
|
|
|
debugger
|
|
debugger
|
|
|
- this.zbiId = rows[0].zbiId
|
|
|
|
|
|
|
+ this.zbiId = rows[index].zbiId
|
|
|
this.openDetailBill = true
|
|
this.openDetailBill = true
|
|
|
},
|
|
},
|
|
|
//格式化金额
|
|
//格式化金额
|