From 276431d4efb4d7e545ba4032b00399d6ba6e025f Mon Sep 17 00:00:00 2001
From: lxd <1004405501@qq.com>
Date: Mon, 19 Aug 2024 18:17:03 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=88=97=E8=A1=A8=E6=A0=B7?=
=?UTF-8?q?=E5=BC=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/applyregistration/applyform/index.vue | 2 +-
src/views/system/apiconfig/index.vue | 12 ++++++------
src/views/system/department/index.vue | 2 +-
src/views/system/doctor/index.vue | 2 +-
src/views/system/examitems/index.vue | 2 +-
src/views/system/org/index.vue | 2 +-
src/views/system/wx/index.vue | 2 +-
src/views/tblist/patientexamlist/index.vue | 2 +-
src/views/tblist/patientexamlistultrasonic/index.vue | 2 +-
9 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/src/views/applyregistration/applyform/index.vue b/src/views/applyregistration/applyform/index.vue
index 81e2000b..8c92b8b9 100644
--- a/src/views/applyregistration/applyform/index.vue
+++ b/src/views/applyregistration/applyform/index.vue
@@ -156,7 +156,7 @@
:stripe="true"
:show-overflow-tooltip="true"
@selection-change="handleSelectionChange"
- :header-cell-style="{ background: 'rgb(235, 241, 250)',height:'56px' }"
+ :header-cell-style="{ background: 'rgb(235, 241, 250)',height:'56px',color:'#333333' }"
:row-style="{height:'56px'}"
>
diff --git a/src/views/system/apiconfig/index.vue b/src/views/system/apiconfig/index.vue
index 6edd4d68..b63a5ad6 100644
--- a/src/views/system/apiconfig/index.vue
+++ b/src/views/system/apiconfig/index.vue
@@ -88,7 +88,7 @@
:data="list"
:stripe="true"
:show-overflow-tooltip="true"
- :header-cell-style="{ background: 'rgb(235, 241, 250)', height: '56px' }"
+ :header-cell-style="{ background: 'rgb(235, 241, 250)', height: '56px',color:'#333333' }"
:row-style="{ height: '56px' }"
>
@@ -97,11 +97,11 @@
-
-
-
-
-
+
+
+
+
+
diff --git a/src/views/system/department/index.vue b/src/views/system/department/index.vue
index f9e92e8c..45d83757 100644
--- a/src/views/system/department/index.vue
+++ b/src/views/system/department/index.vue
@@ -66,7 +66,7 @@
:data="list"
:stripe="true"
:show-overflow-tooltip="true"
- :header-cell-style="{ background: 'rgb(235, 241, 250)', height: '56px' }"
+ :header-cell-style="{ background: 'rgb(235, 241, 250)', height: '56px',color:'#333333' }"
:row-style="{ height: '56px' }"
>
diff --git a/src/views/system/doctor/index.vue b/src/views/system/doctor/index.vue
index 3fb71419..848ab05b 100644
--- a/src/views/system/doctor/index.vue
+++ b/src/views/system/doctor/index.vue
@@ -75,7 +75,7 @@
:data="list"
:stripe="true"
:show-overflow-tooltip="true"
- :header-cell-style="{ background: 'rgb(235, 241, 250)', height: '56px' }"
+ :header-cell-style="{ background: 'rgb(235, 241, 250)', height: '56px',color:'#333333' }"
:row-style="{ height: '56px' }"
>
diff --git a/src/views/system/examitems/index.vue b/src/views/system/examitems/index.vue
index 1ba4194b..ab0eac29 100644
--- a/src/views/system/examitems/index.vue
+++ b/src/views/system/examitems/index.vue
@@ -92,7 +92,7 @@
:data="list"
:stripe="true"
:show-overflow-tooltip="true"
- :header-cell-style="{ background: 'rgb(235, 241, 250)', height: '56px' }"
+ :header-cell-style="{ background: 'rgb(235, 241, 250)', height: '56px' ,color:'#333333'}"
:row-style="{ height: '56px' }"
>
diff --git a/src/views/system/org/index.vue b/src/views/system/org/index.vue
index 78623926..0d09c86f 100644
--- a/src/views/system/org/index.vue
+++ b/src/views/system/org/index.vue
@@ -65,7 +65,7 @@
:data="list"
:stripe="true"
:show-overflow-tooltip="true"
- :header-cell-style="{ background: 'rgb(235, 241, 250)', height: '56px' }"
+ :header-cell-style="{ background: 'rgb(235, 241, 250)', height: '56px' ,color:'#333333'}"
:row-style="{ height: '56px' }"
>
diff --git a/src/views/system/wx/index.vue b/src/views/system/wx/index.vue
index f8f61b0e..943fd666 100644
--- a/src/views/system/wx/index.vue
+++ b/src/views/system/wx/index.vue
@@ -84,7 +84,7 @@
:data="list"
:stripe="true"
:show-overflow-tooltip="true"
- :header-cell-style="{ background: 'rgb(235, 241, 250)', height: '56px' }"
+ :header-cell-style="{ background: 'rgb(235, 241, 250)', height: '56px' ,color:'#333333'}"
:row-style="{ height: '56px' }"
>
diff --git a/src/views/tblist/patientexamlist/index.vue b/src/views/tblist/patientexamlist/index.vue
index 5e3f50d0..1a371b76 100644
--- a/src/views/tblist/patientexamlist/index.vue
+++ b/src/views/tblist/patientexamlist/index.vue
@@ -132,7 +132,7 @@
:stripe="true"
:show-overflow-tooltip="true"
@row-dblclick="handleEdit"
- :header-cell-style="{ background: 'rgb(235, 241, 250)',height:'56px' }"
+ :header-cell-style="{ background: 'rgb(235, 241, 250)',height:'56px',color:'#333333' }"
:row-style="{height:'56px'}"
>
diff --git a/src/views/tblist/patientexamlistultrasonic/index.vue b/src/views/tblist/patientexamlistultrasonic/index.vue
index fa50c627..ec13a545 100644
--- a/src/views/tblist/patientexamlistultrasonic/index.vue
+++ b/src/views/tblist/patientexamlistultrasonic/index.vue
@@ -135,7 +135,7 @@
:stripe="true"
:show-overflow-tooltip="true"
@row-dblclick="handleEdit"
- :header-cell-style="{ background: 'rgb(235, 241, 250)',height:'56px' }"
+ :header-cell-style="{ background: 'rgb(235, 241, 250)',height:'56px' ,color:'#333333'}"
:row-style="{height:'56px'}"
>