diff --git a/src/views/marketing/exchange/pickupPoint/index.vue b/src/views/marketing/exchange/pickupPoint/index.vue
index 6fb885f..ba1f596 100644
--- a/src/views/marketing/exchange/pickupPoint/index.vue
+++ b/src/views/marketing/exchange/pickupPoint/index.vue
@@ -22,6 +22,7 @@
+
@@ -51,10 +52,46 @@
-
-
-
-
+
+
+
+
+
+
+
![]()
+
+
+
{{ scope.row.nickname }}
+
ID:{{ scope.row.uid }}
+
+
+
+
+
+
+
+
+
![]()
+
+
+
{{ scope.row.staff_nickname }}
+
ID:{{ scope.row.staff_uid }}
+
+
+
+
+
+
+ {{ scope.row.point_title }}
+ {{ scope.row.point_address }}
+
+
+
+
+
+
+
+
@@ -77,9 +114,9 @@
取货点信息
-
-
-
+
+
+
@@ -87,6 +124,11 @@
+
+
+
+
+
负责人
@@ -185,6 +227,7 @@ export default {
// 编辑弹框
drawer_show: false,
editInfo: {
+ title: '',
address: '',
is_show: 1,
uid_list: [],
@@ -192,6 +235,7 @@ export default {
},
activeName: 'list',
ruleValidate: {
+ title: [{ required: true, message: '请填写取货点名称', trigger: 'blur' }],
address: [{ required: true, message: '请填写取货点详细地址', trigger: 'blur' }],
},
// 用户选择弹框
@@ -218,7 +262,8 @@ export default {
page: 1,
limit: 20,
uid: '',
- address: ''
+ address: '',
+ title:'',
},
loading: false,
cardLists: [],