|
@@ -1,7 +1,7 @@
|
|
|
<template>
|
|
|
<div class="page-header-index-wide">
|
|
|
<a-row :gutter="24">
|
|
|
- <a-col :sm="24" :md="12" :xl="6" :style="{ marginBottom: '24px' }">
|
|
|
+ <!-- <a-col :sm="24" :md="12" :xl="6" :style="{ marginBottom: '24px' }">
|
|
|
<chart-card :loading="loading" title="项目信息">
|
|
|
<a-tooltip title="指标说明" slot="action">
|
|
|
<a-icon type="info-circle-o" />
|
|
@@ -16,8 +16,8 @@
|
|
|
<a target="_blank" href="https://qm.qq.com/cgi-bin/qm/qr?k=NH67tV_dqCGQaFhzxsl2B_fdXxWvkBs6&jump_from=webapi&authKey=nf2iLush7UnIOgdVfEl+qqPZdLiUnH1LG+3nEHlwtAAWAJX4UuH1IEOj3APFZDmR"><img border="0" src="//pub.idqqimg.com/wpa/images/group.png" alt="NBCIO 亿事达企业管理平" title="NBCIO 亿事达企业管理平"></a>
|
|
|
</template>
|
|
|
</chart-card>
|
|
|
- </a-col>
|
|
|
- <a-col :sm="24" :md="12" :xl="6" :style="{ marginBottom: '24px' }">
|
|
|
+ </a-col> -->
|
|
|
+ <a-col :sm="24" :md="12" :xl="8" :style="{ marginBottom: '24px' }">
|
|
|
<chart-card :loading="loading" title="任务总数" :total="tasksum">
|
|
|
<a-tooltip title="指标说明" slot="action">
|
|
|
<a-icon type="info-circle-o" />
|
|
@@ -25,7 +25,7 @@
|
|
|
<template slot="footer">任务总数<span></span></template>
|
|
|
</chart-card>
|
|
|
</a-col>
|
|
|
- <a-col :sm="24" :md="12" :xl="6" :style="{ marginBottom: '24px' }">
|
|
|
+ <a-col :sm="24" :md="12" :xl="8" :style="{ marginBottom: '24px' }">
|
|
|
<chart-card :loading="loading" title="流程总数" :total="flowsum">
|
|
|
<a-tooltip title="指标说明" slot="action">
|
|
|
<a-icon type="info-circle-o" />
|
|
@@ -36,7 +36,7 @@
|
|
|
<template slot="footer">流程总数<span> {{ }}</span></template>
|
|
|
</chart-card>
|
|
|
</a-col>
|
|
|
- <a-col :sm="24" :md="12" :xl="6" :style="{ marginBottom: '24px' }">
|
|
|
+ <a-col :sm="24" :md="12" :xl="8" :style="{ marginBottom: '24px' }">
|
|
|
<chart-card :loading="loading" title="总访问量" :total="loginfo.totalVisitCount">
|
|
|
<a-tooltip title="指标说明" slot="action">
|
|
|
<a-icon type="info-circle-o" />
|