|
@@ -1,6 +1,7 @@
|
|
|
<template>
|
|
|
<div class="page-header-index-wide">
|
|
|
<div>
|
|
|
+ <!--省直单位首页-->
|
|
|
<div v-has="'sydwsy'" style="display: flex">
|
|
|
<a-card style="margin-bottom: 1rem;width:30%;">
|
|
|
<div>
|
|
@@ -19,26 +20,26 @@
|
|
|
<a-card :hoverable='false' style="margin-bottom: 1rem;width:70%;">
|
|
|
<a-row :gutter="24" style="margin-top: 2%;margin-left: 5%">
|
|
|
<a-col v-show="this.show" :sm="24" :md="12" :xl="10" :style="{ marginBottom: '24px'}" class="xfrw">
|
|
|
- <chart-card :loading="loading" title="下发任务数(省属企业)" :total='this.xfrws'>
|
|
|
+ <chart-card :loading="loading" title="下发任务数(省属企业)" :icon="'blue'" :number='this.xfrws'>
|
|
|
<a-tooltip title="指标说明" slot="action">
|
|
|
<a-icon type="info-circle-o" />
|
|
|
</a-tooltip>
|
|
|
</chart-card>
|
|
|
</a-col>
|
|
|
<a-col v-show="this.show" :sm="24" :md="12" :xl="11" :style="{ marginBottom: '24px' }" class="yxdls">
|
|
|
- <chart-card :loading="loading" title="有效登录数(省属企业)" :total="this.yxdls">
|
|
|
+ <chart-card :loading="loading" title="有效登录数(省属企业)" :icon="'red'" :number="this.yxdls">
|
|
|
<a-tooltip title="指标说明" slot="action">
|
|
|
<a-icon type="info-circle-o" />
|
|
|
</a-tooltip>
|
|
|
</chart-card>
|
|
|
</a-col>
|
|
|
<a-col :sm="24" :md="12" :xl="11" :style="{ marginBottom: '24px' }" class="sbdks">
|
|
|
- <chart-card v-if="this.yhjs=='shyh'" :loading="loading" title="上报地块数 | 面积 (省属企业)" :total="this.sbdks+' | '+this.sbdkmj+'㎡'">
|
|
|
+ <chart-card v-if="this.yhjs=='shyh'" :loading="loading" title="上报地块数(省属企业)" :icon="'green'" :number="this.sbdks" :area="this.sbdkmj">
|
|
|
<a-tooltip title="指标说明" slot="action">
|
|
|
<a-icon type="info-circle-o" />
|
|
|
</a-tooltip>
|
|
|
</chart-card>
|
|
|
- <chart-card v-else :loading="loading" title="上报地块数 | 面积" :total="this.sbdks+' | '+this.sbdkmj+'㎡'">
|
|
|
+ <chart-card v-else :loading="loading" title="上报地块数" :icon="'green'" :number="this.sbdks" :area="this.sbdkmj">
|
|
|
<a-tooltip title="指标说明" slot="action">
|
|
|
<a-icon type="info-circle-o" />
|
|
|
</a-tooltip>
|
|
@@ -46,7 +47,7 @@
|
|
|
</a-col>
|
|
|
|
|
|
<a-col v-show="!this.show" :sm="24" :md="12" :xl="11" :style="{ marginBottom: '24px' }" class="dqsbs">
|
|
|
- <chart-card :loading="loading" title="审核通过数 | 面积" :total="this.shtgs+' | '+this.shtgmj+'㎡'">
|
|
|
+ <chart-card :loading="loading" title="审核通过数" :icon="'blue'" :number="this.sbdks" :area="this.sbdkmj">
|
|
|
<a-tooltip title="指标说明" slot="action">
|
|
|
<a-icon type="info-circle-o" />
|
|
|
</a-tooltip>
|
|
@@ -55,7 +56,7 @@
|
|
|
</a-row>
|
|
|
<a-row :gutter="24" style="margin-top: 1%;margin-left: 5%">
|
|
|
<a-col v-show="!this.show" :sm="24" :md="12" :xl="11" :style="{ marginBottom: '24px' }" class="shbtg">
|
|
|
- <chart-card :loading="loading" title="审核不通过(退回) | 面积" :total="this.cwth+' | '+this.cwthmj+'㎡'">
|
|
|
+ <chart-card :loading="loading" title="审核不通过(退回)" :icon="'red'" :number="this.sbdks" :area="this.sbdkmj">
|
|
|
<a-tooltip title="指标说明" slot="action">
|
|
|
<a-icon type="info-circle-o" />
|
|
|
</a-tooltip>
|
|
@@ -63,40 +64,40 @@
|
|
|
</chart-card>
|
|
|
</a-col>
|
|
|
<a-col :sm="24" :md="12" :xl="11" :style="{ marginBottom: '24px' }" class="wshsl">
|
|
|
- <chart-card v-if="this.yhjs=='shyh'" :loading="loading" title="未审核地块数 | 面积 (省属企业)" :total="this.wshsl+' | '+this.wshsmj+'㎡'">
|
|
|
+ <chart-card v-if="this.yhjs=='shyh'" :loading="loading" title="未审核地块数(省属企业)" :icon="'purple'" :number="this.sbdks" :area="this.sbdkmj">
|
|
|
<a-tooltip title="指标说明" slot="action">
|
|
|
<a-icon type="info-circle-o" />
|
|
|
</a-tooltip>
|
|
|
</chart-card>
|
|
|
- <chart-card v-else :loading="loading" title="未审核地块数 | 面积" :total="this.wshsl+' | '+this.wshsmj+'㎡'">
|
|
|
+ <chart-card v-else :loading="loading" title="未审核地块数" :icon="'purple'" :number="this.sbdks" :area="this.sbdkmj">
|
|
|
<a-tooltip title="指标说明" slot="action">
|
|
|
<a-icon type="info-circle-o" />
|
|
|
</a-tooltip>
|
|
|
</chart-card>
|
|
|
</a-col>
|
|
|
<a-col v-show="this.show" :sm="24" :md="12" :xl="11" :style="{ marginBottom: '24px'}" class="xfrw">
|
|
|
- <chart-card :loading="loading" title="下发任务数(省直单位)" :total='this.sydwxfrws'>
|
|
|
+ <chart-card :loading="loading" title="下发任务数(省直单位)" :icon="'blue'" :number='this.sydwxfrws'>
|
|
|
<a-tooltip title="指标说明" slot="action">
|
|
|
<a-icon type="info-circle-o" />
|
|
|
</a-tooltip>
|
|
|
</chart-card>
|
|
|
</a-col>
|
|
|
<a-col v-show="this.show" :sm="24" :md="12" :xl="11" :style="{ marginBottom: '24px' }" class="yxdls">
|
|
|
- <chart-card :loading="loading" title="有效登录数(省直单位)" :total="this.sydwyxdls">
|
|
|
+ <chart-card :loading="loading" title="有效登录数(省直单位)" :icon="'red'" :number="this.sydwyxdls">
|
|
|
<a-tooltip title="指标说明" slot="action">
|
|
|
<a-icon type="info-circle-o" />
|
|
|
</a-tooltip>
|
|
|
</chart-card>
|
|
|
</a-col>
|
|
|
<a-col v-show="this.show" :sm="24" :md="12" :xl="11" :style="{ marginBottom: '24px' }" class="sbdks">
|
|
|
- <chart-card :loading="loading" title="上报地块数(省直单位)" :total="this.sydwsbdks">
|
|
|
+ <chart-card :loading="loading" title="上报地块数(省直单位)" :icon="'green'" :number="this.sydwsbdks">
|
|
|
<a-tooltip title="指标说明" slot="action">
|
|
|
<a-icon type="info-circle-o" />
|
|
|
</a-tooltip>
|
|
|
</chart-card>
|
|
|
</a-col>
|
|
|
<a-col v-show="this.show" :sm="24" :md="12" :xl="11" :style="{ marginBottom: '24px' }" class="wshsl">
|
|
|
- <chart-card :loading="loading" title="未审核地块数(省直单位)" :total="this.sydwwsh">
|
|
|
+ <chart-card :loading="loading" title="未审核地块数(省直单位)" :icon="'purple'" :number="this.sydwwsh">
|
|
|
<a-tooltip title="指标说明" slot="action">
|
|
|
<a-icon type="info-circle-o" />
|
|
|
</a-tooltip>
|
|
@@ -109,6 +110,7 @@
|
|
|
</div>
|
|
|
|
|
|
<div>
|
|
|
+ <!--省属企业首页-->
|
|
|
<div v-has="'ssqysy2'" style="display: flex">
|
|
|
<a-card style="margin-bottom: 1rem;width:30%;">
|
|
|
<div>
|
|
@@ -127,26 +129,26 @@
|
|
|
<a-card style="margin-bottom: 1rem;width:70%;">
|
|
|
<a-row :gutter="24" style="margin-top: 2%;margin-left: 5%">
|
|
|
<a-col v-show="this.show" :sm="24" :md="12" :xl="10" :style="{ marginBottom: '24px'}" class="xfrw">
|
|
|
- <chart-card :loading="loading" title="下发任务数(省属企业)" :total='this.xfrws'>
|
|
|
+ <chart-card :loading="loading" title="下发任务数(省属企业)" :icon="'blue'" :number='this.xfrws'>
|
|
|
<a-tooltip title="指标说明" slot="action">
|
|
|
<a-icon type="info-circle-o" />
|
|
|
</a-tooltip>
|
|
|
</chart-card>
|
|
|
</a-col>
|
|
|
<a-col v-show="this.show" :sm="24" :md="12" :xl="11" :style="{ marginBottom: '24px' }" class="yxdls">
|
|
|
- <chart-card :loading="loading" title="有效登录数(省属企业)" :total="this.yxdls">
|
|
|
+ <chart-card :loading="loading" title="有效登录数(省属企业)" :icon="'red'" :number="this.yxdls">
|
|
|
<a-tooltip title="指标说明" slot="action">
|
|
|
<a-icon type="info-circle-o" />
|
|
|
</a-tooltip>
|
|
|
</chart-card>
|
|
|
</a-col>
|
|
|
<a-col :sm="24" :md="12" :xl="11" :style="{ marginBottom: '24px' }" class="sbdks">
|
|
|
- <chart-card v-if="this.yhjs=='shyh'" :loading="loading" title="上报地块数 | 面积 (省属企业)" :total="this.sbdks+' | '+this.sbdkmj+'㎡'">
|
|
|
+ <chart-card v-if="this.yhjs=='shyh'" :loading="loading" title="上报地块数(省属企业)" :icon="'green'" :number="this.sbdks" :area="this.sbdkmj">
|
|
|
<a-tooltip title="指标说明" slot="action">
|
|
|
<a-icon type="info-circle-o" />
|
|
|
</a-tooltip>
|
|
|
</chart-card>
|
|
|
- <chart-card v-else :loading="loading" title="上报地块数 | 面积" :total="this.sbdks+' | '+this.sbdkmj+'㎡'">
|
|
|
+ <chart-card v-else :loading="loading" title="上报地块数" :icon="'green'" :number="this.sbdks" :area="this.sbdkmj">
|
|
|
<a-tooltip title="指标说明" slot="action">
|
|
|
<a-icon type="info-circle-o" />
|
|
|
</a-tooltip>
|
|
@@ -154,7 +156,7 @@
|
|
|
</a-col>
|
|
|
|
|
|
<a-col v-show="!this.show" :sm="24" :md="12" :xl="11" :style="{ marginBottom: '24px' }" class="dqsbs">
|
|
|
- <chart-card :loading="loading" title="审核通过数 | 面积" :total="this.shtgs+' | '+this.shtgmj+'㎡'">
|
|
|
+ <chart-card :loading="loading" title="审核通过数" :icon="'blue'" :number="this.shtgs" :area="this.shtgmj">
|
|
|
<a-tooltip title="指标说明" slot="action">
|
|
|
<a-icon type="info-circle-o" />
|
|
|
</a-tooltip>
|
|
@@ -163,7 +165,7 @@
|
|
|
</a-row>
|
|
|
<a-row :gutter="24" style="margin-top: 1%;margin-left: 5%">
|
|
|
<a-col v-show="!this.show" :sm="24" :md="12" :xl="11" :style="{ marginBottom: '24px' }" class="shbtg">
|
|
|
- <chart-card :loading="loading" title="审核不通过(退回) | 面积" :total="this.cwth+' | '+this.cwthmj+'㎡'">
|
|
|
+ <chart-card :loading="loading" title="审核不通过(退回)" :icon="'red'" :number="this.cwth" :area="this.cwthmj">
|
|
|
<a-tooltip title="指标说明" slot="action">
|
|
|
<a-icon type="info-circle-o" />
|
|
|
</a-tooltip>
|
|
@@ -171,40 +173,40 @@
|
|
|
</chart-card>
|
|
|
</a-col>
|
|
|
<a-col :sm="24" :md="12" :xl="11" :style="{ marginBottom: '24px' }" class="wshsl">
|
|
|
- <chart-card v-if="this.yhjs=='shyh'" :loading="loading" title="未审核地块数 | 面积 (省属企业)" :total="this.wshsl+' | '+this.wshsmj+'㎡'">
|
|
|
+ <chart-card v-if="this.yhjs=='shyh'" :loading="loading" title="未审核地块数(省属企业)" :icon="'purple'" :number="this.wshsl" :area="this.wshsmj">
|
|
|
<a-tooltip title="指标说明" slot="action">
|
|
|
<a-icon type="info-circle-o" />
|
|
|
</a-tooltip>
|
|
|
</chart-card>
|
|
|
- <chart-card v-else :loading="loading" title="未审核地块数 | 面积" :total="this.wshsl+' | '+this.wshsmj+'㎡'">
|
|
|
+ <chart-card v-else :loading="loading" title="未审核地块数" :icon="'red'" :number="this.wshsl" :area="this.wshsmj">
|
|
|
<a-tooltip title="指标说明" slot="action">
|
|
|
<a-icon type="info-circle-o" />
|
|
|
</a-tooltip>
|
|
|
</chart-card>
|
|
|
</a-col>
|
|
|
<a-col v-show="this.show" :sm="24" :md="12" :xl="11" :style="{ marginBottom: '24px'}" class="xfrw">
|
|
|
- <chart-card :loading="loading" title="下发任务数(省直单位)" :total='this.sydwxfrws'>
|
|
|
+ <chart-card :loading="loading" title="下发任务数(省直单位)" :icon="'blue'" :number='this.sydwxfrws'>
|
|
|
<a-tooltip title="指标说明" slot="action">
|
|
|
<a-icon type="info-circle-o" />
|
|
|
</a-tooltip>
|
|
|
</chart-card>
|
|
|
</a-col>
|
|
|
<a-col v-show="this.show" :sm="24" :md="12" :xl="11" :style="{ marginBottom: '24px' }" class="yxdls">
|
|
|
- <chart-card :loading="loading" title="有效登录数(省直单位)" :total="this.sydwyxdls">
|
|
|
+ <chart-card :loading="loading" title="有效登录数(省直单位)" :icon="'red'" :number="this.sydwyxdls">
|
|
|
<a-tooltip title="指标说明" slot="action">
|
|
|
<a-icon type="info-circle-o" />
|
|
|
</a-tooltip>
|
|
|
</chart-card>
|
|
|
</a-col>
|
|
|
<a-col v-show="this.show" :sm="24" :md="12" :xl="11" :style="{ marginBottom: '24px' }" class="sbdks">
|
|
|
- <chart-card :loading="loading" title="上报地块数(省直单位)" :total="this.sydwsbdks">
|
|
|
+ <chart-card :loading="loading" title="上报地块数(省直单位)" :icon="'green'" :number="this.sydwsbdks">
|
|
|
<a-tooltip title="指标说明" slot="action">
|
|
|
<a-icon type="info-circle-o" />
|
|
|
</a-tooltip>
|
|
|
</chart-card>
|
|
|
</a-col>
|
|
|
<a-col v-show="this.show" :sm="24" :md="12" :xl="11" :style="{ marginBottom: '24px' }" class="wshsl">
|
|
|
- <chart-card :loading="loading" title="未审核地块数(省直单位)" :total="this.sydwwsh">
|
|
|
+ <chart-card :loading="loading" title="未审核地块数(省直单位)" :icon="'purple'" :number="this.sydwwsh">
|
|
|
<a-tooltip title="指标说明" slot="action">
|
|
|
<a-icon type="info-circle-o" />
|
|
|
</a-tooltip>
|
|
@@ -215,12 +217,12 @@
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
-
|
|
|
+ <!--修复中心、审核用户、省级账户、超级管理员首页-->
|
|
|
<a-card v-has="'ssqysy'">
|
|
|
<a-row :gutter="24">
|
|
|
<a-col v-show="this.show" :sm="24" :md="12" :xl="6" :style="{ marginBottom: '24px'}" class="xfrw">
|
|
|
<div style="cursor:pointer" @click="handleXfrws('A04')">
|
|
|
- <chart-card :loading="loading" title="下发任务数(省属企业)" :total='this.xfrws'>
|
|
|
+ <chart-card :loading="loading" title="下发任务数(省属企业)" :icon="'blue'" :number='this.xfrws'>
|
|
|
<a-tooltip title="指标说明" slot="action">
|
|
|
<a-icon type="info-circle-o" />
|
|
|
</a-tooltip>
|
|
@@ -228,8 +230,8 @@
|
|
|
</div>
|
|
|
</a-col>
|
|
|
<a-col v-show="this.show" :sm="24" :md="12" :xl="6" :style="{ marginBottom: '24px' }" class="yxdls">
|
|
|
- <div style="cursor:pointer" @click="handleYxdl('list2')">
|
|
|
- <chart-card :loading="loading" title="有效登录数(省属企业)" :total="this.yxdls">
|
|
|
+ <div style="cursor:pointer" @click="handleYxdl(2)">
|
|
|
+ <chart-card :loading="loading" title="有效登录数(省属企业)" :number="this.yxdls">
|
|
|
<a-tooltip title="指标说明" slot="action">
|
|
|
<a-icon type="info-circle-o" />
|
|
|
</a-tooltip>
|
|
@@ -237,13 +239,13 @@
|
|
|
</div>
|
|
|
</a-col>
|
|
|
<a-col :sm="24" :md="12" :xl="6" :style="{ marginBottom: '24px' }" class="sbdks">
|
|
|
- <div style="cursor:pointer" @click="handleSbdks('qcsb-qcSsgqzysytdqk-list2')">
|
|
|
- <chart-card v-if="this.yhjs=='shyh'" :loading="loading" title="上报地块数(省属企业)" :total="this.sbdks">
|
|
|
+ <div style="cursor:pointer" @click="handleSbdks(2)">
|
|
|
+ <chart-card v-if="this.yhjs=='shyh'" :loading="loading" title="上报地块数(省属企业)" :icon="'green'" :number="this.sbdks" :area="this.sbdkmj">
|
|
|
<a-tooltip title="指标说明" slot="action">
|
|
|
<a-icon type="info-circle-o" />
|
|
|
</a-tooltip>
|
|
|
</chart-card>
|
|
|
- <chart-card v-else :loading="loading" title="上报地块数" :total="this.sbdks">
|
|
|
+ <chart-card v-else :loading="loading" title="上报地块数" :icon="'red'" :number="this.sbdks" :area="this.sbdkmj">
|
|
|
<a-tooltip title="指标说明" slot="action">
|
|
|
<a-icon type="info-circle-o" />
|
|
|
</a-tooltip>
|
|
@@ -251,14 +253,14 @@
|
|
|
</div>
|
|
|
</a-col>
|
|
|
<a-col v-show="!this.show" :sm="24" :md="12" :xl="6" :style="{ marginBottom: '24px' }" class="dqsbs">
|
|
|
- <chart-card :loading="loading" title="审核通过数" :total="this.shtgs">
|
|
|
+ <chart-card :loading="loading" title="审核通过数" :icon="'blue'" :number="this.shtgs" :area="this.shtgmj">
|
|
|
<a-tooltip title="指标说明" slot="action">
|
|
|
<a-icon type="info-circle-o" />
|
|
|
</a-tooltip>
|
|
|
</chart-card>
|
|
|
</a-col>
|
|
|
<a-col v-show="!this.show" :sm="24" :md="12" :xl="6" :style="{ marginBottom: '24px' }" class="shbtg">
|
|
|
- <chart-card :loading="loading" title="审核不通过(退回)" :total="this.cwth">
|
|
|
+ <chart-card :loading="loading" title="审核不通过(退回)" :icon="'red'" :number="this.cwth" :area="this.cwthmj">
|
|
|
<a-tooltip title="指标说明" slot="action">
|
|
|
<a-icon type="info-circle-o" />
|
|
|
</a-tooltip>
|
|
@@ -266,13 +268,13 @@
|
|
|
</chart-card>
|
|
|
</a-col>
|
|
|
<a-col :sm="24" :md="12" :xl="6" :style="{ marginBottom: '24px' }" class="wshsl">
|
|
|
- <div style="cursor:pointer" @click="handleWsh('qcsb-qcSsgqzysytdqk-list1')">
|
|
|
- <chart-card v-if="this.yhjs=='shyh'" :loading="loading" title="未审核地块数(省属企业)" :total="this.wshsl">
|
|
|
+ <div style="cursor:pointer" @click="handleWsh(0)">
|
|
|
+ <chart-card v-if="this.yhjs=='shyh'" :loading="loading" title="未审核地块数(省属企业)" :icon="'purple'" :number="this.wshsl" :area="this.wshsmj">
|
|
|
<a-tooltip title="指标说明" slot="action">
|
|
|
<a-icon type="info-circle-o" />
|
|
|
</a-tooltip>
|
|
|
</chart-card>
|
|
|
- <chart-card v-else :loading="loading" title="未审核地块数" :total="this.wshsl">
|
|
|
+ <chart-card v-else :loading="loading" title="未审核地块数" :icon="'purple'" :number="this.wshsl" :area="this.wshsmj">
|
|
|
<a-tooltip title="指标说明" slot="action">
|
|
|
<a-icon type="info-circle-o" />
|
|
|
</a-tooltip>
|
|
@@ -281,7 +283,7 @@
|
|
|
</a-col>
|
|
|
<a-col v-show="this.show" :sm="24" :md="12" :xl="6" :style="{ marginBottom: '24px'}" class="xfrw">
|
|
|
<div style="cursor:pointer" @click="handleXfrws('A03')">
|
|
|
- <chart-card :loading="loading" title="下发任务数(省直单位)" :total='this.sydwxfrws'>
|
|
|
+ <chart-card :loading="loading" title="下发任务数(省直单位)" :icon="'blue'" :number='this.sydwxfrws'>
|
|
|
<a-tooltip title="指标说明" slot="action">
|
|
|
<a-icon type="info-circle-o" />
|
|
|
</a-tooltip>
|
|
@@ -289,8 +291,8 @@
|
|
|
</div>
|
|
|
</a-col>
|
|
|
<a-col v-show="this.show" :sm="24" :md="12" :xl="6" :style="{ marginBottom: '24px' }" class="yxdls">
|
|
|
- <div style="cursor:pointer" @click="handleYxdl('list8')">
|
|
|
- <chart-card :loading="loading" title="有效登录数(省直单位)" :total="this.sydwyxdls">
|
|
|
+ <div style="cursor:pointer" @click="handleYxdl(3)">
|
|
|
+ <chart-card :loading="loading" title="有效登录数(省直单位)" :icon="'red'" :number="this.sydwyxdls">
|
|
|
<a-tooltip title="指标说明" slot="action">
|
|
|
<a-icon type="info-circle-o" />
|
|
|
</a-tooltip>
|
|
@@ -298,8 +300,8 @@
|
|
|
</div>
|
|
|
</a-col>
|
|
|
<a-col v-show="this.show" :sm="24" :md="12" :xl="6" :style="{ marginBottom: '24px' }" class="sbdks">
|
|
|
- <div style="cursor:pointer" @click="handleSbdks('qcsb-QcSsgqzysytdqkList-list7')">
|
|
|
- <chart-card :loading="loading" title="上报地块数(省直单位)" :total="this.sydwsbdks">
|
|
|
+ <div style="cursor:pointer" @click="handleSbdks(3)">
|
|
|
+ <chart-card :loading="loading" title="上报地块数(省直单位)" :icon="'green'" :number="this.sydwsbdks" :area="sydwsbdkmj">
|
|
|
<a-tooltip title="指标说明" slot="action">
|
|
|
<a-icon type="info-circle-o" />
|
|
|
</a-tooltip>
|
|
@@ -308,8 +310,8 @@
|
|
|
|
|
|
</a-col>
|
|
|
<a-col v-show="this.show" :sm="24" :md="12" :xl="6" :style="{ marginBottom: '24px' }" class="wshsl">
|
|
|
- <div style="cursor:pointer" @click="handleWsh('qcsb-QcSsgqzysytdqkList-list6')">
|
|
|
- <chart-card :loading="loading" title="未审核地块数(省直单位)" :total="this.sydwwsh">
|
|
|
+ <div style="cursor:pointer" @click="handleWsh(1)">
|
|
|
+ <chart-card :loading="loading" title="未审核地块数(省直单位)" :icon="'purple'" :number="this.sydwwsh" :area="sydwwshmj">
|
|
|
<a-tooltip title="指标说明" slot="action">
|
|
|
<a-icon type="info-circle-o" />
|
|
|
</a-tooltip>
|
|
@@ -470,7 +472,9 @@
|
|
|
sydwxfrws:'',//下发任务数
|
|
|
sydwyxdls:'',//有效登录数
|
|
|
sydwsbdks:'',//上报地块数
|
|
|
+ sydwsbdkmj:'',//上报地块面积
|
|
|
sydwwsh:'',//未审核数量
|
|
|
+ sydwwshmj:'',//未审核面积
|
|
|
sydwyhjs:'',//用戶角色
|
|
|
showDqsbs:true,
|
|
|
show:false,
|
|
@@ -545,8 +549,9 @@
|
|
|
clearInterval(this.time)
|
|
|
},
|
|
|
methods: {
|
|
|
- handleYxdl(view){
|
|
|
- this.$router.push({name:'qcsb.qyxx-qcQyxx-'+view})
|
|
|
+ // 有效登录数跳转
|
|
|
+ handleYxdl(index){
|
|
|
+ this.$router.push({path: '/enterpriseInfo/enterAudit', query: {index : index}})
|
|
|
},
|
|
|
onClose(){
|
|
|
this.showCallCenter=false;
|
|
@@ -563,9 +568,11 @@
|
|
|
handleRouter2(){
|
|
|
this.$router.push({path:'/land/landInfo'})
|
|
|
},
|
|
|
- handleSbdks(view){
|
|
|
- this.$router.push({name:view})
|
|
|
+ // 上报地块数
|
|
|
+ handleSbdks(index){
|
|
|
+ this.$router.push({path:'/land/landAudit', query: {index : index}})
|
|
|
},
|
|
|
+ // 下发任务数
|
|
|
handleXfrws(orgCode){
|
|
|
if (JSON.stringify(this.$store.state.permission.routers[6]).includes('isystem-user')) {
|
|
|
this.$router.push({name:'isystem-user',query:{orgCode: orgCode}})
|
|
@@ -577,8 +584,9 @@
|
|
|
});
|
|
|
}
|
|
|
},
|
|
|
- handleWsh(view){
|
|
|
- this.$router.push({name:view})
|
|
|
+ // 未审核
|
|
|
+ handleWsh(index){
|
|
|
+ this.$router.push({path:'/land/landAudit', query: {index : index}})
|
|
|
},
|
|
|
handleAdd2(){
|
|
|
this.$router.push({path:'/land/landInfo'})
|
|
@@ -697,7 +705,7 @@
|
|
|
|
|
|
},
|
|
|
selectsydw(){
|
|
|
-
|
|
|
+ // todo: 上报地块面积,未审核面积
|
|
|
getAction("/qcsb.qyxx/qcQyxx/sydw").then(res=>{
|
|
|
if(res.code==200){
|
|
|
for (let i = 0; i <res.result1.length; i++) {
|
|
@@ -706,6 +714,8 @@
|
|
|
this.sydwsbdks=res.result1[2];//上报地块数
|
|
|
this.sydwwsh=res.result1[3];//未审核数量
|
|
|
this.sydwyhjs=res.result1[4];//用戶角色
|
|
|
+ this.sydwsbdkmj=res.result1[5];//上报地块数
|
|
|
+ this.sydwwshmj=res.result1[6];//未审核数量
|
|
|
}
|
|
|
}
|
|
|
})
|
|
@@ -728,7 +738,6 @@
|
|
|
}
|
|
|
}
|
|
|
})
|
|
|
- debugger
|
|
|
|
|
|
},
|
|
|
selectsydwShzt(){
|
|
@@ -807,6 +816,8 @@
|
|
|
}
|
|
|
.chart-card-header{
|
|
|
text-align: center;
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-evenly;
|
|
|
}
|
|
|
.extra-wrapper {
|
|
|
line-height: 55px;
|