Commit dafdf2f1 by 叶富雄

Merge remote-tracking branch 'origin/dev_xzeq' into dev_xzeq

parents e46e40f8 41a9aa34
......@@ -92,7 +92,7 @@ const menuLayouts = [
path: "/brainAsjzc",
name: "brainAsjzc",
meta: {
title: '案事件侦'
title: '案事件侦'
},
component: () => import("@/views/brainPhoto/brainAsjzc.vue")
},
......
......@@ -33,7 +33,7 @@ export default {
Menu: [
{
id: "brainAsjzc",
label: "案事件侦",
label: "案事件侦",
index: "brainAsjzc",
auth: "M0101",
className: "iconfont iconrizhi",
......
......@@ -444,7 +444,7 @@ export default {
},
{
id: "brainAsjzc",
label: "案事件侦",
label: "案事件侦",
newAuth: "M01",
index: "brainAsjzc",
className: "iconfont icongongnengfuwu",
......
<!--
* @Author: your name
* @Date: 2021-11-24 10:16:47
* @LastEditTime: 2021-11-30 10:59:11
* @LastEditTime: 2021-11-30 13:39:55
* @LastEditors: Please set LastEditors
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
* @FilePath: \刑侦二期(1)\founder_vue\src\views\sf\xnpgbg.vue
-->
<template>
<div style=" width: 1200px; margin:0 auto;">
<div style=" width: 1200px; margin:0 auto;margin-bottom:70px;">
<div class="min">
<el-form :inline="true"
:model="cxFormData"
......@@ -52,7 +52,7 @@
<el-button icon="el-icon-download" @click="print">导出报告</el-button>
</div>
</div>
<div style="padding: 0 40px;">
<div style="padding: 0 40px;margin-bottom:10px;">
<div class="title">单位效能评估报告</div>
<!-- 柱状图 -->
<div class="htitle">
......@@ -60,7 +60,7 @@
</div>
<div class="Info">{{ headerInfo1 }}</div>
<div class="echars">
<div id="barMain" style="width: 100%; height: 400px"></div>
<div id="barMain" style="width: 100%; height: 500px"></div>
</div>
<div style="margin-top: 20px">
<el-table
......@@ -92,7 +92,7 @@
</div>
<div class="Info"> {{ headerInfo2 }} </div>
<div class="echars">
<div id="lineMain" style="width: 100%; height: 400px"></div>
<div id="lineMain" style="width: 100%; height: 500px"></div>
</div>
<div style="margin-top: 20px">
<el-table
......@@ -274,6 +274,10 @@ export default {
type: "shadow",
},
},
grid: {
bottom: "0.5%",
containLabel: true,
},
xAxis: [
{
type: "category",
......@@ -329,7 +333,7 @@ export default {
type: "bar",
barWidth: "60%",
data: zData,
// barWidth: 30, //柱图宽度
barWidth: 24, //柱图宽度
},
],
});
......@@ -342,6 +346,10 @@ export default {
text: "系统使用情况分析",
},
color: ["#0061F7"],
grid: {
bottom: "0.5%",
containLabel: true,
},
xAxis: {
type: "category",
data: hData,
......@@ -399,7 +407,7 @@ export default {
tooltip: {
trigger: "axis",
},
});
});
},
/**
* @description 获取表格数据
......@@ -440,7 +448,7 @@ export default {
self.headerInfo2 =
`${self.cxFormData.kssj}${self.cxFormData.jssj}
${res.data.rows[0].name}单位刑嫌调控${res.data.rows[0].xxtk}次,工作指令${res.data.rows[0].gzzl}次、
人力情报${res.data.rows[0].rlqb}起,阵地管控${res.data.rows[0].zdgk}起、处理组织犯罪${res.data.rows[0].zzfz}起、发起次数${res.data.rows[0].fqcs}`
人力情报${res.data.rows[0].rlqb}起,阵地管控${res.data.rows[0].zdgk}起、处理组织犯罪${res.data.rows[0].zzfz}起、发起次数${res.data.rows[0].fqcs}次。`
}
......@@ -603,7 +611,7 @@ export default {
margin: 20px;
}
.echars {
height: 400px;
height: 500px;
// background: pink;
}
.demo-form-inline{
......
<!--
* @Author: your name
* @Date: 2021-11-29 17:12:15
* @LastEditTime: 2021-11-30 11:07:44
* @LastEditTime: 2021-11-30 13:55:36
* @LastEditors: Please set LastEditors
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
* @FilePath: \founder_vue\src\views\sf\grxnpgbg.vue
-->
<template>
<div style=" width: 1200px; margin:0 auto;">
<div style=" width: 1200px; margin:0 auto;margin-bottom:70px;">
<div class="min">
<el-form :inline="true"
:model="cxFormData"
......@@ -61,7 +61,7 @@
</div>
<div class="Info">{{ headerInfo1 }}</div>
<div class="echars">
<div id="barMain" style="width: 100%; height: 400px"></div>
<div id="barMain" style="width: 100%; height: 500px"></div>
</div>
<div style="margin-top: 20px">
<el-table
......@@ -93,7 +93,7 @@
</div>
<div class="Info"> {{ headerInfo2 }} </div>
<div class="echars">
<div id="lineMain" style="width: 100%; height: 400px"></div>
<div id="lineMain" style="width: 100%; height: 500px"></div>
</div>
<div style="margin-top: 20px">
<el-table
......@@ -305,6 +305,10 @@ export default {
type: "shadow",
},
},
grid: {
bottom: "0.5%",
containLabel: true,
},
xAxis: [
{
type: "category",
......@@ -360,7 +364,7 @@ export default {
type: "bar",
barWidth: "60%",
data: zData,
barWidth: 30, //柱图宽度
barWidth: 24, //柱图宽度
},
],
});
......@@ -373,6 +377,10 @@ export default {
text: "系统使用情况分析",
},
color: ["#0061F7"],
grid: {
bottom: "0.5%",
containLabel: true,
},
xAxis: {
type: "category",
data: hData,
......@@ -471,14 +479,14 @@ export default {
this.startMyEcharts2(hData1,zData1)
self.headerInfo2 = `${self.cxFormData.kssj}${self.cxFormData.jssj}
${res.data.rows[0].sfhm}刑嫌调控${res.data.rows[0].xxtk}次,工作指令${res.data.rows[0].gzzl}次、
人力情报${res.data.rows[0].rlqb}起,阵地管控${res.data.rows[0].zdgk}起、处理组织犯罪${res.data.rows[0].zzfz}起、发起次数${res.data.rows[0].fqcs}`
人力情报${res.data.rows[0].rlqb}起,阵地管控${res.data.rows[0].zdgk}起、处理组织犯罪${res.data.rows[0].zzfz}起、发起次数${res.data.rows[0].fqcs}次。`
}
self.tableLineData = res.data.rows
}
})
},
/**
* @descript 身份证失去焦点查询
* @description 身份证失去焦点查询
*
*/
sfBlur(value){
......@@ -650,7 +658,7 @@ export default {
margin: 20px;
}
.echars {
height: 400px;
height: 500px;
// background: pink;
}
.demo-form-inline{
......
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