修改bug

beetlsql3-dev
姚丹ab 2 years ago
parent 753863b0a4
commit c487c9b1d1

@ -56,7 +56,7 @@ layui.define([ 'form', 'laydate', 'table' ], function(exports) {
field : 'linkSecretKey',
title : '应用秘钥',align:"center",width:150
},{
field : 'userId',title : '操作',align:"center", width:150,templet: function (d) {
field : 'userId',title : '操作',align:"center", width:150,fixed:"right",templet: function (d) {
var htm = '<a class="layui-table-link" lay-event="edit">编辑</a>';
htm += '<a class="layui-table-link" lay-event="del">删除</a>';
return htm;

@ -214,7 +214,7 @@
field: 'sumUseDuration', title: '使用时长(分钟)', align: "center",
},
{
field: 'dayTime课程分类管理', title: '使用日期', align: "center",
field: 'dayTime', title: '使用日期', align: "center",
}
]]
});

Loading…
Cancel
Save