From 490e29cb70e6d91b2bbcfc6926d4b4cc84dfed79 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期二, 26 八月 2025 17:53:57 +0800
Subject: [PATCH] 修改医嘱

---
 src/views/prescriptionDrug/index.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/prescriptionDrug/index.vue b/src/views/prescriptionDrug/index.vue
index ccfb08d..32d70c5 100644
--- a/src/views/prescriptionDrug/index.vue
+++ b/src/views/prescriptionDrug/index.vue
@@ -16,7 +16,7 @@
                     <van-row class="lable">
                         <van-col span="18">
                             <span class="labletext">医嘱名称:</span>
-                            <span>{{order.orderNameInfo.drugName}}</span>
+                            <span>{{order.orderNameInfo.itemName}}</span>
                         </van-col>
                         <van-col span="6" style="text-align: right;color: #769aff;font-weight: 400;">长期医嘱</van-col>
                     </van-row>
@@ -24,7 +24,7 @@
                         <van-col span="24">
                             <span class="labletext">医嘱内容:</span>
                             <span>
-                                {{order.orderNameInfo.drugName}}
+                                {{order.orderNameInfo.itemName}}
                                 {{order.orderNameInfo.drugSpec}}
                                 {{order.orderUsage}}
                                 {{order.orderFromInfo.dictText}}

--
Gitblit v1.8.0