See999 4 years ago
parent
commit
0abe20840f

+ 4 - 4
src/xt_pages/qcd/treatmentControlAnalysis/components/TimePersonal.vue View File

39
     <el-container>
39
     <el-container>
40
       <div style="width:150px">
40
       <div style="width:150px">
41
         <div class="tableTitle">患者列表</div>
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
             <template slot-scope="scope">{{scope.row.dialysis_no}}</template>
44
             <template slot-scope="scope">{{scope.row.dialysis_no}}</template>
45
           </el-table-column>
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
             <template slot-scope="scope">{{ scope.row.name }}</template>
47
             <template slot-scope="scope">{{ scope.row.name }}</template>
48
           </el-table-column>
48
           </el-table-column>
49
         </el-table>
49
         </el-table>
50
       </div>
50
       </div>
51
       <div style="padding-left:10px;flex:1">
51
       <div style="padding-left:10px;flex:1">
52
         <div class="tableTitle">统计表</div>
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
           <el-table-column fixed prop="name" label="姓名" width="140">
54
           <el-table-column fixed prop="name" label="姓名" width="140">
55
             <!-- <template slot-scope="scope">{{ scope.row.name }}</template> -->
55
             <!-- <template slot-scope="scope">{{ scope.row.name }}</template> -->
56
           </el-table-column>
56
           </el-table-column>