liukangdong
2024-06-12 e9717d6ebed478c4ff7ddbf539d1a591bbf5185a
h5/pages/staff/meetingCalendar.vue
@@ -93,6 +93,7 @@
              <view class="value">{{ item.remark || item.meetingRemark }}</view>
            </view>
          </view>
          <image v-if="myMeetingList.length === 0" src="@/static/empty.png" style="width: 320rpx;margin: 60rpx auto;" mode="widthFix" />
        </view>
      </view>
    </template>
@@ -141,6 +142,7 @@
              <view class="value">{{ item.remark || item.meetingRemark }}</view>
            </view>
          </view>
          <image v-if="recordList.length === 0" src="@/static/empty.png" style="width: 320rpx;margin: 120rpx auto;" mode="widthFix" />
        </view>
      </view>
    </template>
@@ -234,7 +236,7 @@
          return {
            time: j.monthDate,
            pointText: j.meetingNum,
            pointTextColor: 'red'
            pointTextColor: '#fff'
          }
        })
      })
@@ -264,6 +266,7 @@
         this.myMeetingList = []
      this.activeRoom = { ...e.value[0] }
      this.isShowStatus = false
      this.myPage = 1
      this.getDayMeeting()
    },
    handleDetail(id) {