Browse Source

异常看板

master
han\hanst 3 months ago
parent
commit
a4d081cbb9
  1. 1
      src/views/modules/dashboard/exception-board.vue

1
src/views/modules/dashboard/exception-board.vue

@ -103,7 +103,6 @@
<tr v-if="exceptionList.length === 0" class="empty-row"> <tr v-if="exceptionList.length === 0" class="empty-row">
<td colspan="9" class="text-center"> <td colspan="9" class="text-center">
<div class="empty-state"> <div class="empty-state">
<i class="el-icon-success"></i>
<p>暂无异常数据</p> <p>暂无异常数据</p>
</div> </div>
</td> </td>

Loading…
Cancel
Save