From e818bcbeefda70e47f73c3be46f151e38d064760 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期四, 28 八月 2025 15:12:28 +0800
Subject: [PATCH] 34
---
src/views/prescriptionDrug/index.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/prescriptionDrug/index.vue b/src/views/prescriptionDrug/index.vue
index af595b0..b87799b 100644
--- a/src/views/prescriptionDrug/index.vue
+++ b/src/views/prescriptionDrug/index.vue
@@ -38,7 +38,7 @@
</van-col>
<van-col span="12">
<span class="labletext">开嘱时间:</span>
- <span>{{order.orderTime}}</span>
+ <span>{{order.orderTime?.substring(0,10)}}</span>
</van-col>
</van-row>
</van-row>
--
Gitblit v1.8.0