src/views/basic/gyStockPlace/gyStockPlace.vue @@ -979,7 +979,7 @@ }, //选中行高亮样式 rowStyle({ row, rowIndex }) { if (this.ids.includes(row.HItemID)) { if (this.ids.includes(row.hmainid)) { return { background: "#ecf5ff" }; } },