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