|
|
|
|
@ -648,6 +648,7 @@ export default { |
|
|
|
|
}, |
|
|
|
|
//动态标签 |
|
|
|
|
getContent(idx, obj) { |
|
|
|
|
console.log(obj) |
|
|
|
|
let content; |
|
|
|
|
if (this.bimModel == 1) { |
|
|
|
|
if (obj.location == '1号楼' || obj.location == '2号楼') { |
|
|
|
|
@ -679,7 +680,7 @@ export default { |
|
|
|
|
</div> |
|
|
|
|
<div style="display:flex;justify-content: space-between;margin-top:5px"> |
|
|
|
|
<span style="font-size:13px;color:silver">规定资产编号:</span> |
|
|
|
|
<span style="font-size:14px;color:white">${obj.inventarNummer ? obj.inventarNummer : ''}</span> |
|
|
|
|
<span style="font-size:14px;color:white">${obj.inventarNummer}F</span> |
|
|
|
|
</div> |
|
|
|
|
<div style="display:flex;justify-content: space-between;margin-top:5px"> |
|
|
|
|
<span style="font-size:13px;color:silver">维保时间:</span> |
|
|
|
|
@ -735,7 +736,7 @@ export default { |
|
|
|
|
</div> |
|
|
|
|
<div style="display:flex;justify-content: space-between;margin-top:5px"> |
|
|
|
|
<span style="font-size:13px;color:silver">固定资产编号:</span> |
|
|
|
|
<span style="font-size:14px;color:white">${obj.inventarNummer ? obj.inventarNummer : ''}</span> |
|
|
|
|
<span style="font-size:14px;color:white">${obj.inventarNummer}F</span> |
|
|
|
|
</div> |
|
|
|
|
<div style="display:flex;justify-content: space-between;margin-top:5px"> |
|
|
|
|
<span style="font-size:13px;color:silver">维保时间:</span> |
|
|
|
|
@ -793,7 +794,7 @@ export default { |
|
|
|
|
</div> |
|
|
|
|
<div style="display:flex;justify-content: space-between;margin-top:5px"> |
|
|
|
|
<span style="font-size:13px;color:silver">固定资产编号:</span> |
|
|
|
|
<span style="font-size:14px;color:white">${obj.inventarNummer ? obj.inventarNummer : ''}</span> |
|
|
|
|
<span style="font-size:14px;color:white">${obj.inventarNummer}F</span> |
|
|
|
|
</div> |
|
|
|
|
<div style="display:flex;justify-content: space-between;margin-top:5px"> |
|
|
|
|
<span style="font-size:13px;color:silver">维保时间:</span> |
|
|
|
|
@ -849,7 +850,7 @@ export default { |
|
|
|
|
</div> |
|
|
|
|
<div style="display:flex;justify-content: space-between;margin-top:5px"> |
|
|
|
|
<span style="font-size:13px;color:silver">固定资产编号:</span> |
|
|
|
|
<span style="font-size:14px;color:white">${obj.inventarNummer ? obj.inventarNummer : ''}</span> |
|
|
|
|
<span style="font-size:14px;color:white">${obj.inventarNummer}F</span> |
|
|
|
|
</div> |
|
|
|
|
<div style="display:flex;justify-content: space-between;margin-top:5px"> |
|
|
|
|
<span style="font-size:13px;color:silver">维保时间:</span> |
|
|
|
|
|