提交 0499b196 authored 作者: 何忠建's avatar 何忠建

新增入驻物业详情页

上级 c8052ffe
...@@ -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()
})
},
}) })
}, },
//地图 //地图
......
差异被折叠。
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论