This commit is contained in:
wanglei
2021-12-03 18:42:32 +08:00
parent c4adcd508e
commit 75721c008e
2 changed files with 20 additions and 17 deletions

View File

@@ -50,7 +50,8 @@
</u-row> </u-row>
</div> </div>
<div class="footer cancel" v-if="detail.status==1 && detail.createUserId == user.id" @click="handleCancel">取消会议</div> <div class="footer cancel" v-if="detail.status==1 && detail.createUserId == user.id" @click="handleCancel">取消会议
</div>
<template v-else> <template v-else>
<div class="footer" v-if="['1','2'].includes(detail.status) && ['0','3'].includes(detail.joinStatus)"> <div class="footer" v-if="['1','2'].includes(detail.status) && ['0','3'].includes(detail.joinStatus)">
@@ -329,6 +330,8 @@
width: 56px; width: 56px;
height: 56px; height: 56px;
vertical-align: middle; vertical-align: middle;
color: #ffffff;
background-color: #2266FF;
} }
img { img {

View File

@@ -20,7 +20,7 @@
</u-row> </u-row>
<u-row class="info"> <u-row class="info">
<span>发起人员</span> <span>发起人员</span>
<span>{{item.userName}}</span> <ai-open-data type="userName" :openid="item.createUserId"/>
</u-row> </u-row>
<u-gap height="20"></u-gap> <u-gap height="20"></u-gap>
<u-row class="info"> <u-row class="info">