From 9d893553d706d061276202cc9d1735ea80e2b480 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=9C=E7=AC=99=E6=AD=8C?= <2277317060@qq.com> Date: Mon, 15 May 2023 15:03:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=90=9C=E7=B4=A2=E6=9D=A1?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/views/GPS/car/index.vue | 64 +++++++++---------- ruoyi-ui/src/views/index.vue | 14 ++-- .../alarmSendingSettings/index.vue | 10 +-- .../views/tireManagement/salesData/index.vue | 9 +++ 4 files changed, 53 insertions(+), 44 deletions(-) diff --git a/ruoyi-ui/src/views/GPS/car/index.vue b/ruoyi-ui/src/views/GPS/car/index.vue index 2514624..032e1b0 100644 --- a/ruoyi-ui/src/views/GPS/car/index.vue +++ b/ruoyi-ui/src/views/GPS/car/index.vue @@ -63,41 +63,41 @@ + /> - + /> + + + /> - - - - - - - - - - - - - + /> + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ruoyi-ui/src/views/index.vue b/ruoyi-ui/src/views/index.vue index a13ec01..d9ad006 100644 --- a/ruoyi-ui/src/views/index.vue +++ b/ruoyi-ui/src/views/index.vue @@ -34,31 +34,31 @@
车辆总里程
-
156325公里
+
xxxxx公里
- 参数1 + 里程1
- 1234 km + xxxx km
- 参数2 + 里程2
- 1234 km + xxxx km
- 参数3 + 里程3
- 1234 km + xxxx km
diff --git a/ruoyi-ui/src/views/realTimeMonitoring/alarmSendingSettings/index.vue b/ruoyi-ui/src/views/realTimeMonitoring/alarmSendingSettings/index.vue index 3ddd73d..769c171 100644 --- a/ruoyi-ui/src/views/realTimeMonitoring/alarmSendingSettings/index.vue +++ b/ruoyi-ui/src/views/realTimeMonitoring/alarmSendingSettings/index.vue @@ -12,7 +12,7 @@ :options="options" :props="cascaderProps" clearable - @change="cascaderChange" /> + @change="cascaderChange"/> @@ -61,7 +61,7 @@ const ids = ref([]) const axleTotals = ref([]) const deviceIds = ref([]) -const cascaderProps = { multiple: true, value:'id',label:'title',children:'baseCarList' } +const cascaderProps = {multiple: true, value: 'id', label: 'title', children: 'baseCarList'} const options = ref([]) const carIds = ref([]) @@ -90,7 +90,7 @@ listBaseCar().then(e => { const cascaderChange = (e) => { console.log(e) let params = [] - e.forEach(val =>{ + e.forEach(val => { params.push(val.at(-1)) }) ids.value = params @@ -146,10 +146,10 @@ const resetQuery = () => { zPressureHigh: 0, zPressureLow: 0, temperatureHigh: 0, - carId:null, + carId: null, time: parseTime(new Date()), } - ids.value=[] + ids.value = [] carIds.value = [] } diff --git a/ruoyi-ui/src/views/tireManagement/salesData/index.vue b/ruoyi-ui/src/views/tireManagement/salesData/index.vue index 2fd5be7..53e15e7 100644 --- a/ruoyi-ui/src/views/tireManagement/salesData/index.vue +++ b/ruoyi-ui/src/views/tireManagement/salesData/index.vue @@ -12,6 +12,15 @@ @keyup.enter.native="handleQuery" /> + + +