浏览代码

feat: 设备列表新增今日掉线次数显示;

liujia 4 周之前
父节点
当前提交
9e0e93dd70
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7 0
      src/views/device/list/const.ts

+ 7 - 0
src/views/device/list/const.ts

@@ -36,6 +36,13 @@ export const columns = [
     width: 300,
   },
   {
+    title: '今日掉线次数',
+    key: 'offlineCount',
+    dataIndex: 'offlineCount',
+    align: 'center',
+    width: 150,
+  },
+  {
     title: '操作',
     key: 'action',
     dataIndex: 'action',