Explorar el Código

测器管理页面,传感器总路数显示哪几路被用

like hace 11 meses
padre
commit
54ade1eef2
Se han modificado 1 ficheros con 8 adiciones y 0 borrados
  1. 8 0
      snowy-admin-web/src/views/biz/monitor/mem/index.vue

+ 8 - 0
snowy-admin-web/src/views/biz/monitor/mem/index.vue

@@ -130,6 +130,14 @@
 			ellipsis: true,
 			resizable: true
 		},
+		{
+			title: '已使用路数',
+			dataIndex: 'sensorRoute',
+			align: 'center',
+			ellipsis: true,
+			resizable: true
+		},
+
 		{
 			title: '最近登录时间',
 			dataIndex: 'lastLoginTime',