diff --git a/apps/web-antd/src/views/business/order/prescription/components/source.txt b/apps/web-antd/src/views/business/order/prescription/components/source.txt deleted file mode 100644 index 7cbba33e..00000000 --- a/apps/web-antd/src/views/business/order/prescription/components/source.txt +++ /dev/null @@ -1,310 +0,0 @@ - - - - - - - - - - 药店信息 - - - - 药店名称: - {{ data.store.name }} - - - 暂无药店信息 - - - - - - - 处方基本信息 - - - - 处方编号: - {{ data.prescription_no }} - - - 处方类型: - {{ prescriptionTypeText }} - - - 处方状态: - {{ - statusText - }} - - - 总金额: - ¥{{ data.total_pay_price }} - - - 过期时间: - {{ expireTime }} - - - - - - - - - 医生信息 - - - - 医生姓名: - {{ data.doctor_info.name }} - - - 所属科室: - {{ - data.doctor_info.depart?.name || '--' - }} - - - 暂无医生信息 - - - - - - - 患者信息 - - - - 患者姓名: - {{ data.user_patient.name }} - - - 年龄: - {{ data.user_patient.age }}岁 - - - 性别: - {{ - data.user_patient.sex === 1 ? '男' : '女' - }} - - - 暂无患者信息 - - - - - - - 处方基本信息 - - - - - {{ data.pharmacist_view_time }} - - 【{{ data.pharmacist_info.name }}】 审核 - - -- - - - 待审核 - - - {{ data.created_at }} - - 【{{ data.doctor_info.name }}】 开方,诊断:{{ - data.clinical_diagnose - }} - - -- - - - {{ data.register.created_at }} - - 【{{ data.user_patient.name }}】 挂号 - - -- - - - - - - - - - - - - - -