From fe92bf1bd99f65d08d3ea0090e52051d8a71853a Mon Sep 17 00:00:00 2001
From: Jiang Peng <2622360564@qq.com>
Date: Tue, 11 Jun 2024 22:24:44 +0800
Subject: [PATCH] =?UTF-8?q?feat():=E4=BC=81=E4=B8=9A=E4=BF=AE=E6=94=B9?=
=?UTF-8?q?=E5=AE=A1=E6=A0=B8=E9=83=A8=E5=88=86?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/netWorking/car/index.vue | 93 ++++++++++++++++++++++--------
1 file changed, 68 insertions(+), 25 deletions(-)
diff --git a/src/views/netWorking/car/index.vue b/src/views/netWorking/car/index.vue
index d4b9513..6d8b7b9 100644
--- a/src/views/netWorking/car/index.vue
+++ b/src/views/netWorking/car/index.vue
@@ -50,12 +50,24 @@
-
+
+
+ {{ parseTime(scope.row.estabinessDate, '{y}-{m}-{d}') }}
+
+
-
-
+
+
+
+
+
+
+
+
+
+
删除
+ 审核
@@ -84,7 +102,7 @@
@pagination="getList"
/>
-
+
@@ -98,10 +116,10 @@
+ v-model="form.estabinessDate"
+ type="date"
+ value-format="yyyy-MM-dd"
+ placeholder="请选择企业成立时间">
@@ -116,12 +134,21 @@
+
+
+ {{dict.label}}
+
+
+ v-model="form.registrationDate"
+ type="date"
+ value-format="yyyy-MM-dd"
+ placeholder="请选择企业入驻平台时期">
@@ -129,14 +156,21 @@
+ v-model="form.authenticationDate"
+ type="date"
+ value-format="yyyy-MM-dd"
+ placeholder="请选择认证时间">
-
+
+
+
@@ -157,10 +191,11 @@