src/views/ecg/doctor/DevInstall.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/ecg/doctor/Routine.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/ecg/doctor/components/TitleInstallPanel.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/ecg/doctor/components/TitlePanel.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/ecg/doctor/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/ecg/doctor/DevInstall.vue
@@ -164,7 +164,7 @@ <template> <el-container> <el-header style="background-color: var(--el-color-primary-light-7); font-size: 24px"> <TitleInstallPanel :room="roomBedVO" :patientStatistic="patientStat" /> <TitlePanel :titleType=1 :room="roomBedVO" :patientStatistic="patientStat" /> </el-header> <el-container style="height: 100%;"> <el-main style="border: solid var(--el-color-primary-light-7)"> src/views/ecg/doctor/Routine.vue
@@ -162,7 +162,7 @@ <template> <el-container> <el-header style="background-color: var(--el-color-primary-light-7); font-size: 24px"> <TitlePanel :room="roomBedVO" :patientStatistic="patientStat" /> <TitlePanel :titleType=2 :room="roomBedVO" :patientStatistic="patientStat" /> </el-header> <el-container style="height: 100%;"> <el-main style="border: solid var(--el-color-primary-light-7)"> src/views/ecg/doctor/components/TitleInstallPanel.vue
文件已删除 src/views/ecg/doctor/components/TitlePanel.vue
@@ -1,12 +1,14 @@ <script setup lang="ts"> import {defineComponent, PropType} from "vue"; import {PatientStatisticVO, RoomBedVO} from "@/api/ecg/doctor"; import {isNumber} from "@/utils/is"; defineComponent({ name: 'TitlePanel' }) const props = defineProps({ titleType: Number, room: { type: Object as PropType<RoomBedVO>, required: true @@ -24,12 +26,22 @@ <div> {{room.roomName || ''}} {{room.bedNo || ''}} </div> <div> <div v-if="titleType === 0"> 宸插彂鏀緖{patientStatistic.receivedNum??0}} 鍑嗗涓瓄{patientStatistic.readyNum??0}} 杩囧彿{{patientStatistic.passedNum??0}} 鎺掗槦涓瓄{patientStatistic.queuingNum??0}} </div> <div v-if="titleType === 1"> 宸茶鏈簕{patientStatistic.finishedNum??0}} 寰呰鏈簕{patientStatistic.receivedNum??0}} </div> <div v-if="titleType === 2"> 宸叉鏌{patientStatistic.finishedNum??0}} 鍑嗗涓瓄{patientStatistic.readyNum??0}} 杩囧彿{{patientStatistic.passedNum??0}} 鎺掗槦涓瓄{patientStatistic.queuingNum??0}} </div> </div> </template> src/views/ecg/doctor/index.vue
@@ -161,7 +161,7 @@ <template> <el-container> <el-header style="background-color: var(--el-color-primary-light-7); font-size: 24px"> <TitlePanel :room="roomBedVO" :patientStatistic="patientStat" /> <TitlePanel :titleType=0 :room="roomBedVO" :patientStatistic="patientStat" /> </el-header> <el-container style="height: 100%;"> <el-main style="border: solid var(--el-color-primary-light-7)">