eight
2024-11-08 4e974cee5a740fd537af164793e333b5ca76c717
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 "";