| | |
| | | <text>会议内容</text>
|
| | | </view>
|
| | | <view class="line">
|
| | | <u-textarea border="none" v-model="param.content" count :maxlength="300" placeholder="请输入会议内容"
|
| | | <u-textarea border="none" autoHeight v-model="param.content" count :maxlength="300" placeholder="请输入会议内容"
|
| | | placeholder-class="placeholder9" class="label" />
|
| | | </view>
|
| | | </view>
|
| | |
| | | <text>备注</text>
|
| | | </view>
|
| | | <view class="line">
|
| | | <textarea v-model="param.remark" :maxlength="-1" placeholder="请输入" placeholder-class="placeholder9"
|
| | | <u-textarea border="none" autoHeight v-model="param.remark" :maxlength="-1" placeholder="请输入" placeholder-class="placeholder9"
|
| | | class="label" />
|
| | | </view>
|
| | | </view>
|
| | |
| | | })
|
| | | this.$eventBus.$on('meetingSub', (res) => {
|
| | | this.param = {
|
| | | ...res
|
| | | ...res, |
| | | joinNotice: 1
|
| | | }
|
| | | this.$set(this.param, 'activeDate', dayjs(res.yudingDate).format('YYYY年M月D日'))
|
| | | const bookingTimeList = res.bookingTimeList.split(',').map(i => {
|
| | |
| | |
|
| | | .line {
|
| | | display: flex;
|
| | |
|
| | | .label {
|
| | | flex: 1;
|
| | | display: flex;
|
| | | flex-wrap: wrap;
|
| | | align-items: center;
|
| | |
|
| | | |
| | | .service_item {
|
| | | height: 64rpx;
|
| | | line-height: 64rpx;
|
| | |
| | | }
|
| | | }
|
| | | }
|
| | |
|
| | | padding-bottom: 100rpx;
|
| | | }
|
| | |
|
| | | .empty {
|
| | |
| | | border-radius: 36rpx;
|
| | | font-size: 30rpx;
|
| | | color: #ffffff;
|
| | | margin-top: 20rpx;
|
| | | margin-top: 40rpx;
|
| | | }
|
| | |
|
| | | .star {
|