From 4cf74834fe5ac6229035b72312b75958495e60d3 Mon Sep 17 00:00:00 2001
From: lkk <364857242@qq.com>
Date: 星期二, 19 八月 2025 15:35:08 +0800
Subject: [PATCH] 1

---
 src/views/doctor/checkAll/index.vue |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/views/doctor/checkAll/index.vue b/src/views/doctor/checkAll/index.vue
index 40dba08..d53345d 100644
--- a/src/views/doctor/checkAll/index.vue
+++ b/src/views/doctor/checkAll/index.vue
@@ -1905,10 +1905,12 @@
 
     hisycxm() {
       this.status1 = 5;
-      this.$confirm("閲嶇疆寮傚父椤圭洰鍚庝笉鍙仮澶�    璇疯皑鎱庨噸缃�", "鎻愮ず", {
+      this.$confirm( '<span style="color: red;">閲嶇疆寮傚父椤圭洰鍚庝笉鍙仮澶嶏紝璇疯皑鎱庨噸缃�</span>', 
+  '鎻愮ず',  {
         confirmButtonText: "纭畾",
         cancelButtonText: "鍙栨秷",
         type: "warning",
+        dangerouslyUseHTMLString: true
       })
         .then(() => {
           // 鐢ㄦ埛纭鍚庢墽琛屾帴鍙�

--
Gitblit v1.8.0