Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
T
total-platform
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
物业总平台
total-platform
Commits
c8052ffe
提交
c8052ffe
authored
6月 19, 2023
作者:
何忠建
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
优化首页待办细节
上级
d1cf4788
隐藏空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
55 行增加
和
45 行删除
+55
-45
IndexChart.vue
src/views/dashboard/IndexChart.vue
+55
-45
没有找到文件。
src/views/dashboard/IndexChart.vue
浏览文件 @
c8052ffe
...
...
@@ -2,66 +2,45 @@
<div
class=
"page-header-index-wide"
>
<a-row
:gutter=
"24"
>
<a-col
:sm=
"24"
:md=
"12"
:xl=
"6"
:style=
"
{ marginBottom: '24px' }">
<chart-card
:loading=
"loading"
title=
"入驻物业公司数量"
:total=
"statistical.settledNum | NumberFormat"
>
<a-tooltip
slot=
"action"
>
<a-icon
type=
"container"
/>
</a-tooltip>
<div
class=
"statistics"
>
<div
class=
"icon"
style=
"color:#1890ff;"
><a-icon
type=
"home"
color=
"#1890ff"
/></div>
<div>
<mini-bar
:height=
"40"
/>
<p
style=
"color:#666;margin-bottom:5px;"
>
入驻物业公司数量
</p>
<p
style=
"margin-bottom:0;color:#333;font-size:28px;line-height:1;"
>
{{
statistical
.
settledNum
}}
<span
v-if=
"statistical.monthSettledNum > 0"
><a-icon
type=
"arrow-up"
color=
"#1890ff"
/>
{{
statistical
.
monthSettledNum
}}
</span></p>
</div>
<template
slot=
"footer"
>
<trend
flag=
"up"
style=
"margin-right: 16px;"
>
<span
slot=
"term"
>
月新增
</span>
{{
statistical
.
monthSettledNum
}}
</trend>
</
template
>
</chart-card>
</div>
</a-col>
<a-col
:sm=
"24"
:md=
"12"
:xl=
"6"
:style=
"
{ marginBottom: '24px' }">
<chart-card
:loading=
"loading"
title=
"累计物业社区数量"
:total=
"statistical.communityNum | NumberFormat"
>
<a-tooltip
slot=
"action"
>
<a-icon
type=
"line-chart"
/>
</a-tooltip>
<div
class=
"statistics"
>
<div
class=
"icon"
style=
"color:#7262fd;"
><a-icon
type=
"team"
/></div>
<div>
<mini-area
:height=
"40"
/>
<p
style=
"color:#666;margin-bottom:5px;"
>
累计物业社区数量
</p>
<p
style=
"margin-bottom:0;color:#333;font-size:28px;line-height:1;"
>
{{
statistical
.
communityNum
}}
</p>
</div>
<
template
slot=
"footer"
>
<div
style=
"height: 22px;"
></div>
</
template
>
</chart-card>
</div>
</a-col>
<a-col
:sm=
"24"
:md=
"12"
:xl=
"6"
:style=
"
{ marginBottom: '24px' }">
<chart-card
:loading=
"loading"
title=
"累计小区数量"
:total=
"statistical.communityNum | NumberFormat"
>
<a-tooltip
slot=
"action"
>
<a-icon
type=
"bar-chart"
/>
</a-tooltip>
<div
class=
"statistics"
>
<div
class=
"icon"
style=
"color:#ffaa00;"
><a-icon
type=
"bar-chart"
/></div>
<div>
<mini-bar
:height=
"40"
/>
<p
style=
"color:#666;margin-bottom:5px;"
>
累计小区数量
</p>
<p
style=
"margin-bottom:0;color:#333;font-size:28px;line-height:1;"
>
{{
statistical
.
communityNum
}}
</p>
</div>
<
template
slot=
"footer"
>
<div
style=
"height: 22px;"
></div>
</
template
>
</chart-card>
</div>
</a-col>
<a-col
:sm=
"24"
:md=
"12"
:xl=
"6"
:style=
"
{ marginBottom: '24px' }">
<chart-card
:loading=
"loading"
title=
"累计业主数量"
:total=
"statistical.ownerNum | NumberFormat"
>
<a-tooltip
slot=
"action"
>
<a-icon
type=
"area-chart"
/>
</a-tooltip>
<div
class=
"statistics"
>
<div
class=
"icon"
style=
"color:#52c41a;"
><a-icon
type=
"line-chart"
/></div>
<div>
<mini-progress
color=
"rgb(19, 194, 194)"
:target=
"80"
:percentage=
"78"
:height=
"8"
/>
<p
style=
"color:#666;margin-bottom:5px;"
>
累计物业社区数量
</p>
<p
style=
"margin-bottom:0;color:#333;font-size:28px;line-height:1;"
>
{{
statistical
.
ownerNum
}}
<span
v-if=
"statistical.monthOwnerNum > 0"
><a-icon
type=
"arrow-up"
color=
"#1890ff"
/>
{{
statistical
.
monthOwnerNum
}}
</span></p>
</div>
<
template
slot=
"footer"
>
<trend
flag=
"up"
style=
"margin-right: 16px;"
>
<span
slot=
"term"
>
月新增
</span>
{{
statistical
.
monthOwnerNum
}}
</trend>
</
template
>
</chart-card>
</div>
</a-col>
</a-row>
<div
class=
"wait-box"
style=
"margin-bottom: 15px;"
>
<div
class=
"wait-box"
style=
"margin-bottom: 25px;"
>
<h3
class=
"box-title"
>
待处理事务(入驻待审核)
</h3>
<div
class=
"content"
>
<div
class=
"item"
v-for=
"(item, index) in waitAuditList"
:key=
"index"
>
...
...
@@ -205,7 +184,7 @@ export default {
id
:
record
.
id
,
auditStatus
:
'refuse'
,
}).
then
((
res
)
=>
{
that
.
getDataStatistics
()
;
that
.
getDataStatistics
()
})
},
})
...
...
@@ -288,6 +267,37 @@ export default {
</
script
>
<
style
lang=
"less"
scoped
>
.page-header-index-wide {
padding: 16px;
.statistics {
// flex: none;
background: #fff;
width: 100%;
height: 90px;
box-sizing: border-box;
border: 1px solid #e0dfdf;
display: flex;
align-items: center;
padding-left: 20px;
.icon {
width: 60px;
height: 60px;
border-radius: 60px;
margin-right: 12px;
display: flex;
text-align: center;
align-items: center;
justify-content: center;
.anticon {
font-size: 50px;
}
}
span {
font-size: 14px;
color: #1890ff;
}
}
}
.map-box {
background-color: #fff;
padding: 20px;
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论