| 
						
						
							
								
							
						
						
					 | 
					@ -23,7 +23,7 @@ | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            :key="indexs" | 
					 | 
					 | 
					            :key="indexs" | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            :style="tableContentStyle[indexs]" | 
					 | 
					 | 
					            :style="tableContentStyle[indexs]" | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					          > | 
					 | 
					 | 
					          > | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					            {{ item }} | 
					 | 
					 | 
					            <span @click="toUserInfo(item)">{{ item }}</span> | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					 | 
					 | 
					            <span | 
					 | 
					 | 
					            <span | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					              v-if="indexs + 1 == value.length && item.length > 8" | 
					 | 
					 | 
					              v-if="indexs + 1 == value.length && item.length > 8" | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					              class="more" | 
					 | 
					 | 
					              class="more" | 
				
			
			
		
	
	
		
		
			
				
					| 
						
						
						
							
								
							
						
					 | 
					@ -31,7 +31,11 @@ | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					              ref="morePop" | 
					 | 
					 | 
					              ref="morePop" | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            > | 
					 | 
					 | 
					            > | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					              更多> | 
					 | 
					 | 
					              更多> | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					              <span class="more-pop" v-if="visiblePopList[index]"> | 
					 | 
					 | 
					              <span | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					                class="more-pop" | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					                @click="toUserInfo(item)" | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					                v-if="visiblePopList[index]" | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					              > | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					                <!-- 李佳琪、刘阳、赵欣、丁一、嘉敏、李岩、何嘉慧 | 
					 | 
					 | 
					                <!-- 李佳琪、刘阳、赵欣、丁一、嘉敏、李岩、何嘉慧 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					                  李易峰、赵敏、何军、曲树惠 --> | 
					 | 
					 | 
					                  李易峰、赵敏、何军、曲树惠 --> | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					                {{ item }} | 
					 | 
					 | 
					                {{ item }} | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
							
								
							
						
						
					 | 
					@ -180,6 +184,10 @@ export default { | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					  created() {}, | 
					 | 
					 | 
					  created() {}, | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					
 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					  methods: { | 
					 | 
					 | 
					  methods: { | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					    toUserInfo(uid) { | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					      // this.$router.push({ path: `/main-shuju/visual-basicinfo-people/${uid}` }); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					    }, | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    onClickMorePop(index) { | 
					 | 
					 | 
					    onClickMorePop(index) { | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					      this.visiblePopList.forEach((item, indexs) => { | 
					 | 
					 | 
					      this.visiblePopList.forEach((item, indexs) => { | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        if (index == indexs) { | 
					 | 
					 | 
					        if (index == indexs) { | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					
  |