Browse Source

Signed-off-by: liuboyan <632697560@qq.com>
bug

liuboyan 3 years ago
parent
commit
ef2bb625f3
1 changed files with 5 additions and 1 deletions
  1. 5 1
      src/views/engineeringScreen/index.vue

+ 5 - 1
src/views/engineeringScreen/index.vue

@@ -378,7 +378,7 @@
         </el-table>
         <el-pagination
           background
-          layout="prev, pager, next"
+          layout="total, prev, pager, next"
           :total="tableOption.total"
           @current-change="handlePageChange"
         />
@@ -1160,6 +1160,10 @@ export default {
               series: [{
                 name: '设备数量',
                 type: 'bar',
+                label: {
+                  show: true,
+                  position: 'top'
+                },
                 data: res.data.map(item => {
                   return item.deviceNum
                 })