css
liukangdong
2024-06-25 ebc96a1cf0424c04dceacbc42f9ad2a897223be9
h5/pages/staff/meetingManager.vue
@@ -74,8 +74,12 @@
              <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 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>
@@ -175,7 +179,7 @@
      getRoomList() {
      roomsListPost({}).then(res => {
        this.meetingList = [[{ id: '', name: '全部会议室' }, ...res.data]]
            console.log('meetingList', this.meetingList);
        console.log('meetingList', this.meetingList)
      })
    },
    seletedStatus(e) {
@@ -288,7 +292,7 @@
      }
    }
    .active {
      font-weight: 500;
      font-weight: 600;
      font-size: 30rpx;
      color: #222222;
      .line {