diff --git a/ALOps_sys_fe/alops-ui/src/views/device/files/index.vue b/ALOps_sys_fe/alops-ui/src/views/device/files/index.vue index ad42be4d..73ab094b 100644 --- a/ALOps_sys_fe/alops-ui/src/views/device/files/index.vue +++ b/ALOps_sys_fe/alops-ui/src/views/device/files/index.vue @@ -51,7 +51,11 @@ type="index" > - + + + @@ -421,6 +425,10 @@ export default { }, methods: { + /** 跳转到设备状态详情页面 */ + goToDeviceDetail(id) { + this.$router.push(`/inMonitoring/devicesState-detail/detail/${id}`); + }, /** 查询设备列表 */ getList() { this.loading = true