|
@@ -333,10 +333,7 @@
|
|
|
</vxe-toolbar> -->
|
|
|
<vxe-table
|
|
|
border
|
|
|
-<<<<<<< HEAD
|
|
|
:row-class-name="colorTableRowClassName"
|
|
|
-=======
|
|
|
->>>>>>> 86a03ca0a37388eb26f2044b29005e1070c45553
|
|
|
resizable
|
|
|
header-align="center"
|
|
|
ref="xTree"
|
|
@@ -576,7 +573,6 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
methods: {
|
|
|
-<<<<<<< HEAD
|
|
|
colorTableRowClassName({ row, rowIndex }) {
|
|
|
if (rowIndex % 2 == 0) {
|
|
|
return "statistics-warning-row";
|
|
@@ -584,8 +580,6 @@ export default {
|
|
|
return "";
|
|
|
}
|
|
|
},
|
|
|
-=======
|
|
|
->>>>>>> 86a03ca0a37388eb26f2044b29005e1070c45553
|
|
|
getTree(records) {
|
|
|
console.log(records);
|
|
|
let tableResult = JSON.parse(JSON.stringify(records));
|