| | |
| | | <template>
|
| | | <page-meta :page-style="'overflow:'+(pageShow?'hidden':'visible')"></page-meta> |
| | | <view class="manage"> |
| | | <page-meta :page-style="'overflow:'+(pageShow?'hidden':'visible')"></page-meta>
|
| | | <view class="manage">
|
| | | <view class="manage_head">
|
| | | <view class="manage_head_input">
|
| | | <u--input
|
| | |
| | | <view class="top_left_content">
|
| | | <text>{{item.name}}</text>
|
| | | <view class="top_left_content_time">
|
| | | <image src="@/static/icon/ic_time@2x.png" mode="widthFix"></image>
|
| | | <image src="@/static/meeting/icon/ic_time@2x.png" mode="widthFix"></image>
|
| | | <text>{{item.startTime}}-{{item.endTime}}</text>
|
| | | </view>
|
| | | </view>
|
| | |
| | |
|
| | | <view class="manage_list" v-else>
|
| | | <view class="manage_list_wu">
|
| | | <image src="@/static/common/364.png" mode="widthFix"></image>
|
| | | <image src="@/static/meeting/common/364.png" mode="widthFix"></image>
|
| | | </view>
|
| | | </view>
|
| | |
|
| | |
| | | </view>
|
| | | </u-popup>
|
| | | </view>
|
| | | |
| | | </view> |
| | | </template> |
| | | |
| | | |
| | | </view>
|
| | | </template>
|
| | |
|
| | | <script>
|
| | | import { mapState } from 'vuex' |
| | | export default { |
| | | data() { |
| | | return { |
| | | import { mapState } from 'vuex'
|
| | | export default {
|
| | | data() {
|
| | | return {
|
| | | value: '',
|
| | | next: false,
|
| | | list: [],
|
| | |
| | | qrurl: '',
|
| | | id: '',
|
| | | pageShow: false,
|
| | | icon: require('@/static/common/123.png') |
| | | }; |
| | | icon: require('@/static/meeting/common/123.png')
|
| | | };
|
| | | },
|
| | | onLoad() {
|
| | | this.getList()
|
| | |
| | | })
|
| | | }
|
| | | }
|
| | | } |
| | | } |
| | | </script> |
| | | |
| | | <style lang="scss"> |
| | | }
|
| | | }
|
| | | </script>
|
| | |
|
| | | <style lang="scss">
|
| | | .manage {
|
| | | width: 100%;
|
| | | .details_ma /deep/ {
|
| | |
| | | }
|
| | | }
|
| | | }
|
| | | } |
| | | </style> |
| | | }
|
| | | </style>
|