{{ item.lecturer_name }}
                        
                           {{ item.study > 0 
                                ? Math.floor(item.study * (5 + Math.random() * 3) + 200) 
                                : Math.floor(Math.random() * 200 + 300) }}人
                            
                        学习人数
                           {{ item.curriculum > 0 
                                ? Math.floor(item.curriculum * (2 + Math.random() * 2) + 5) 
                                : Math.floor(Math.random() * 5 + 10) }}课时
                            
                    学习课程
