Explorar el Código

fix: 用车列表时间显示优化

liujt hace 1 semana
padre
commit
9e36326b63
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/views/salesServiceManagement/vehiclerecord/index.vue

+ 2 - 2
src/views/salesServiceManagement/vehiclerecord/index.vue

@@ -123,7 +123,7 @@ export default {
           align: 'center',
           minWidth: 200,
           showOverflowTooltip: true,
-          formatter: (row) => row.valueJson?.travel_time || ''
+          formatter: (row) => row.valueJson?.travel_time + ' ' + (row.valueJson?.travel_time_after || '') + ' ' || ''
         },
         {
           prop: 'return_time',
@@ -131,7 +131,7 @@ export default {
           align: 'center',
           showOverflowTooltip: true,
           minWidth: 200,
-          formatter: (row) => row.valueJson?.return_time || ''
+          formatter: (row) => row.valueJson?.return_time + ' ' + (row.valueJson?.return_time_after || '') + ' ' || ''
         },
         {
           prop: 'car_number',