liukangdong
2024-06-11 1be9363108acde037a4e5907520d5a819c3a0c41
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()
    },