Browse Source

Merge branch '20200710_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20200710_pc_vue_new_branch

XMLWAN 4 years ago
parent
commit
fdcd3a096a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/xt_pages/medicalScheduling/schedulingStatistics.vue

+ 2 - 2
src/xt_pages/medicalScheduling/schedulingStatistics.vue View File

@@ -80,8 +80,8 @@
80 80
                 <line-chart :options="chart"></line-chart>
81 81
             </div>
82 82
             <div class="tableTitle">统计表</div>
83
-            <el-table :data="tableData" height="250" border style="width: 100">
84
-                <el-table-column align="center" prop="date" label="医护姓名" width="100">
83
+            <el-table class='statisticsTable' :data="tableData" height="250" border>
84
+                <el-table-column fixed align="center" prop="date" label="医护姓名" width="100">
85 85
                     <template slot-scope="scope">
86 86
                         <span>{{scope.row.user_name}}</span>
87 87
                     </template>