|
@@ -161,7 +161,7 @@
|
161
|
161
|
<div class="NoData" v-show="zones.length <= 1">
|
162
|
162
|
<img style="margin-top: 50px; margin-bottom: 50px" src="@/assets/login/data.jpg" alt />
|
163
|
163
|
</div>
|
164
|
|
- <el-table :data="" border style="width: 100%">
|
|
164
|
+ <el-table :data="date" border style="width: 100%">
|
165
|
165
|
<el-table-column fixed prop="date" label="姓名" width="100" align="center">
|
166
|
166
|
<template slot-scope="scope">
|
167
|
167
|
|