From 3a1e29aac501bb540463c1d2ed4723937d899424 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=9C=E7=AC=99=E6=AD=8C?= <2277317060@qq.com> Date: Wed, 24 May 2023 15:07:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=B7=B3=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/views/carManagement/info/index.vue | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/ruoyi-ui/src/views/carManagement/info/index.vue b/ruoyi-ui/src/views/carManagement/info/index.vue index 758df4b..1a01faa 100644 --- a/ruoyi-ui/src/views/carManagement/info/index.vue +++ b/ruoyi-ui/src/views/carManagement/info/index.vue @@ -66,7 +66,7 @@ - + @@ -86,14 +86,14 @@ {{ t('web.SetUpTrailer') }} {{ t('web.BindingReceiver') }} @@ -430,6 +430,10 @@ function handleSelectionChange(selection) { single.value = selection.length !== 1; multiple.value = !selection.length; } +const rowClick = e =>{ + console.log(e.id) + proxy.$tab.openPage("/realTimeMonitoring/carMonitoring"+"?id="+e.id,"/realTimeMonitoring") +} // 设置挂车模态框 const SetTrailer = (e) => {