clay : 流程加外层业务 #43
			
				
			
		
		
		
	|  | @ -11,8 +11,7 @@ | ||||||
|           <div style="display: flex;"> |           <div style="display: flex;"> | ||||||
|             <div v-for="(user,index) in operation.userInfo" :key="index" class="avatar_name"> |             <div v-for="(user,index) in operation.userInfo" :key="index" class="avatar_name"> | ||||||
|                 <el-avatar size="large" :src="user.avatar"></el-avatar> |                 <el-avatar size="large" :src="user.avatar"></el-avatar> | ||||||
|                 <!--v-if="!$slots.dot && operation.userInfo.length > 1" --> |                 <div v-if="!$slots.dot && operation.userInfo.length > 1" | ||||||
|                 <div v-if="user.icon" |  | ||||||
|                      class="el-timeline-item__node" :style="{ |                      class="el-timeline-item__node" :style="{ | ||||||
|                       backgroundColor: user.color |                       backgroundColor: user.color | ||||||
|                     }"> |                     }"> | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue