|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
<template> |
|
|
|
|
<div style="height: 740px;margin: 20px 10px 0px;"> |
|
|
|
|
<div style="height: 780px;overflow: hidden; margin: 20px 10px 0px;"> |
|
|
|
|
<div style="display: flex;align-items: center;justify-content: stretch;width: 100%;height: 50%"> |
|
|
|
|
<!--待办任务--> |
|
|
|
|
<div class="top-div" style="width: 33%;height: 100%;"> |
|
|
|
@ -74,24 +74,6 @@
|
|
|
|
|
<li @click='isystemManage' class="ant-col-md-4"> |
|
|
|
|
<a-icon type="setting" style="font-size: 25px;" /> 系统管理 |
|
|
|
|
</li> |
|
|
|
|
<li @click='portalInformation' class="ant-col-md-4"> |
|
|
|
|
<a-icon type="bank" style="font-size: 25px;" /> 门户信息 |
|
|
|
|
</li> |
|
|
|
|
<li @click='statisticalTreatment' class="ant-col-md-4"> |
|
|
|
|
<a-icon type="bar-chart" style="font-size: 25px;" /> 统计报表 |
|
|
|
|
</li> |
|
|
|
|
<li @click='statisticalTreatment' class="ant-col-md-4"> |
|
|
|
|
<a-icon type="bar-chart" style="font-size: 25px;" /> 统计报表 |
|
|
|
|
</li> |
|
|
|
|
<li @click='statisticalTreatment' class="ant-col-md-4"> |
|
|
|
|
<a-icon type="bar-chart" style="font-size: 25px;" /> 统计报表 |
|
|
|
|
</li> |
|
|
|
|
<li @click='statisticalTreatment' class="ant-col-md-4"> |
|
|
|
|
<a-icon type="bar-chart" style="font-size: 25px;" /> 统计报表 |
|
|
|
|
</li> |
|
|
|
|
<li @click='statisticalTreatment' class="ant-col-md-4"> |
|
|
|
|
<a-icon type="bar-chart" style="font-size: 25px;" /> 统计报表 |
|
|
|
|
</li> |
|
|
|
|
</ul> |
|
|
|
|
</a-card> |
|
|
|
|
</div> |
|
|
|
@ -215,6 +197,7 @@ export default {
|
|
|
|
|
on: { |
|
|
|
|
click: () => { |
|
|
|
|
console.log(record) |
|
|
|
|
|
|
|
|
|
// this.$router.push({name:'activiti-todoManage', |
|
|
|
|
// params:{ |
|
|
|
|
// businessKey: record.busId |
|
|
|
|