eight
2024-10-14 ddf15c484eb3208b76cdb25c2737cd4e960ea8df
src/views/ecg/callingscreen/bigscreen.vue
@@ -1,14 +1,14 @@
<script setup lang="ts">
import {ScreenApi, CallingVO} from "@/api/ecg/screen";
import {ScreenApi, ScreenQueueVO} from "@/api/ecg/screen";
import {CallApi, CallVO} from "@/api/ecg/call";
import {DICT_TYPE} from "@/utils/dict";
defineOptions({ name: 'bigscreen' })
const listReady = ref<CallingVO[]>([]) // 列表的数据
const listWaiting = ref<CallingVO[]>([]) // 列表的数据
const listPassed = ref<CallingVO[]>([]) //
const listReady = ref<ScreenQueueVO[]>([]) // 列表的数据
const listWaiting = ref<ScreenQueueVO[]>([]) // 列表的数据
const listPassed = ref<ScreenQueueVO[]>([]) //
let curSpeakPat : CallVO | null = null;
@@ -98,7 +98,7 @@
              label="患者姓名"
              width="80">
            <template #default="scope">
              {{ nameDesensitize(scope.row.patName) }}
              {{scope.row.seqNum}} &nbsp; {{ nameDesensitize(scope.row.patName) }}
            </template>
          </el-table-column>
          <el-table-column label="状态" align="center" prop="status" width="80">