From 716aefb474fc2ffdd559df641cef740a4c7c71e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E7=90=A6?= Date: Thu, 21 May 2026 10:17:25 +0800 Subject: [PATCH] =?UTF-8?q?1.=20=E4=BC=98=E5=8C=96=E4=BA=86=E4=B8=80?= =?UTF-8?q?=E4=BA=9B=E4=BA=A4=E4=BA=92=EF=BC=8C=E4=B8=AD=E8=8D=AF=E8=8D=AF?= =?UTF-8?q?=E5=93=81=E7=BC=96=E8=BE=91=E4=BA=A4=E4=BA=92=202.=20dev?= =?UTF-8?q?=E5=92=8C=E7=94=9F=E4=BA=A7=E7=8E=AF=E5=A2=83=E7=BB=9F=E4=B8=80?= =?UTF-8?q?=E9=89=B4=E5=88=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/app-env.js | 2 +- pages/my/prescriptionDetail.vue | 20 +++++++++++++++++++ pages/workbench/prescriptionDetail.vue | 20 +++++++++++++++++++ .../sub_pharmacist/myrecord-detail.vue | 20 +++++++++++++++++++ 4 files changed, 61 insertions(+), 1 deletion(-) diff --git a/config/app-env.js b/config/app-env.js index a8b8bae..6068336 100644 --- a/config/app-env.js +++ b/config/app-env.js @@ -20,7 +20,7 @@ const PROD = { }; export function isDoctorWxDev() { - return USE_DOCTOR_WX_DEV; + return checkDev('dev'); } export function getDoctorWxEnv() { diff --git a/pages/my/prescriptionDetail.vue b/pages/my/prescriptionDetail.vue index b49384c..89dcd80 100644 --- a/pages/my/prescriptionDetail.vue +++ b/pages/my/prescriptionDetail.vue @@ -80,6 +80,26 @@ + + + + 中医证候: + {{ lists.online_tcm_print.tcm_syndrome }} + + + + + 中医治法: + {{ lists.online_tcm_print.tcm_method }} + + + + + 中医疾病: + {{ lists.online_tcm_print.tcm_disease }} + + + diff --git a/pages/workbench/prescriptionDetail.vue b/pages/workbench/prescriptionDetail.vue index 4957788..3506a97 100644 --- a/pages/workbench/prescriptionDetail.vue +++ b/pages/workbench/prescriptionDetail.vue @@ -80,6 +80,26 @@ + + + + 中医证候: + {{ lists.online_tcm_print.tcm_syndrome }} + + + + + 中医治法: + {{ lists.online_tcm_print.tcm_method }} + + + + + 中医疾病: + {{ lists.online_tcm_print.tcm_disease }} + + + diff --git a/subPackages/sub_pharmacist/myrecord-detail.vue b/subPackages/sub_pharmacist/myrecord-detail.vue index ffb8d84..8a60a0e 100644 --- a/subPackages/sub_pharmacist/myrecord-detail.vue +++ b/subPackages/sub_pharmacist/myrecord-detail.vue @@ -80,6 +80,26 @@ + + + + 中医证候: + {{ lists.online_tcm_print.tcm_syndrome }} + + + + + 中医治法: + {{ lists.online_tcm_print.tcm_method }} + + + + + 中医疾病: + {{ lists.online_tcm_print.tcm_disease }} + + +