See999 преди 4 години
родител
ревизия
0abe20840f
променени са 1 файла, в които са добавени 4 реда и са изтрити 4 реда
  1. 4 4
      src/xt_pages/qcd/treatmentControlAnalysis/components/TimePersonal.vue

+ 4 - 4
src/xt_pages/qcd/treatmentControlAnalysis/components/TimePersonal.vue Целия файл

@@ -39,18 +39,18 @@
39 39
     <el-container>
40 40
       <div style="width:150px">
41 41
         <div class="tableTitle">患者列表</div>
42
-        <el-table :data="patientsData" border style="width: 100%;" height="500">
43
-          <el-table-column prop="dialysis_no" label="透析号" width="80" :row-style="{ color: '#303133' }" :header-cell-style="{backgroundColor: 'rgb(245, 247, 250)',color: '#606266'}">
42
+        <el-table :data="patientsData" border style="width: 100%;" height="500" :row-style="{ color: '#303133' }" :header-cell-style="{backgroundColor: 'rgb(245, 247, 250)',color: '#606266'}">
43
+          <el-table-column prop="dialysis_no" label="透析号" width="80">
44 44
             <template slot-scope="scope">{{scope.row.dialysis_no}}</template>
45 45
           </el-table-column>
46
-          <el-table-column prop="name" label="姓名" width="80" :row-style="{ color: '#303133' }" :header-cell-style="{backgroundColor: 'rgb(245, 247, 250)',color: '#606266'}">
46
+          <el-table-column prop="name" label="姓名" width="80">
47 47
             <template slot-scope="scope">{{ scope.row.name }}</template>
48 48
           </el-table-column>
49 49
         </el-table>
50 50
       </div>
51 51
       <div style="padding-left:10px;flex:1">
52 52
         <div class="tableTitle">统计表</div>
53
-        <el-table :data="DialysisData" style="width: 100%" border>
53
+        <el-table :data="DialysisData" style="width: 100%" border :row-style="{ color: '#303133' }" :header-cell-style="{backgroundColor: 'rgb(245, 247, 250)',color: '#606266'}">
54 54
           <el-table-column fixed prop="name" label="姓名" width="140">
55 55
             <!-- <template slot-scope="scope">{{ scope.row.name }}</template> -->
56 56
           </el-table-column>