From 881ae7e47b4614981aa0839da8b8c8c65c1b610e Mon Sep 17 00:00:00 2001 From: zhouxueli <2841188632@qq.com> Date: Wed, 21 May 2025 14:27:14 +0800 Subject: [PATCH] =?UTF-8?q?story#6462,=E5=8F=91=E5=B8=83=E6=97=A5=E6=9C=9F?= =?UTF-8?q?=E6=B8=85=E9=99=A4=E4=BA=8B=E4=BB=B6=E5=92=8C=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/secondHandCar/indexList.vue | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/views/secondHandCar/indexList.vue b/src/views/secondHandCar/indexList.vue index f7a17605..876e59dc 100644 --- a/src/views/secondHandCar/indexList.vue +++ b/src/views/secondHandCar/indexList.vue @@ -90,7 +90,15 @@ > - + + +
@@ -268,7 +276,6 @@ export default { this.areaCode=val[1].code } this.areaShow=false - console.log("confirmHandle",this.areaName,this.areaCode) }, formatDate(date) { return `${date.getFullYear()}/${date.getMonth() + 1}/${date.getDate()}`;