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] =?UTF-8?q?=E5=85=B1=E5=BB=BA=E8=81=94=E7=9B=9F=E6=B4=BB?=
=?UTF-8?q?=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') }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+