|
@@ -60,6 +60,7 @@
|
60
|
60
|
circle @click.stop=""
|
61
|
61
|
></el-button>
|
62
|
62
|
</div>
|
|
63
|
+ </div>
|
63
|
64
|
<div class="del_table_btn" v-show="scope.row.user_name=='合计'? false : true">
|
64
|
65
|
<el-button type="danger" size="mini" icon="el-icon-close" circle @click.stop="toClick(scope.row,scope.$index)"></el-button>
|
65
|
66
|
</div>
|
|
@@ -2075,8 +2076,7 @@ export default {
|
2075
|
2076
|
}
|
2076
|
2077
|
})
|
2077
|
2078
|
})
|
2078
|
|
- }
|
2079
|
|
-
|
|
2079
|
+ },
|
2080
|
2080
|
|
2081
|
2081
|
hoverMouse(row,column, cell, event){
|
2082
|
2082
|
this.name=row.user_name
|