BUG 25531
This commit is contained in:
		@@ -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">
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user