From 0be0ecb127f9c78f6c868dc486d0cc877ff199a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=9A=E4=B8=B9ab?= <1421553879@qq.com> Date: Sat, 13 May 2023 01:07:35 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=BE=E7=A8=8B=E9=85=8D=E7=BD=AE-=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E7=BC=96=E8=BE=91=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/main/resources/static/js/jlw/courseInfo/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; }