From ee89cdaca0370440731cd724d05868830d7b1d16 Mon Sep 17 00:00:00 2001
From: zhangyongzhangyong <2012005003@qq.com>
Date: Tue, 30 Nov 2021 10:42:09 +0800
Subject: [PATCH 1/5] =?UTF-8?q?=E5=85=B1=E5=BB=BA=E8=81=94=E7=9B=9F?=
=?UTF-8?q?=EF=BC=8C=E5=A2=9E=E5=8A=A0=E9=A6=96=E5=9B=BE=E3=80=81=E8=AF=A6?=
=?UTF-8?q?=E6=83=85=E9=A1=B5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../heart/volunteerunion-add-or-update.vue | 225 +++++++++++++++-
.../modules/heart/volunteerunion-detail.vue | 245 ++++++++++++++++++
src/views/modules/heart/volunteerunion.vue | 27 +-
3 files changed, 476 insertions(+), 21 deletions(-)
create mode 100644 src/views/modules/heart/volunteerunion-detail.vue
diff --git a/src/views/modules/heart/volunteerunion-add-or-update.vue b/src/views/modules/heart/volunteerunion-add-or-update.vue
index af8d6b2..a39c9f6 100644
--- a/src/views/modules/heart/volunteerunion-add-or-update.vue
+++ b/src/views/modules/heart/volunteerunion-add-or-update.vue
@@ -1,6 +1,26 @@
+
+
+
+
+
+ 只能上传jpg/png文件,且不超过500kb
+
+
+
@@ -14,7 +34,7 @@
+ label="联盟简介">
@@ -28,6 +48,7 @@
+
+
+
diff --git a/src/views/modules/heart/volunteerunion-detail.vue b/src/views/modules/heart/volunteerunion-detail.vue
new file mode 100644
index 0000000..48f9d08
--- /dev/null
+++ b/src/views/modules/heart/volunteerunion-detail.vue
@@ -0,0 +1,245 @@
+
+
+
+
+
+
+
+
+
+ {{dataForm.unionName}}
+
+
+ {{dataForm.contacts}}
+
+
+ {{dataForm.phone}}
+
+
+ {{dataForm.sort}}
+
+
+
+
+
+
+
+
+ 返回
+
+
+
+
+
+
+
+
diff --git a/src/views/modules/heart/volunteerunion.vue b/src/views/modules/heart/volunteerunion.vue
index 615a1c5..660a9d1 100644
--- a/src/views/modules/heart/volunteerunion.vue
+++ b/src/views/modules/heart/volunteerunion.vue
@@ -31,21 +31,14 @@
-
-
-
-
-
-
-
-
+ 详情
{{ $t('update') }}
{{ $t('delete') }}
@@ -62,6 +55,8 @@
+
+
@@ -69,6 +64,7 @@
From 85d01f62a1aa8171ed2d10fb987703e3b953814d Mon Sep 17 00:00:00 2001
From: zhangyongzhangyong <2012005003@qq.com>
Date: Tue, 30 Nov 2021 17:25:11 +0800
Subject: [PATCH 2/5] =?UTF-8?q?=E5=85=B1=E5=BB=BA=E8=81=94=E7=9B=9F?=
=?UTF-8?q?=E6=B4=BB=E5=8A=A8=20PC=E7=AB=AF?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../heart/volunteerunionact-add-or-update.vue | 180 ++++++++++++++++++
.../heart/volunteerunionact-detail.vue | 98 ++++++++++
src/views/modules/heart/volunteerunionact.vue | 104 ++++++++++
3 files changed, 382 insertions(+)
create mode 100644 src/views/modules/heart/volunteerunionact-add-or-update.vue
create mode 100644 src/views/modules/heart/volunteerunionact-detail.vue
create mode 100644 src/views/modules/heart/volunteerunionact.vue
diff --git a/src/views/modules/heart/volunteerunionact-add-or-update.vue b/src/views/modules/heart/volunteerunionact-add-or-update.vue
new file mode 100644
index 0000000..0a9bcaa
--- /dev/null
+++ b/src/views/modules/heart/volunteerunionact-add-or-update.vue
@@ -0,0 +1,180 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ $t('cancel') }}
+ {{ $t('confirm') }}
+
+
+
+
+
diff --git a/src/views/modules/heart/volunteerunionact-detail.vue b/src/views/modules/heart/volunteerunionact-detail.vue
new file mode 100644
index 0000000..7a50afd
--- /dev/null
+++ b/src/views/modules/heart/volunteerunionact-detail.vue
@@ -0,0 +1,98 @@
+
+
+
+
+ {{dataForm.unionName}}
+
+
+ {{dataForm.title}}
+
+
+ {{dataForm.actStartTime}}
+
+
+ {{dataForm.actEndTime}}
+
+
+ {{dataForm.sort}}
+
+
+
+
+
+
+
+
+
+
+
+
+ 返回
+
+
+
+
+
diff --git a/src/views/modules/heart/volunteerunionact.vue b/src/views/modules/heart/volunteerunionact.vue
new file mode 100644
index 0000000..3a59c69
--- /dev/null
+++ b/src/views/modules/heart/volunteerunionact.vue
@@ -0,0 +1,104 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ $t('query') }}
+
+
+ {{ $t('add') }}
+
+
+
+
+
+
+
+
+
+
+ 详情
+ {{ $t('update') }}
+ {{ $t('delete') }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
From f194bc9b647525c85cfaa7760f63254f26e05df3 Mon Sep 17 00:00:00 2001
From: zhangyongzhangyong <2012005003@qq.com>
Date: Wed, 1 Dec 2021 15:01:40 +0800
Subject: [PATCH 3/5] =?UTF-8?q?=E8=AF=A6=E6=83=85=E9=A1=B5=E4=BF=AE?=
=?UTF-8?q?=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/modules/heart/volunteerunion-detail.vue | 8 +-------
src/views/modules/heart/volunteerunionact-detail.vue | 8 +-------
2 files changed, 2 insertions(+), 14 deletions(-)
diff --git a/src/views/modules/heart/volunteerunion-detail.vue b/src/views/modules/heart/volunteerunion-detail.vue
index 48f9d08..3c769fb 100644
--- a/src/views/modules/heart/volunteerunion-detail.vue
+++ b/src/views/modules/heart/volunteerunion-detail.vue
@@ -21,9 +21,7 @@
{{dataForm.sort}}
-
-
-
+
@@ -33,7 +31,6 @@
+
+
+
diff --git a/src/views/modules/heart/volunteerunionact-detail.vue b/src/views/modules/heart/volunteerunionact-detail.vue
index a608300..df5c522 100644
--- a/src/views/modules/heart/volunteerunionact-detail.vue
+++ b/src/views/modules/heart/volunteerunionact-detail.vue
@@ -1,6 +1,13 @@
+
+
+
+
+
{{dataForm.unionName}}
@@ -50,7 +57,8 @@ export default {
actEndTime: '',
content: '',
sort: '',
- images: []
+ images: [],
+ headPic: ''
},
previewImgList: []
}
@@ -90,3 +98,163 @@ export default {
}
}
+
+
+