| | |
| | | class="btn" |
| | | /> --> |
| | | <BlockBotttom |
| | | v-if="isShowStartBtn" |
| | | :icon="kaiShiImg" |
| | | text="开始" |
| | | backgroundColor="#409EFF" |
| | |
| | | // @ts-ignore |
| | | import BlockBotttom from "../components/BlockBotttom.vue"; |
| | | import { ElMessage } from "element-plus"; |
| | | import { EMedStatus } from '@/store/type/bedsideAuxiliaryScreen.type'; |
| | | const ScheduledTaskDialog = defineAsyncComponent( |
| | | () => import("../components/ScheduledTask.vue") |
| | | ); |
| | |
| | | return formattedValue; |
| | | }); |
| | | |
| | | /** |
| | | * 是否显示开始透析按钮 |
| | | */ |
| | | const isShowStartBtn = computed(() => { |
| | | return +bedsideAuxiliaryScreenStore.deviceData.treatmentStatus === EMedStatus.SIGNED_IN; |
| | | }) |
| | | |
| | | watch( |
| | | () => pageData.value.四点血压图数据, |
| | | (newVal) => { |