BUG 25531

This commit is contained in:
aixianling
2021-12-17 09:46:15 +08:00
parent 60c246b958
commit fc26d97877

View File

@@ -80,8 +80,7 @@
<template v-else> <template v-else>
<div class="att-list"> <div class="att-list">
<AiTopFixed> <AiTopFixed>
<u-tabs :list="tabs" :current="current" height="96" :is-scroll="false" bar-width="192" <u-tabs :list="tabs" :current="current" height="96" :is-scroll="false" bar-width="192" @change="change"/>
@change="change"></u-tabs>
</AiTopFixed> </AiTopFixed>
<div v-for="(item,index) in detail.attendees && detail.attendees.filter(e=>e.joinStatus==current)" :key="index" <div v-for="(item,index) in detail.attendees && detail.attendees.filter(e=>e.joinStatus==current)" :key="index"
class="att-wrap"> class="att-wrap">