From c8332afe4ca3adbdcc6c41e2159cc0237fa198d4 Mon Sep 17 00:00:00 2001
From: jiangyy
Date: Fri, 26 Nov 2021 09:37:36 +0800
Subject: [PATCH] =?UTF-8?q?=E8=81=94=E5=BB=BA=E6=B4=BB=E5=8A=A8=E8=81=94?=
=?UTF-8?q?=E8=B0=83?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../regionalParty/activitys.vue | 7 ++--
.../regionalParty/activitysForm.vue | 22 +++++++----
.../regionalParty/unitsForm.vue | 18 ++++-----
.../ninePlaces/inspect/inspectReview.vue | 37 ++++++++++++-------
4 files changed, 51 insertions(+), 33 deletions(-)
diff --git a/src/views/modules/communityParty/regionalParty/activitys.vue b/src/views/modules/communityParty/regionalParty/activitys.vue
index 2842a246..e31257f5 100644
--- a/src/views/modules/communityParty/regionalParty/activitys.vue
+++ b/src/views/modules/communityParty/regionalParty/activitys.vue
@@ -53,6 +53,7 @@
prop="startTime">
+ v-html="formData.content">
@@ -97,8 +97,8 @@
label-width="150px">
+ type="datetime"
+ placeholder="选择时间">
@@ -167,7 +167,7 @@
+ v-html="formData.result">
@@ -211,7 +211,7 @@ export default {
unitId: '',//单位ID
title: '',//活动标题
target: '',//活动目标
- contact: '',//活动内容
+ content: '',//活动内容
activityTime: '',//活动时间
peopleCount: 0,//服务人数
result: '', //活动结果
@@ -291,7 +291,7 @@ export default {
if (code === 0) {
this.$message({
type: 'success',
- message: '新增联建单位成功'
+ message: '操作成功'
})
this.resetData()
this.$emit('dialogOk')
@@ -428,7 +428,7 @@ export default {
unitId: '',//单位ID
title: '',//活动标题
target: '',//活动目标
- contact: '',//活动内容
+ content: '',//活动内容
activityTime: '',//活动时间
peopleCount: 0,//服务人数
result: '', //活动结果
@@ -502,7 +502,7 @@ export default {
}
}
-