From 6e3031c62ef3d4bd85d52b372b10384530d85174 Mon Sep 17 00:00:00 2001 From: liudianxin Date: Wed, 24 Jun 2020 19:09:06 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=B3=E8=AF=B7=E9=A1=B5=EF=BC=8C=E7=94=B3?= =?UTF-8?q?=E8=AF=B7=E9=A1=B9=E6=97=A0=E6=95=B0=E6=8D=AE=E4=B8=8D=E6=98=BE?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../shop-car-apply/apply_service_state.vue | 80 +- src/pages/service_shop/shop_car_apply.vue | 732 +++++++++--------- 2 files changed, 407 insertions(+), 405 deletions(-) diff --git a/src/components/shop-car-apply/apply_service_state.vue b/src/components/shop-car-apply/apply_service_state.vue index baada5f..7244378 100644 --- a/src/components/shop-car-apply/apply_service_state.vue +++ b/src/components/shop-car-apply/apply_service_state.vue @@ -2,10 +2,7 @@
-
+

{{ data.title }} @@ -33,8 +30,7 @@ border: 'solid 1px #e4c884', } " - >{{ item.tip }} + >{{ item.tip }}

{{ data.type }}

{{ data.auth }}

@@ -44,9 +40,7 @@

{{ data.size }}

{{ data.applytype }}

-
- {{ data.num }} -
+
{{ data.num }}

应用场景:

- +
-

- 选择需要申请的数据项: +

+ 选择需要申请的数据项:

{ - return v.url - }).join(';') - console.log(this.fileList) - } - }, + console.log(val); + this.fileList = ""; + this.fileList = val + .map((v, k) => { + return v.url; + }) + .join(";"); + console.log(this.fileList); + } + } }; diff --git a/src/pages/service_shop/shop_car_apply.vue b/src/pages/service_shop/shop_car_apply.vue index 3c3deae..d2fbef8 100644 --- a/src/pages/service_shop/shop_car_apply.vue +++ b/src/pages/service_shop/shop_car_apply.vue @@ -1,15 +1,15 @@ -- 2.26.0