liukangdong
2024-06-12 a11bc1bed7953b88213330582c2085f60b5a73b1
h5/pages/staff/meetingManager.vue
@@ -74,6 +74,10 @@
              <view class="value">{{ item.remark || item.meetingRemark }}</view>
            </view>
          </view>
          <view v-if="myMeetingList.length === 0"  style="text-align: center;">
            <image src="@/static/empty.png" style="width: 320rpx;margin: 120rpx auto 0" mode="widthFix" />
            <view class="placeholder9 fs24">暂无数据</view>
          </view>
        </view>
      </view>
    </template>
@@ -163,7 +167,7 @@
          return {
            time: j.monthDate,
            pointText: j.meetingNum,
            pointTextColor: 'red'
            pointTextColor: '#fff'
          }
        })
      })
@@ -177,6 +181,7 @@
    seletedStatus(e) {
         this.myMeetingList = []
      this.activeRoom = { ...e.value[0] }
      this.recordPage = 1
      this.isShowStatus = false
      this.getDayMeeting()
    },