jiangping
2024-06-11 fc38ef283d254bc4c6b700cfefcb0a6e65f19ba7
h5/pages/staff/meetingManager.vue
@@ -163,7 +163,7 @@
          return {
            time: j.monthDate,
            pointText: j.meetingNum,
            pointTextColor: 'red'
            pointTextColor: '#fff'
          }
        })
      })
@@ -177,6 +177,7 @@
    seletedStatus(e) {
         this.myMeetingList = []
      this.activeRoom = { ...e.value[0] }
      this.recordPage = 1
      this.isShowStatus = false
      this.getDayMeeting()
    },