陈婷婷
2025-12-09 5d9c10700069de1e146f175623beb691d4c1bb17
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" };
      }
    },