diff --git a/public/react/src/modules/courses/busyWork/CommonWorkList.js b/public/react/src/modules/courses/busyWork/CommonWorkList.js
index 0d78372ed..13535a61b 100644
--- a/public/react/src/modules/courses/busyWork/CommonWorkList.js
+++ b/public/react/src/modules/courses/busyWork/CommonWorkList.js
@@ -553,7 +553,7 @@ class CommonWorkList extends Component{
 
   }
 
-	//tbale 列表塞选数据
+	//普通作业tbale 列表塞选数据
 	table1handleChange = (pagination, filters, sorter) => {
 		//"ascend" 升序
 		//"descend" 降序
diff --git a/public/react/src/modules/courses/shixunHomework/Listofworksstudentone.js b/public/react/src/modules/courses/shixunHomework/Listofworksstudentone.js
index 81086a75b..fedcde663 100644
--- a/public/react/src/modules/courses/shixunHomework/Listofworksstudentone.js
+++ b/public/react/src/modules/courses/shixunHomework/Listofworksstudentone.js
@@ -1555,7 +1555,7 @@ class Listofworksstudentone extends Component {
 		this.Getalistofworks(homeworkid, false);
 	}
 
-	//tbale 列表塞选数据
+	//实训作业tbale 列表塞选数据
 	table1handleChange = (pagination, filters, sorter) => {
 		//"ascend" 升序
 		//"descend" 降序