diff --git a/src/views/vehicleMent/journal.vue b/src/views/vehicleMent/journal.vue
index 089b011..7d83ae8 100644
--- a/src/views/vehicleMent/journal.vue
+++ b/src/views/vehicleMent/journal.vue
@@ -100,7 +100,7 @@
>
- {{ scope.row.distance > 10 ? "离开" : "进入" }}工房
+ {{ scope.row.status == 0 ? "离开" : "进入" }}工房
{
+ this.scrollList1 = response.rows;
+ });
});
// bigPicList().then((response) => {
// this.vehicleList = response.data;