jiangping
2024-08-09 249a271a867df4802a8d59371e0ff10d3eb54298
h5/pages/staff/meetingManager.vue
@@ -179,7 +179,6 @@
    getRoomList() {
      roomsListPost({}).then(res => {
        this.meetingList = [[{ id: '', name: '全部会议室' }, ...res.data]]
        console.log('meetingList', this.meetingList)
      })
    },
    seletedStatus(e) {
@@ -355,9 +354,14 @@
            font-weight: 600;
            font-size: 32rpx;
            color: #222222;
            flex: 1;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
          }
          .status {
            height: 38rpx;
            margin-left: 20rpx;
            line-height: 38rpx;
            padding: 0 16rpx;
            border-radius: 4rpx;