Commit d3a75068f13de2387e80d0453b40d8f3d02e5be1
1 parent
feb12cee
----
Showing
1 changed file
with
0 additions
and
2 deletions
HHECS.Web/src/views/table/taskModel_host.vue
... | ... | @@ -94,7 +94,6 @@ |
94 | 94 | <el-table |
95 | 95 | v-loading="listLoading" |
96 | 96 | :data="sysTable" |
97 | - :header-cell-style="{ background: '#e4e4e4', color: '#000000' }" | |
98 | 97 | element-loading-text="Loading" |
99 | 98 | border |
100 | 99 | fit |
... | ... | @@ -325,7 +324,6 @@ export default { |
325 | 324 | }, |
326 | 325 | handleRowClick(row) { |
327 | 326 | this.selectedRow = row; // 保存当前行的数据 |
328 | - console.log(this.selectedRow, "sfsf"); | |
329 | 327 | }, |
330 | 328 | getRowClassName(row) { |
331 | 329 | return this.selectedRow === row ? "highlight-row" : ""; // 判断当前行是否为选中行 |
... | ... |