From 4e5e1091201cc11c0d99add26d95ba396778e239 Mon Sep 17 00:00:00 2001
From: shaowenhao <3121640096@qq.com>
Date: Thu, 30 Nov 2023 13:39:18 +0800
Subject: [PATCH] =?UTF-8?q?=E8=BD=A6=E8=BE=86=E7=AE=A1=E7=90=86=E6=9B=B4?=
=?UTF-8?q?=E6=96=B0=E8=BF=AD=E4=BB=A3?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/allCar/catMessage.vue | 42 +++++++++++++++++++--------------
1 file changed, 24 insertions(+), 18 deletions(-)
diff --git a/src/views/allCar/catMessage.vue b/src/views/allCar/catMessage.vue
index d7f70d0..7e7034a 100644
--- a/src/views/allCar/catMessage.vue
+++ b/src/views/allCar/catMessage.vue
@@ -2,14 +2,14 @@
车辆VIN:
- 车辆类型:
- 电子围栏:
- 车辆状态:
+ 车辆类型:
+ 电子围栏:
+ 车辆状态:
- 电机厂商:
- 电池厂商:
- 电机编号:
- 电池编号:
+ 电机厂商:
+ 电池厂商:
+ 电机编号:
+ 电池编号:
提交
@@ -27,14 +27,14 @@
-
-
+
+
-
-
+
+
@@ -64,14 +64,14 @@
-
-
+
+
-
-
+
+
@@ -147,7 +147,10 @@
+
实时轨迹
+
+ 1111
修改
@@ -222,6 +225,9 @@ export default {
this.listLoading = false
})
},
+ handleShiGui() {
+ this.$router.push('/allCar/history')
+ },
// 模糊查询提交 更新列表
submitForm() {
this.fetchData()
@@ -255,9 +261,9 @@ export default {
},
// 批量删除
delListCar() {},
- // 实时轨迹 跳转这个表
- handleShi(carVinId) {
- this.$router.push('src/views/allCar/operation.vue')
+ // 实时轨迹 跳转这个表 carVinId
+ handleShi() {
+ this.$router.push('/allCar/operation')
},
// 回显 修改
handleEdit(carVinId) {