From 2f09efc660bf2cc94cbc5291ad25ca06fc9bdadf Mon Sep 17 00:00:00 2001
From: wlzboy <66905212@qq.com>
Date: 星期六, 24 一月 2026 22:03:09 +0800
Subject: [PATCH] feat: 增加OCR测试,车辆
---
app/pagesTask/edit-welfare.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/app/pagesTask/edit-welfare.vue b/app/pagesTask/edit-welfare.vue
index ec5c362..6ab079d 100644
--- a/app/pagesTask/edit-welfare.vue
+++ b/app/pagesTask/edit-welfare.vue
@@ -380,7 +380,7 @@
destinationLatitude: this.addressCoordinates.endAddress ? this.addressCoordinates.endAddress.lat : null,
// 璺濈鍜屼环鏍硷紙涓讳换鍔″瓧娈碉級
- distance: this.taskForm.distance ? parseFloat(this.taskForm.distance) : null,
+ transferDistance: this.taskForm.transferDistance ? parseFloat(this.taskForm.transferDistance) : null,
price: this.taskForm.price ? parseFloat(this.taskForm.price) : null,
// 涔樺淇℃伅锛堝祵濂楀璞★級
--
Gitblit v1.9.1