eight
2024-11-26 c771431b0402393fb432a2a8536768086c9fd09b
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 "";