From 4d1d67d4b60ba357dffb5cb89e8264c8079b7c27 Mon Sep 17 00:00:00 2001
From: zoujiandong <10130823232@qq.com>
Date: Thu, 13 Jun 2024 13:08:14 +0800
Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/order/order-list/index.vue | 4 ++--
src/views/order/service-list/index.vue | 19 +++++++++++++++++--
2 files changed, 19 insertions(+), 4 deletions(-)
diff --git a/src/views/order/order-list/index.vue b/src/views/order/order-list/index.vue
index 1b3cf20..83dd3f1 100644
--- a/src/views/order/order-list/index.vue
+++ b/src/views/order/order-list/index.vue
@@ -357,7 +357,7 @@
+ width="100" :src="imgHost+'/'+item" style="margin-right: 10px;"/>
@@ -482,7 +482,7 @@ import { downloadFile } from '@/utils/downloadFile';
const deleteData = ref([])
// Akiraka 20230210 删除对话框
const deleteVisible = ref(false)
-
+const imgHost=import.meta.env.VITE_IMG_URL;
const doctorVisible=ref(false);
const okVisible=ref(false);
const cur_inruiry_id=ref('');
diff --git a/src/views/order/service-list/index.vue b/src/views/order/service-list/index.vue
index ead8dae..78e9162 100644
--- a/src/views/order/service-list/index.vue
+++ b/src/views/order/service-list/index.vue
@@ -479,6 +479,20 @@
+
+
+
+ {{rightDetail.order_service_package_detail.service_count==0?'不限':rightDetail.remaining_inquiry_count}}
+
+
+
+
+
+
+ {{rightDetail.order_service_package_detail.remaining_quantity}}
+
+
+
@@ -706,7 +720,7 @@
@@ -991,7 +1005,7 @@
+ width="100" :src="imgHost+'/'+item" style="margin-right: 10px;"/>
@@ -1096,6 +1110,7 @@ const deleteVisible = ref(false);
const cancleType=ref('service');
const doctorVisible = ref(false);
const okVisible = ref(false);
+const imgHost=import.meta.env.VITE_IMG_URL;
const cur_inruiry_id = ref('');
const doctor_id = ref('');
const patientVisible = ref(false);