|
@@ -226,7 +226,7 @@
|
|
|
<image class="img" src="@/assets/img/circleCopy1@1x.png" mode=""></image>
|
|
|
</view>
|
|
|
<view class="text">
|
|
|
- 电表运行情况
|
|
|
+ 运行电表
|
|
|
</view>
|
|
|
<view class="check-all" @click="toEquipmentConditionMonitoring">
|
|
|
查看全部<u-icon name="arrow-right" size="24" color="#838383"></u-icon>
|
|
@@ -924,7 +924,7 @@
|
|
|
isOpen3:true,
|
|
|
anchorpointList:[
|
|
|
{
|
|
|
- key:"point-meteroperation",name:"电表运行"
|
|
|
+ key:"point-meteroperation",name:"运行电表"
|
|
|
},
|
|
|
{
|
|
|
key:"point-TenantManagement",name:"租户管理"
|
|
@@ -1014,6 +1014,9 @@
|
|
|
methods: {
|
|
|
anchorpointShow(key){
|
|
|
|
|
|
+ if(key=='point-meteroperation'){
|
|
|
+ return true
|
|
|
+ }
|
|
|
if(this.companyId&&(this.kWhList.length!=1)){
|
|
|
if(key=='point-meteroperation'||key=='point-devices'){
|
|
|
return true
|