Commit 40037f38 by liyuhang19990520

Merge branch 'sn_snzz' of http://47.92.108.28/changchao/founder_vue into sn_snzz

parents 43426f95 46cd05d1
......@@ -4,30 +4,26 @@
"data": {
"1": [
{
"label": "人员姓名",
"label": "采集时间",
"prop": "ryxm",
"width": "auto"
},
{
"label": "位置",
"label": "纠纷类别",
"prop": "jkdmc",
"width": "auto"
},
{
"label": "人员证件号码",
"label": "处置状态",
"prop": "ryzjhm",
"width": "auto"
},
{
"label": "时间",
"label": "当前部门",
"prop": "time",
"width": "auto"
},
{
"label": "监控点Id",
"prop": "jkdId",
"width": "auto"
}
],
"2": [
{
......
/*
* @Author: your name
* @Date: 2021-08-10 10:47:58
* @LastEditTime: 2021-08-10 10:53:55
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \山南\src\assets\jsData\sjsbForm.js
*/
export const searchFormData = {
'1': {
formProps: [{
name: "纠纷类型",
id: "yjlx",
type: "select",
selectData: [
{
name: "特殊人群分析预警",
value: '1',
},
{
name: "重点青少年分析预警",
value: '2',
},
],
placeholder: "请选择",
rules: [{
required: true,
message: "请输入纠纷类型",
trigger: "blur"
}, ],
col: "3",
},
{
name: "处置000状态",
id: "czzt",
type: "select",
selectData: {
},
col: "3",
},
{
name: "采集时间",
id: "cjsj",
type: "datetime",
value: "",
col: "3",
},
],
form: {
page: 1,
pageSize: 10,
yjlx: 1,
shjdmc: '',
wgmc: '',
}
},
}
\ No newline at end of file
/*
* @Author: your name
* @Date: 2021-08-06 14:39:51
* @LastEditTime: 2021-08-10 16:24:15
* @LastEditTime: 2021-08-10 19:15:14
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \founder_vue\src\router\modules\index.js
......@@ -97,7 +97,15 @@ export default [
component: () => import('@/views/wssqzxt/index.vue')
},
{
path: '/rkzjfx',
path: '/sjsb',
name: 'sjsb',
meta: {
title: '事件上报',
auth: '5'
},
component: () => import('@/views/sjsb/index.vue')
},
{ path: '/rkzjfx',
name: 'rkzjfx',
meta: {
title: '人口状况分析',
......
......@@ -49,6 +49,10 @@
<i class="el-icon-setting"></i>
<span slot="title">网上社区子系统</span>
</el-menu-item>
<el-menu-item index="/sjsb">
<i class="el-icon-setting"></i>
<span slot="title">事件上报</span>
</el-menu-item>
<el-submenu index="2">
<template slot="title">
<i class="el-icon-document"></i>
......
.rightContent {
flex: 1;
height: 100%;
overflow-y: auto;
text-align: left;
.topTitle {
width: 100%;
height: 56px;
background: #1F212C;
display: flex;
align-items: center;
span {
font-size: 18px;
font-weight: bold;
line-height: 24px;
color: #FFFFFF;
margin-left: 35px;
}
.subTitleBox{
display: flex;
align-items: center;
margin-left: 90px;
}
.subTitle {
width: 138px;
text-align: center;
margin-top: 19px;
margin-left: 15px;
.ajTitle {
font-size: 14px;
font-weight: 400;
color: #FFFFFF;
opacity: 0.8;
}
.bottom {
height: 4px;
background: #F1970F;
opacity: 1;
margin-top: 7px;
}
}
}
.paneDiv {
background: #FFFFFF;
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.18);
opacity: 1;
border-radius: 4px;
margin: 8px 0px;
padding: 0 20px;
padding-bottom: 14px;
position: relative;
.flTtitle {
margin: 16px 10px 14px 8px;
display: inline-block;
font-size: 15px;
font-weight: bold;
line-height: 20px;
color: #333333;
opacity: 1;
}
.total {
height: 16px;
background: #f1970f;
border-radius: 8px;
display: inline-block;
text-align: center;
line-height: 16px;
padding: 0 8px;
span {
width: 35px;
height: 16px;
font-size: 12px;
font-weight: 400;
line-height: 16px;
color: #ffffff;
opacity: 1;
}
}
/deep/ .el-pagination__sizes {
top: 12px;
right: 152px;
width: 110px;
}
/deep/ .has-gutter{
.cell{
font-size: 14px;
color: #000;
}
}
/deep/ .el-table__body, .el-table__footer, .el-table__header{
background-color: tomato;
}
}
.paneDiv2{
height: 250px
}
.pie1{
height: 100%;
width: 100%;
}
.header{
background-color: #1F212C;
height: 56px;
width: 20%;
text-align: center;
.info{
font-size: 18px;
font-weight: bold;
line-height: 56px;
color: #FFFFFF;
margin-left: 35px;
}
}
}
.Content /deep/{
.el-table td, .el-table th.is-leaf,.el-pagination{
line-height: 0px;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment