eight
2024-10-08 61437c9587f121cab2c621680143d65e1b05ef8e
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"