diff --git a/public/react/src/modules/courses/videostatistics/component/Videostatisticslist.js b/public/react/src/modules/courses/videostatistics/component/Videostatisticslist.js index bc10e6d9f..5280633c5 100644 --- a/public/react/src/modules/courses/videostatistics/component/Videostatisticslist.js +++ b/public/react/src/modules/courses/videostatistics/component/Videostatisticslist.js @@ -57,7 +57,7 @@ class Videostatisticslist extends Component { ), }, { - title: '观看人数(人)', + title: '观看人数', dataIndex: 'people_num', key: 'people_num', align: "center",