|
|
@ -26,10 +26,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
<div class="card table-main">
|
|
|
|
<div class="card table-main">
|
|
|
|
<div class="layui-tabs layui-hide-v" id="stageTabs" lay-options="{index: 0}">
|
|
|
|
<div class="layui-tabs layui-hide-v" id="stageTabs" lay-options="{index: 0}">
|
|
|
|
<ul class="layui-tabs-header">
|
|
|
|
<ul class="layui-tabs-header" style="font-weight: bold;">
|
|
|
|
<li>小学学区</li>
|
|
|
|
<li>小学学区</li>
|
|
|
|
<li>初中学区</li>
|
|
|
|
<li>初中学区</li>
|
|
|
|
|
|
|
|
|
|
|
|
</ul>
|
|
|
|
</ul>
|
|
|
|
<div class="layui-tabs-body">
|
|
|
|
<div class="layui-tabs-body">
|
|
|
|
<div class="layui-tabs-item">
|
|
|
|
<div class="layui-tabs-item">
|
|
|
@ -127,16 +126,16 @@
|
|
|
|
{ title: '序号', align: 'center', width: "5%", type: 'numbers' },
|
|
|
|
{ title: '序号', align: 'center', width: "5%", type: 'numbers' },
|
|
|
|
{ field: 'username', title: '学校', width: "30%" },
|
|
|
|
{ field: 'username', title: '学校', width: "30%" },
|
|
|
|
{ field: 'sign', title: '派出所', width: "20%" },
|
|
|
|
{ field: 'sign', title: '派出所', width: "20%" },
|
|
|
|
{ field: 'sex', title: '汉字街委', width: "35%" },
|
|
|
|
{ field: 'sex', title: '汉字街委', width: "30%" },
|
|
|
|
{ title: '操作', toolbar: '#xx_table_bar', align: 'center', width: "10%" }
|
|
|
|
{ title: '操作', toolbar: '#xx_table_bar', align: 'center', width: "15%" }
|
|
|
|
]],
|
|
|
|
]],
|
|
|
|
height: 'full-190',
|
|
|
|
height: 'full-190',
|
|
|
|
data: [{ // 赋值已知数据
|
|
|
|
data: [{ // 赋值已知数据
|
|
|
|
"id": "10001",
|
|
|
|
"id": "10001",
|
|
|
|
"username": "张三1",
|
|
|
|
"username": "长春市星恒学校中学部",
|
|
|
|
"sex": "男",
|
|
|
|
"sex": "丛家村(王振东屯、铁脖屯、丛家梁子屯、伏州屯、丁老相屯)",
|
|
|
|
"city": "浙江杭州",
|
|
|
|
"city": "浙江杭州",
|
|
|
|
"sign": "人生恰似一场修行",
|
|
|
|
"sign": "柳影路派出所",
|
|
|
|
"experience": "116"
|
|
|
|
"experience": "116"
|
|
|
|
}, {
|
|
|
|
}, {
|
|
|
|
"id": "10002",
|
|
|
|
"id": "10002",
|
|
|
@ -205,8 +204,8 @@
|
|
|
|
{ title: '序号', align: 'center', width: "5%", type: 'numbers' },
|
|
|
|
{ title: '序号', align: 'center', width: "5%", type: 'numbers' },
|
|
|
|
{ field: 'username', title: '学校', width: "30%" },
|
|
|
|
{ field: 'username', title: '学校', width: "30%" },
|
|
|
|
{ field: 'sign', title: '派出所', width: "20%" },
|
|
|
|
{ field: 'sign', title: '派出所', width: "20%" },
|
|
|
|
{ field: 'sex', title: '汉字街委', width: "35%" },
|
|
|
|
{ field: 'sex', title: '汉字街委', width: "30%" },
|
|
|
|
{ title: '操作', toolbar: '#cz_table_bar', align: 'center', width: "10%" }
|
|
|
|
{ title: '操作', toolbar: '#cz_table_bar', align: 'center', width: "15%" }
|
|
|
|
]],
|
|
|
|
]],
|
|
|
|
height: 'full-190',
|
|
|
|
height: 'full-190',
|
|
|
|
data: [{ // 赋值已知数据
|
|
|
|
data: [{ // 赋值已知数据
|
|
|
@ -281,7 +280,10 @@
|
|
|
|
if (obj.event === 'xx_edit') {
|
|
|
|
if (obj.event === 'xx_edit') {
|
|
|
|
console.log(obj)
|
|
|
|
console.log(obj)
|
|
|
|
} else if (obj.event === 'xx_remove') {
|
|
|
|
} else if (obj.event === 'xx_remove') {
|
|
|
|
console.log(obj)
|
|
|
|
|
|
|
|
|
|
|
|
layer.confirm('一个询问框的示例?', { icon: 0 }, function () {
|
|
|
|
|
|
|
|
layer.msg('第一个回调', { icon: 1 });
|
|
|
|
|
|
|
|
});
|
|
|
|
}
|
|
|
|
}
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|