diff --git a/web/src/main/resources/static/js/jlw/courseInfo/index.js b/web/src/main/resources/static/js/jlw/courseInfo/index.js
index 4c629fba..48d249f8 100644
--- a/web/src/main/resources/static/js/jlw/courseInfo/index.js
+++ b/web/src/main/resources/static/js/jlw/courseInfo/index.js
@@ -57,9 +57,10 @@ layui.define([ 'form', 'laydate', 'table' ], function(exports) {
},
{
field : 'userId',width:300,title : '操作',align:"center", templet: function (d) {
- /*var htm = '编辑';*/
+
var htm = '课程配置';
htm += ''+(d.courseInfoStatus == 1?"禁用":"启用")+'';
+ htm += '编辑';
htm += '删除';
return htm;
}