eight
2024-11-25 c6421e15ecc9df14dbb2f29ab76a73ce7aa7f603
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 "";