UI-Project/src/views/hollow/hollowslicecage.vue
@@ -623,7 +623,7 @@
}
function tableRowClassName({ row }) {
  if (row.isSame === 1) {
    return 'row-red-background'; // 设置红色背景
    return 'row-red-background';
  }
  return '';
}