Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
T
total-platform
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
物业总平台
total-platform
Commits
0499b196
提交
0499b196
authored
6月 21, 2023
作者:
何忠建
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
新增入驻物业详情页
上级
c8052ffe
全部展开
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
8 行增加
和
24 行删除
+8
-24
IndexChart.vue
src/views/dashboard/IndexChart.vue
+8
-24
PropertyDetails.vue
src/views/settled/PropertyDetails.vue
+0
-0
PropertyList.vue
src/views/settled/PropertyList.vue
+0
-0
没有找到文件。
src/views/dashboard/IndexChart.vue
浏览文件 @
0499b196
...
@@ -7,7 +7,9 @@
...
@@ -7,7 +7,9 @@
<div>
<div>
<p
style=
"color:#666;margin-bottom:5px;"
>
入驻物业公司数量
</p>
<p
style=
"color:#666;margin-bottom:5px;"
>
入驻物业公司数量
</p>
<p
style=
"margin-bottom:0;color:#333;font-size:28px;line-height:1;"
>
{{
statistical
.
settledNum
}}
<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>
<span
v-if=
"statistical.monthSettledNum > 0"
><a-icon
type=
"arrow-up"
color=
"#1890ff"
/>
{{
statistical
.
monthSettledNum
}}
</span>
</p>
</div>
</div>
</div>
</div>
</a-col>
</a-col>
...
@@ -35,7 +37,9 @@
...
@@ -35,7 +37,9 @@
<div>
<div>
<p
style=
"color:#666;margin-bottom:5px;"
>
累计物业社区数量
</p>
<p
style=
"color:#666;margin-bottom:5px;"
>
累计物业社区数量
</p>
<p
style=
"margin-bottom:0;color:#333;font-size:28px;line-height:1;"
>
{{
statistical
.
ownerNum
}}
<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>
<span
v-if=
"statistical.monthOwnerNum > 0"
><a-icon
type=
"arrow-up"
color=
"#1890ff"
/>
{{
statistical
.
monthOwnerNum
}}
</span>
</p>
</div>
</div>
</div>
</div>
</a-col>
</a-col>
...
@@ -165,28 +169,8 @@ export default {
...
@@ -165,28 +169,8 @@ export default {
this
.
mapEcharts
()
this
.
mapEcharts
()
},
},
toOperation
(
record
)
{
toOperation
(
record
)
{
let
that
=
this
this
.
$router
.
push
({
this
.
$confirm
({
path
:
'/settled/propertyDetails?type=audit&id='
+
record
.
id
,
title
:
'确认审核物业集团:'
+
record
.
propertyName
+
'?'
,
closable
:
true
,
okText
:
'审核通过'
,
cancelText
:
'审核驳回'
,
onOk
()
{
return
auditPropertyApi
({
id
:
record
.
id
,
auditStatus
:
'auditPass'
,
}).
then
((
res
)
=>
{
that
.
getDataStatistics
()
})
},
onCancel
()
{
return
auditPropertyApi
({
id
:
record
.
id
,
auditStatus
:
'refuse'
,
}).
then
((
res
)
=>
{
that
.
getDataStatistics
()
})
},
})
})
},
},
//地图
//地图
...
...
src/views/settled/PropertyDetails.vue
0 → 100644
浏览文件 @
0499b196
差异被折叠。
点击展开。
src/views/settled/PropertyList.vue
浏览文件 @
0499b196
差异被折叠。
点击展开。
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论