|
@@ -57,7 +57,6 @@
|
|
|
@row-save="rowSave"
|
|
|
@row-update="rowUpdate"
|
|
|
:cell-style="cellStyle"
|
|
|
- :row-style="rowStyle"
|
|
|
:header-cell-class-name="headerCellClassName"
|
|
|
>
|
|
|
<template slot="menuLeft">
|
|
@@ -847,13 +846,6 @@ export default {
|
|
|
return "headerCellClass";
|
|
|
}
|
|
|
},
|
|
|
- rowStyle({ row, column, rowIndex }) {
|
|
|
- if (rowIndex % 2 === 1) {
|
|
|
- return {
|
|
|
- backgroundColor: "#FAFAFA",
|
|
|
- };
|
|
|
- }
|
|
|
- },
|
|
|
getDetail(id) {
|
|
|
detail(id).then(res => {
|
|
|
this.form = res.data.data;
|