eight
2024-09-20 97fe4cae358c8ce65bf71405795dd0f6a841322f
src/views/ecg/callingscreen/bigscreen.vue
@@ -1,7 +1,8 @@
<script setup lang="ts">
import {ScreenApi, statusMap, CallingVO} from "@/api/ecg/screen";
import {ScreenApi, CallingVO} from "@/api/ecg/screen";
import {CallApi, CallVO} from "@/api/ecg/call";
import {DICT_TYPE} from "@/utils/dict";
defineOptions({ name: 'bigscreen' })
@@ -102,7 +103,7 @@
          </el-table-column>
          <el-table-column label="状态" align="center" prop="status" width="80">
            <template #default="scope">
              {{ statusMap.get(scope.row.status) }}
              <dict-tag :type="DICT_TYPE.ECG_QUEUE_STATUS" :value="scope.row.status" />
            </template>
          </el-table-column>
          <el-table-column