diff --git a/packages/3.0.0/AppMeetingChinaunion/AppMeetingChinaunion.vue b/packages/3.0.0/AppMeetingChinaunion/AppMeetingChinaunion.vue
index 2ae875e7..daf52dbc 100644
--- a/packages/3.0.0/AppMeetingChinaunion/AppMeetingChinaunion.vue
+++ b/packages/3.0.0/AppMeetingChinaunion/AppMeetingChinaunion.vue
@@ -61,7 +61,7 @@
+ tooltip-effect="dark" row-class-name="table-row" cell-class-name="table-cell">
{{ row.meetingAgenda || "-" }}
@@ -105,13 +105,14 @@
{{ dict.getLabel('postStatus', row.postStatus) || '-' }}
-
-
-
-
-
-
+
+
+
+ 编辑
+ 详情
+ 删除
+
+
@@ -227,7 +228,7 @@ export default {
showSet: false, //设置
showMeetingUser: false, //统计
showSupplement: false, //补录
- showDetail: true, //详情
+ showDetail: false, //详情
showAdd: false, //添加
showList: true, //列表
meetingId: "",//会议id
diff --git a/packages/3.0.0/AppMeetingChinaunion/components/meetingDetail.vue b/packages/3.0.0/AppMeetingChinaunion/components/meetingDetail.vue
index ffdcb043..da1a1a9f 100644
--- a/packages/3.0.0/AppMeetingChinaunion/components/meetingDetail.vue
+++ b/packages/3.0.0/AppMeetingChinaunion/components/meetingDetail.vue
@@ -131,7 +131,7 @@