|
@@ -2,28 +2,28 @@
|
|
|
<div>
|
|
|
<div class="data-display">
|
|
|
<ul class="list">
|
|
|
- <li>
|
|
|
+ <li @click="detailPage">
|
|
|
<p class="list-num">
|
|
|
<i class='el-icon-s-order'></i>
|
|
|
{{lederDelObjectCount?lederDelObjectCount:'0'}}
|
|
|
</p>
|
|
|
<p class="list-text">台账中待删除的对象</p>
|
|
|
</li>
|
|
|
- <li>
|
|
|
+ <li @click="detailPage">
|
|
|
<p class="list-num">
|
|
|
<i class="el-icon-s-help"></i>
|
|
|
{{notSyncObjectCount?notSyncObjectCount:'0'}}
|
|
|
</p>
|
|
|
<p class="list-text">不能同步到物理世界的对象</p>
|
|
|
</li>
|
|
|
- <li>
|
|
|
+ <li @click="detailPage">
|
|
|
<p class="list-num">
|
|
|
<i class="el-icon-s-marketing"></i>
|
|
|
{{notSyncDataCount?notSyncDataCount:'0'}}
|
|
|
</p>
|
|
|
<p class="list-text">不能同步到物理世界的关系数据</p>
|
|
|
</li>
|
|
|
- <li>
|
|
|
+ <li @click="detailPage">
|
|
|
<p class="list-num">
|
|
|
<i class="el-icon-s-release"></i>
|
|
|
{{postRelationInforCount?postRelationInforCount:'0'}}
|
|
@@ -227,6 +227,12 @@ export default {
|
|
|
...mapGetters('layout', ['projectId'])
|
|
|
},
|
|
|
methods: {
|
|
|
+ detailPage() {
|
|
|
+ this.$message({
|
|
|
+ message: '待开发',
|
|
|
+ type: 'warning'
|
|
|
+ });
|
|
|
+ },
|
|
|
zoneTypeConversion(item) {// 分区类型转换
|
|
|
this.zoneType.forEach(it => {
|
|
|
if (item.Name === it.Code) {
|
|
@@ -359,8 +365,8 @@ export default {
|
|
|
this.equipment.push({
|
|
|
title: '未关联资产',
|
|
|
tips: '设备未关联资产数量',
|
|
|
- contentValueO: '已关联',
|
|
|
- contentValueT: '未关联',
|
|
|
+ contentValueO: '已关联:',
|
|
|
+ contentValueT: '未关联:',
|
|
|
needCountO: this.equipCount - res.Count,
|
|
|
needCountT: res.Count,
|
|
|
text: `总数${this.equipCount}`
|
|
@@ -370,8 +376,8 @@ export default {
|
|
|
this.equipment.push({
|
|
|
title: '现场验证状态占比',
|
|
|
tips: '设备状态为未找到、已找到的数量与设备总数占比',
|
|
|
- contentValueO: '已验证',
|
|
|
- contentValueT: '未验证',
|
|
|
+ contentValueO: '已验证:',
|
|
|
+ contentValueT: '未验证:',
|
|
|
needCountO: res1.Count,
|
|
|
needCountT: this.equipCount - res1.Count,
|
|
|
text: text
|
|
@@ -381,8 +387,8 @@ export default {
|
|
|
this.equipment.push({
|
|
|
title: '与模型对应占比',
|
|
|
tips: '"BIM模型中编码"有值的设备数量与设备总数占比',
|
|
|
- contentValueO: '有BIMID',
|
|
|
- contentValueT: '无BIMID',
|
|
|
+ contentValueO: '已对应:',
|
|
|
+ contentValueT: '未对应:',
|
|
|
needCountO: res2.Count,
|
|
|
needCountT: this.equipCount - res2.Count,
|
|
|
text: text1
|
|
@@ -437,8 +443,8 @@ export default {
|
|
|
this.assets.push({
|
|
|
title: '未关联资产',
|
|
|
tips: '资产未关联设备数量',
|
|
|
- contentValueO: '已关联',
|
|
|
- contentValueT: '未关联',
|
|
|
+ contentValueO: '已关联:',
|
|
|
+ contentValueT: '未关联:',
|
|
|
text: `总数${this.assetsCount}`,
|
|
|
needCountO: this.assetsCount - res1.Count,
|
|
|
needCountT: res1.Count
|
|
@@ -449,8 +455,8 @@ export default {
|
|
|
this.assets.push({
|
|
|
title: '现场验证状态占比',
|
|
|
tips: '资产状态为未找到、已找到的数量与资产总数占比',
|
|
|
- contentValueO: '已验证',
|
|
|
- contentValueT: '未验证',
|
|
|
+ contentValueO: '已验证:',
|
|
|
+ contentValueT: '未验证:',
|
|
|
text: text,
|
|
|
needCountO: res1.Count,
|
|
|
needCountT: this.assetsCount - res1.Count
|
|
@@ -461,8 +467,8 @@ export default {
|
|
|
this.assets.push({
|
|
|
title: '有无坐标占比',
|
|
|
tips: '有坐标的资产数量百分比',
|
|
|
- contentValueO: '有坐标',
|
|
|
- contentValueT: '无坐标',
|
|
|
+ contentValueO: '有坐标:',
|
|
|
+ contentValueT: '无坐标:',
|
|
|
text: text1,
|
|
|
needCountO: res2.Count,
|
|
|
needCountT: this.assetsCount - res2.Count
|
|
@@ -547,8 +553,8 @@ export default {
|
|
|
this.tenant.push({
|
|
|
title: '关联业务空间完成度',
|
|
|
tips: '已关联业务空间的租户数量百分比',
|
|
|
- contentValueO: '已关联',
|
|
|
- contentValueT: '未关联',
|
|
|
+ contentValueO: '已关联:',
|
|
|
+ contentValueT: '未关联:',
|
|
|
needCountO: res.Count,
|
|
|
needCountT: this.rentantCount - res.Count,
|
|
|
text: text
|
|
@@ -597,8 +603,8 @@ export default {
|
|
|
this.shaft.push({
|
|
|
title: '关联业务空间完成度',
|
|
|
tips: '已关联业务空间的竖井数量百分比',
|
|
|
- contentValueO: '已关联',
|
|
|
- contentValueT: '未关联',
|
|
|
+ contentValueO: '已关联:',
|
|
|
+ contentValueT: '未关联:',
|
|
|
needCountO: res1.Count,
|
|
|
needCountT: this.shaftCount - res1.Count,
|
|
|
text: text
|
|
@@ -650,6 +656,9 @@ export default {
|
|
|
margin-left: 10px;
|
|
|
}
|
|
|
}
|
|
|
+ li:hover {
|
|
|
+ box-shadow: 0px 2px 4px #c9c9c9;
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
.progress {
|