eight
2024-11-12 23e46fc6b6f6f70dab360ded43fe3078fe4ce224
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 "";