| | |
| | | <view class="value">{{ item.bookingUser }}</view>
|
| | | </view>
|
| | | <view class="line">
|
| | | <view class="label">备注:</view>
|
| | | <view class="label">会议需求:</view>
|
| | | <view class="value">{{ item.remark || item.meetingRemark }}</view>
|
| | | </view>
|
| | | </view>
|
| | |
| | | initData() {
|
| | | // 当月数据
|
| | | monthMeetingPage({
|
| | | yearMonth: this.currentDate.slice(0, 7)
|
| | | yearMonth: this.currentDate.slice(0, 7), |
| | | queryType: 3
|
| | | }).then(res => {
|
| | | this.monthMark = res.data.filter(i => i.meetingNum > 0).map(j => {
|
| | | return {
|
| | |
| | | // 当天我参与的会议
|
| | | myMeetingPage({
|
| | | model: {
|
| | | queryType: '1',
|
| | | queryType: '3',
|
| | | roomsId: activeRoom.id,
|
| | | queryDate: currentDate
|
| | | },
|