|
@@ -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>
|