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] =?UTF-8?q?=E5=85=B1=E5=BB=BA=E8=81=94=E7=9B=9F=EF=BC=8C?=
=?UTF-8?q?=E5=A2=9E=E5=8A=A0=E9=A6=96=E5=9B=BE=E3=80=81=E8=AF=A6=E6=83=85?=
=?UTF-8?q?=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 @@