Merge remote-tracking branch 'origin/master'
| | |
| | | return {
|
| | | time: j.monthDate,
|
| | | pointText: j.meetingNum,
|
| | | pointTextColor: 'red'
|
| | | pointTextColor: '#fff'
|
| | | }
|
| | | })
|
| | | })
|
| | |
| | | this.myMeetingList = []
|
| | | this.activeRoom = { ...e.value[0] }
|
| | | this.isShowStatus = false
|
| | | this.myPage = 1
|
| | | this.getDayMeeting()
|
| | | },
|
| | | handleDetail(id) {
|
| | |
| | | v-for="mem in detail.userResponseList" |
| | | :key="mem.id" |
| | | > |
| | | <image :src="mem.avatar" class="avatar" mode=""></image> |
| | | <image :src="mem.avatar ? mem.avatar : require('@/static/meeting/common/default_user@2x.png')" class="avatar" mode=""></image> |
| | | <view class="name">{{ mem.realname }}</view> |
| | | </view> |
| | | </view> |
| | |
| | | return {
|
| | | time: j.monthDate,
|
| | | pointText: j.meetingNum,
|
| | | pointTextColor: 'red'
|
| | | pointTextColor: '#fff'
|
| | | }
|
| | | })
|
| | | })
|
| | |
| | | seletedStatus(e) {
|
| | | this.myMeetingList = []
|
| | | this.activeRoom = { ...e.value[0] }
|
| | | this.recordPage = 1
|
| | | this.isShowStatus = false
|
| | | this.getDayMeeting()
|
| | | },
|
| | |
| | | <view class="box_list_item_nr_x"></view> |
| | | <view class="box_list_item_nr_text"> |
| | | <text class="time">{{ item.createDate }}提交</text> |
| | | <text class="btn" @click="handleAppr(item)">去处理</text> |
| | | <text v-if="item.status == '0'" class="btn" @click="handleAppr(item)">去处理</text> |
| | | </view> |
| | | </view> |
| | | </view> |
| | |
| | | this.getList() |
| | | }, |
| | | seletedDate(e) { |
| | | setTimeout(() => { |
| | | this.param.queryDate = dayjs(e.value).format('YYYY-MM-DD') |
| | | this.pagination.page = 0 |
| | | this.isShowDate = false |
| | | this.getList() |
| | | }) |
| | | }, |
| | | endtimeClose() { |
| | | this.param.endTime = '' |