diff --git a/src/views/GroupEvolution/components/groupPanel.vue b/src/views/GroupEvolution/components/groupPanel.vue index 163346b..afa868f 100644 --- a/src/views/GroupEvolution/components/groupPanel.vue +++ b/src/views/GroupEvolution/components/groupPanel.vue @@ -71,9 +71,9 @@ const groupMemberInfoMap = { } const typeTitle = ref({ - 0: props.groupList[0]?.title[0] || "", - 1: props.groupList[0]?.title[1] || "", - 6: props.groupList[0]?.title[2] || "" + 0: props.groupList[0]?.title[0] || "中国海警首次登检菲律宾运补船只", + 1: props.groupList[0]?.title[1] || "外交部回应中国海警缴获菲士兵枪支", + 6: props.groupList[0]?.title[2] || "中方回应菲称我海警挥舞刀具" })