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 {