From d9d193db52f94c91b8e1c8de69aa0e6c8b130fe1 Mon Sep 17 00:00:00 2001
From: wwl <xchao828@163.com>
Date: 星期四, 26 十二月 2024 14:54:09 +0800
Subject: [PATCH] 12

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

diff --git a/src/views/doctor/checkAll/index.vue b/src/views/doctor/checkAll/index.vue
index 0bbe6e7..920eb31 100644
--- a/src/views/doctor/checkAll/index.vue
+++ b/src/views/doctor/checkAll/index.vue
@@ -764,7 +764,7 @@
                   :data="statusList"
                   style="width: 100%"
                   :header-cell-style="{ background: '#e6a23c' }"
-                  :stripe="true"
+                
                 >
                   <el-table-column
                     align="center"
@@ -1939,10 +1939,11 @@
       };
     },
     redxiangmu({ row }) {
-      if (row.type == 0) {
+      if (row.type != 1) {
         // 鍙橀鑹茬殑鏉′欢
         return {
-          color: "red", // 杩欎釜return鐨勫氨鏄牱寮� 鍙互鏄痗olor 涔熷彲浠ユ槸backgroundColor
+          backgroundColor: '#AAD8DF !important', // 杩欎釜return鐨勫氨鏄牱寮� 鍙互鏄痗olor 涔熷彲浠ユ槸backgroundColor
+          // color: "#AAD8DF ",
         };
       }
     },

--
Gitblit v1.8.0