Commit 3803173e by wangxing

效能报告

parent 89b5bf10
<!-- <!--
* @Author: your name * @Author: your name
* @Date: 2021-11-24 10:16:47 * @Date: 2021-11-24 10:16:47
* @LastEditTime: 2021-11-30 10:49:09 * @LastEditTime: 2021-11-30 10:59:11
* @LastEditors: Please set LastEditors * @LastEditors: Please set LastEditors
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE * @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
* @FilePath: \刑侦二期(1)\founder_vue\src\views\sf\xnpgbg.vue * @FilePath: \刑侦二期(1)\founder_vue\src\views\sf\xnpgbg.vue
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
<el-button icon="el-icon-download">导出报告</el-button> <el-button icon="el-icon-download">导出报告</el-button>
</div> </div>
</div> </div>
<div style="padding: 0 10px;"> <div style="padding: 0 40px;">
<div class="title">单位效能评估报告</div> <div class="title">单位效能评估报告</div>
<!-- 柱状图 --> <!-- 柱状图 -->
<div class="htitle"> <div class="htitle">
...@@ -411,11 +411,11 @@ export default { ...@@ -411,11 +411,11 @@ export default {
if(res.data.rows.length>0){ if(res.data.rows.length>0){
res.data.rows.forEach((el,index)=>{ res.data.rows.forEach((el,index)=>{
hData1.push(el.name) hData1.push(el.name)
zData1.push(el.total+index+1) zData1.push(el.total)
}) })
this.startMyEcharts1(hData1,zData1) this.startMyEcharts1(hData1,zData1)
self.headerInfo1 = `${self.cxFormData.kssj}${self.cxFormData.jssj}${res.data.rows[0].name}单位共接受案事件${res.data.rows[0].jsasjs}起, self.headerInfo1 = `${self.cxFormData.kssj}${self.cxFormData.jssj}${res.data.rows[0].name}单位共接受案事件${res.data.rows[0].jsasjs}起,
处理立案${res.data.rows[0].las}起,处理案件侦查XXX起;侦查终结案事件${res.data.rows[0].zczjs}起。立案信息采集率为${res.data.rows[0].lal}、立案侦查终结率为${res.data.rows[0].zczjl}` 处理立案${res.data.rows[0].las}起,侦查终结案事件${res.data.rows[0].zczjs}起。立案信息采集率为${res.data.rows[0].lal}、立案侦查终结率为${res.data.rows[0].zczjl}`
} }
self.tableBarData = res.data.rows self.tableBarData = res.data.rows
} }
...@@ -448,7 +448,7 @@ export default { ...@@ -448,7 +448,7 @@ export default {
}, },
mounted() { mounted() {
this.cxFormData.kssj = new Date().getFullYear() +'-01'; this.cxFormData.kssj = new Date().getFullYear() +'-01';
this.cxFormData.jssj = new Date().getFullYear() +'-12'; this.cxFormData.jssj = new Date().getFullYear() +'-' + (new Date().getMonth()*1+1);
this.doQueryYwData() this.doQueryYwData()
this.doQueryXtData() this.doQueryXtData()
}, },
......
<!-- <!--
* @Author: your name * @Author: your name
* @Date: 2021-11-29 17:12:15 * @Date: 2021-11-29 17:12:15
* @LastEditTime: 2021-11-30 10:49:18 * @LastEditTime: 2021-11-30 10:59:20
* @LastEditors: Please set LastEditors * @LastEditors: Please set LastEditors
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE * @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
* @FilePath: \founder_vue\src\views\sf\grxnpgbg.vue * @FilePath: \founder_vue\src\views\sf\grxnpgbg.vue
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
<el-button icon="el-icon-download">导出报告</el-button> <el-button icon="el-icon-download">导出报告</el-button>
</div> </div>
</div> </div>
<div style="padding:0 10px;"> <div style="padding:0 40px;">
<div class="title">个人效能评估报告</div> <div class="title">个人效能评估报告</div>
<!-- 柱状图 --> <!-- 柱状图 -->
<div class="htitle"> <div class="htitle">
...@@ -446,7 +446,7 @@ export default { ...@@ -446,7 +446,7 @@ export default {
}) })
this.startMyEcharts1(hData1,zData1) this.startMyEcharts1(hData1,zData1)
self.headerInfo1 = `${self.cxFormData.kssj}${self.cxFormData.jssj}${res.data.rows[0].sfhm}共接受案事件${res.data.rows[0].jsasjs}起, self.headerInfo1 = `${self.cxFormData.kssj}${self.cxFormData.jssj}${res.data.rows[0].sfhm}共接受案事件${res.data.rows[0].jsasjs}起,
处理立案${res.data.rows[0].las}起,处理案件侦查XXX起;侦查终结案事件${res.data.rows[0].zczjs}起。立案信息采集率为XX%、立案侦查终结率为${res.data.rows[0].zczjl}` 处理立案${res.data.rows[0].las}起,侦查终结案事件${res.data.rows[0].zczjs}起。立案信息采集率为XX%、立案侦查终结率为${res.data.rows[0].zczjl}`
} }
self.tableBarData = res.data.rows self.tableBarData = res.data.rows
} }
...@@ -492,7 +492,7 @@ export default { ...@@ -492,7 +492,7 @@ export default {
}, },
mounted() { mounted() {
this.cxFormData.kssj = new Date().getFullYear() +'-01'; this.cxFormData.kssj = new Date().getFullYear() +'-01';
this.cxFormData.jssj = new Date().getFullYear() +'-12'; this.cxFormData.jssj = new Date().getFullYear() +'-'+ (new Date().getMonth()*1+1);
this.doQueryYwData() this.doQueryYwData()
this.doQueryXtData() this.doQueryXtData()
}, },
......
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