Commit aed63c00 by 刘玉帅

xq

parent c26a3346
<!-- <!--
* @Author: your name * @Author: your name
* @Date: 2021-08-28 21:28:08 * @Date: 2021-08-28 21:28:08
* @LastEditTime: 2021-09-10 18:08:57 * @LastEditTime: 2021-09-10 18:25:03
* @LastEditors: Please set LastEditors * @LastEditors: Please set LastEditors
* @Description: In User Settings Edit * @Description: In User Settings Edit
* @FilePath: \founder_vue\src\views\rwgl\rwglindex.vue * @FilePath: \founder_vue\src\views\rwgl\rwglindex.vue
...@@ -473,7 +473,7 @@ export default { ...@@ -473,7 +473,7 @@ export default {
*/ */
clickHover(row, column, cell, event) { clickHover(row, column, cell, event) {
// console.log(column); // console.log(column);
if (column.label == "未匹配" || column.label == "退回") { if (column.label == "未匹配" || column.label == "退回"||column.label == "已匹配"||column.label == "已反馈"||column.label == "未反馈") {
// cell.className = 'tdHover' // cell.className = 'tdHover'
cell.classList.add("tdHover"); cell.classList.add("tdHover");
console.log(cell); console.log(cell);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment