Commit 7f7d6de8 authored by anxixi's avatar anxixi

活动列表样式修改

parent 40d13757
......@@ -76,7 +76,8 @@
{{item.channelType==5?$t('activityInfo.redMoneyType'):item.channelLabel}}
</p>
<div v-if="item.channelType==5">
<span><el-button type="primary" @click="toeventdetail(item)" round plain size="mini">{{$t('activityInfo.alreadyJoin')}}</el-button></span>
<span style="color: #9197B4" v-if="item.activityState == 5&&item.isJoin==2">{{$t('activityInfo.activityEnd')}}</span>
<span v-else><el-button type="primary" @click="toeventdetail(item)" round plain size="mini">{{$t('activityInfo.alreadyJoin')}}</el-button></span>
</div>
<div v-if="item.channelType!=5&&userInfo&&userInfo.empId!=item.createdBy||item.channelType!=5&&!userInfo">
<span style="color: #0ABB87;" v-if="item.isJoin==1&&item.activityState != 3">{{$t('activityInfo.hasApply')}}</span>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment