eight
2024-11-25 b5c1662e0bc4ee6d19a01d8465d3fe139e2adb3f
src/views/ecg/callingscreen/bigscreen.vue
@@ -84,9 +84,9 @@
// const listPassed = ref<ScreenQueueVO[]>([]) //
const getItemCssClass = (item: ScreenQueueVO) => {
  if (item.status === 5)
  if (item.status === 5)  //已过号
    return "warning-row";
  else if (item.status === 7)
  else if (item.status === 7)  //已过号-安装
    return "warning-row";
  else
    return "";