See999 4 years ago
parent
commit
c8db06286c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/xt_pages/medicalScheduling/schedulingStatistics.vue

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

@@ -80,7 +80,7 @@
80 80
                 <line-chart :options="chart"></line-chart>
81 81
             </div>
82 82
             <div class="tableTitle">统计表</div>
83
-            <el-table class='statisticsTable' :data="tableData" height="250" border style="width: 100">
83
+            <el-table class='statisticsTable' :data="tableData" height="250" border>
84 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>