From 7a261583829ce0f6d70a7bb9b7cf32a81d5ab3d4 Mon Sep 17 00:00:00 2001
From: zhangjun1
Date: Tue, 16 Jun 2020 19:07:59 +0800
Subject: [PATCH] =?UTF-8?q?=E8=B4=AD=E7=89=A9=E8=BD=A6=E6=9C=8D=E5=8A=A1?=
=?UTF-8?q?=E7=94=B3=E8=AF=B7?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../shop-car-apply/apply_service_state.vue | 14 ++-
.../shop-car-apply/service_list.vue | 2 +-
src/components/table/table-um.vue | 1 +
src/pages/service_shop/shop_car_apply.vue | 85 ++++++++++++++-----
src/pages/workbench/yygl/app_edit.vue | 6 +-
5 files changed, 83 insertions(+), 25 deletions(-)
diff --git a/src/components/shop-car-apply/apply_service_state.vue b/src/components/shop-car-apply/apply_service_state.vue
index fc6fa71..e973d5f 100644
--- a/src/components/shop-car-apply/apply_service_state.vue
+++ b/src/components/shop-car-apply/apply_service_state.vue
@@ -50,7 +50,9 @@
@@ -70,6 +72,7 @@
v-if="!data.isapp"
v-show="showtable"
:isSelection="true"
+ ref="apply_service_state_table"
:headers="headers"
:stripe="true"
:datas="data.data"
@@ -90,6 +93,8 @@ export default {
data() {
return {
sceneinput: "",
+ fileList:'',
+ imgList:[],
showtable: false,
headers: [
{
@@ -126,7 +131,14 @@ export default {
},
mounted() {},
methods: {
-
+ getNewList(val) {
+ console.log(val);
+ this.fileList = ""
+ this.fileList = val.map((v,k)=>{
+ return v.url
+ }).join(';')
+ console.log(this.fileList)
+ }
},
};
diff --git a/src/components/shop-car-apply/service_list.vue b/src/components/shop-car-apply/service_list.vue
index 3703784..5ad7631 100644
--- a/src/components/shop-car-apply/service_list.vue
+++ b/src/components/shop-car-apply/service_list.vue
@@ -6,7 +6,7 @@
数量
操作
-
+
diff --git a/src/components/table/table-um.vue b/src/components/table/table-um.vue
index 802ae2b..e4d7898 100644
--- a/src/components/table/table-um.vue
+++ b/src/components/table/table-um.vue
@@ -489,6 +489,7 @@ export default {
if (this.url == "") {
let newArr = [];
if (this.datas) {
+ console.log(this.datas);
newArr = this.datas;
}
let total = newArr.length;
diff --git a/src/pages/service_shop/shop_car_apply.vue b/src/pages/service_shop/shop_car_apply.vue
index d78674f..a1270af 100644
--- a/src/pages/service_shop/shop_car_apply.vue
+++ b/src/pages/service_shop/shop_car_apply.vue
@@ -2,7 +2,7 @@