|
|
|
@ -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;
|
|
|
|
|