commit
6f5d024de0
|
|
@ -6,7 +6,6 @@
|
||||||
<link href="../../component/layui/css/layui.css" rel="stylesheet" />
|
<link href="../../component/layui/css/layui.css" rel="stylesheet" />
|
||||||
<link href="../../admin/css/pearCommon.css" rel="stylesheet" />
|
<link href="../../admin/css/pearCommon.css" rel="stylesheet" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
|
||||||
<body class="pear-container">
|
<body class="pear-container">
|
||||||
<div class="layui-card">
|
<div class="layui-card">
|
||||||
<div class="layui-card-body">
|
<div class="layui-card-body">
|
||||||
|
|
@ -37,7 +36,6 @@
|
||||||
<table id="user-table" lay-filter="user-table"></table>
|
<table id="user-table" lay-filter="user-table"></table>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
|
||||||
|
|
||||||
<script type="text/html" id="user-toolbar">
|
<script type="text/html" id="user-toolbar">
|
||||||
<button class="pear-btn pear-btn-primary pear-btn-md" lay-event="add">
|
<button class="pear-btn pear-btn-primary pear-btn-md" lay-event="add">
|
||||||
|
|
|
||||||
|
|
@ -71,8 +71,6 @@
|
||||||
<i class="layui-icon {{d.icon}}"></i>
|
<i class="layui-icon {{d.icon}}"></i>
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
</body>
|
|
||||||
|
|
||||||
<script src="../../component/layui/layui.js"></script>
|
<script src="../../component/layui/layui.js"></script>
|
||||||
<script>
|
<script>
|
||||||
layui.use(['table','form','jquery','treetable'],function () {
|
layui.use(['table','form','jquery','treetable'],function () {
|
||||||
|
|
@ -174,4 +172,5 @@
|
||||||
|
|
||||||
})
|
})
|
||||||
</script>
|
</script>
|
||||||
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
@ -36,7 +36,6 @@
|
||||||
<table id="role-table" lay-filter="role-table"></table>
|
<table id="role-table" lay-filter="role-table"></table>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
|
||||||
|
|
||||||
<script type="text/html" id="role-toolbar">
|
<script type="text/html" id="role-toolbar">
|
||||||
<button class="pear-btn pear-btn-primary pear-btn-md" lay-event="add">
|
<button class="pear-btn pear-btn-primary pear-btn-md" lay-event="add">
|
||||||
|
|
@ -59,7 +58,6 @@
|
||||||
<input type="checkbox" name="enable" value="{{d.id}}" lay-skin="switch" lay-text="启用|禁用" lay-filter="user-enable" checked = "{{ d.id == 10003 ? 'true' : 'false' }}">
|
<input type="checkbox" name="enable" value="{{d.id}}" lay-skin="switch" lay-text="启用|禁用" lay-filter="user-enable" checked = "{{ d.id == 10003 ? 'true' : 'false' }}">
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
||||||
<script src="../../component/layui/layui.js"></script>
|
<script src="../../component/layui/layui.js"></script>
|
||||||
<script>
|
<script>
|
||||||
layui.use(['table','form','jquery'],function () {
|
layui.use(['table','form','jquery'],function () {
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,6 @@
|
||||||
<link href="../../component/layui/css/layui.css" rel="stylesheet" />
|
<link href="../../component/layui/css/layui.css" rel="stylesheet" />
|
||||||
<link href="../../admin/css/pearCommon.css" rel="stylesheet" />
|
<link href="../../admin/css/pearCommon.css" rel="stylesheet" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
|
||||||
<body class="pear-container">
|
<body class="pear-container">
|
||||||
<div class="layui-card">
|
<div class="layui-card">
|
||||||
<div class="layui-card-body">
|
<div class="layui-card-body">
|
||||||
|
|
@ -37,7 +36,6 @@
|
||||||
<table id="user-table" lay-filter="user-table"></table>
|
<table id="user-table" lay-filter="user-table"></table>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
|
||||||
|
|
||||||
<script type="text/html" id="user-toolbar">
|
<script type="text/html" id="user-toolbar">
|
||||||
<button class="pear-btn pear-btn-primary pear-btn-md" lay-event="add">
|
<button class="pear-btn pear-btn-primary pear-btn-md" lay-event="add">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue