k94314517
2024-10-16 17efddc6a667670dca682bf36b51a43e99615e6d
h5/pages/staff/meetingCalendar.vue
@@ -265,6 +265,7 @@
      this.activeTab = val
      if (val === '1') {
        this.recordPage = 1
        this.recordList = []
        this.getRecordList()
      } else {
        this.myMeetingList = []
@@ -462,6 +463,10 @@
            font-weight: 600;
            font-size: 32rpx;
            color: #222222;
            flex: 1;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
          }
          .status {
            height: 38rpx;
@@ -471,6 +476,10 @@
            border: 1rpx solid #999999;
            font-size: 22rpx;
            color: #999999;
            margin-left: 20rpx;
            display: flex;
            justify-content: center;
            align-items: center;
          }
          .padding {
            color: $uni-color-primary;