Fetch the repository succeeded.
This action will force synchronization from 谁家没一个小强/ayq-layui-form-designer, which will overwrite any changes that you have made since you forked the repository, and can not be recovered!!!
Synchronous operation will process in the background and will refresh the page when finishing processing. Please be patient.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
<link rel="stylesheet" href="./layui/css/layui.css">
<style type="text/css">
.layui-disabled {
background-color: #f5f7fa;
border-color: #dfe4ed;
color: #c0c4cc;
}
.panel-heading{
padding:10px 10px;
border-bottom:1px solid transparent;
border-radius:2px 2px 0 0;
font-size:14px;
background: #eeeeee
}
</style>
</head>
<body>
<div class="table_div">
<!--</div>-->
<table class="layui-table" id="showTable" lay-filter="showTable"></table>
</div>
</body>
</html>
<script src="./layui/layui.js"></script>
<script src="./js/activiti.manager.core.util.js"></script>
<script>
var table;
function child(iceEditMenus){
layui.use(['table'], function () {
table = layui.table;
//加载table
var tableIns1 = table.render({
elem: '#showTable',
data:iceEditMenus,
limit:30
, cols: [
[
{type: 'checkbox', fixed: 'left'},
{field: 'text', title: '菜单名称'},
{field: 'value', title: '菜单key',}
]
]
});
});
}
function getCheckData() { //获取选中数据
var checkStatus = table.checkStatus('showTable')
,data = checkStatus.data;
var result = [];
for (var i = 0; i < data.length; i++) {
result.push(data[i].value);
}
return result;
}
</script>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。