From 2ccfd4f247e4b59fa3234c07b95ebb6afd6e3d67 Mon Sep 17 00:00:00 2001 From: yunuo970428 <405378304@qq.com> Date: Tue, 11 Jun 2024 15:45:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E5=AE=A2=E6=88=B7=E7=AE=A1?= =?UTF-8?q?=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../relation/vehicleAdd.vue | 22 +++++++++---------- .../relation/vehicleInfo.vue | 16 +++++++------- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/yxt-as-ui/src/views/client/customermanagement/relation/vehicleAdd.vue b/yxt-as-ui/src/views/client/customermanagement/relation/vehicleAdd.vue index 26e3f28614..574bb68688 100644 --- a/yxt-as-ui/src/views/client/customermanagement/relation/vehicleAdd.vue +++ b/yxt-as-ui/src/views/client/customermanagement/relation/vehicleAdd.vue @@ -74,13 +74,13 @@ -
每月公里(Km)
+
每月公里
-
滤芯到期公里(Km)
+
滤芯到期公里
@@ -90,7 +90,7 @@
-
机油到期公里(Km)
+
机油到期公里
@@ -110,7 +110,7 @@
-
宝轮到期公里(Km)
+
宝轮到期公里
@@ -130,11 +130,11 @@
-
刹车片带到期公里(Km)
+
刹车片到期公里(Km)
-
刹车片带到期日期
+
刹车片到期日期
@@ -294,16 +294,16 @@ export default { diff --git a/yxt-as-ui/src/views/client/customermanagement/relation/vehicleInfo.vue b/yxt-as-ui/src/views/client/customermanagement/relation/vehicleInfo.vue index b84da781c6..a54e47b01f 100644 --- a/yxt-as-ui/src/views/client/customermanagement/relation/vehicleInfo.vue +++ b/yxt-as-ui/src/views/client/customermanagement/relation/vehicleInfo.vue @@ -73,13 +73,13 @@ {{ formobj.currentMileage }} -
每月公里(Km)
+
每月公里
{{ formobj.monthKm }}
-
滤芯到期公里(Km)
+
滤芯到期公里
{{ formobj.filter_km }}
@@ -89,7 +89,7 @@
-
机油到期公里(Km)
+
机油到期公里
{{ formobj.engineoil_km }}
@@ -109,7 +109,7 @@
-
宝轮到期公里(Km)
+
宝轮到期公里
{{ formobj.treasurewheel_km }}
@@ -129,11 +129,11 @@
-
刹车片带到期公里(Km)
+
刹车片到期公里(Km)
{{ formobj.brakepads_km }}
-
刹车片带到期日期
+
刹车片到期日期
{{ formobj.brakepads_date }}
@@ -241,9 +241,9 @@ export default {