From e260646a2ba5269221329fc47497d88ba59e2049 Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Wed, 17 Jul 2024 17:24:11 +0800
Subject: [PATCH] e呼即办共享
---
src/views/cGovernance/taskECallTwo/index.vue | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/views/cGovernance/taskECallTwo/index.vue b/src/views/cGovernance/taskECallTwo/index.vue
index 4426c4f..05b063a 100644
--- a/src/views/cGovernance/taskECallTwo/index.vue
+++ b/src/views/cGovernance/taskECallTwo/index.vue
@@ -14,10 +14,10 @@
</el-button>
</template>
- <!-- <template slot="menu" slot-scope="{row, size, index}">
+ <template slot="menu" slot-scope="{row, size, index}">
<el-button size="small" type="text" icon="el-icon-share" plain @click="share(row)">分享
</el-button>
- </template> -->
+ </template>
<template slot-scope="{row, size}" slot="phone">
<el-button :size="size" type="text" @click="showStringDispose(row, 'phoneflag')"
@@ -131,7 +131,7 @@
// searchLabelWidth: 96,
searchShow: true,
searchMenuSpan: 3,
- menuWidth: 310,
+ menuWidth: 160,
delBtn: false,
editBtn: false,
@@ -713,8 +713,8 @@
param.houseCode = this.shareCircleRow.addressCode
param.circleImages = this.shareCircleRow.imageUrls
param.communityCode = this.shareCircleRow.communityCode
- param.circleText = this.shareCircleRow.remark
- param.evenType = 2
+ param.circleText = "标题:" + this.shareCircleRow.issueTitle + " 内容: " + this.shareCircleRow.issueContent
+ param.evenType = 3
param.eventId = this.shareCircleRow.id
circleAdd(param).then(
() => {
--
Gitblit v1.9.3