eight
2024-10-09 1d6b9a06bcc84c1cc816035a6c908a4126161a60
src/views/ecg/doctor/components/DevReadyPanel.vue
@@ -1,5 +1,6 @@
<template>
  当前患者: {{patient?.patId}} {{isStringEmpty(patient?.patName)?'无':patient.patName}}
    当前患者: {{patient?.patId}} {{isStringEmpty(patient?.patName)?'无':patient.patName}}
    <Qrcode :text="patient?.patId" logo="/logo.gif" width=100 />
    <el-form
      ref="formRef"
      :model="formData"