Sfoglia il codice sorgente

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

liujia 4 settimane fa
parent
commit
9e0e93d
1 ha cambiato i file con 7 aggiunte e 0 eliminazioni
  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',