屏蔽功能

This commit is contained in:
wuxw 2022-11-10 14:53:17 +08:00
parent f7d8ac9c60
commit da08e2abfc
4 changed files with 11 additions and 10 deletions

View File

@ -140,11 +140,11 @@
src: this.imgUrl + '/h5/images/serve/order4.png',
href: '/pages/appointment/appointment'
},
// {
// name: '',
// src: this.imgUrl + '/h5/images/serve/order4.png',
// href: '/pages/machine/machine?machineId=102022110791780032&communityId=2022110264250009'
// },
{
name: '设备',
src: this.imgUrl + '/h5/images/serve/order4.png',
href: '/pages/machine/machine?machineId=102022110791780032&communityId=2022110264250009'
},
];
}
}

View File

@ -92,7 +92,7 @@
<text class="text-grey text-sm">{{equipmentAccountDetail.usefulLife}}</text>
</view>
</view>
<view class="cu-item">
<!-- <view class="cu-item">
<view class="content">
<text class="cuIcon-info text-green"></text>
<text class="text-grey">采购价格</text>
@ -109,7 +109,7 @@
<view class="action">
<text class="text-grey text-sm">{{equipmentAccountDetail.netWorth}}</text>
</view>
</view>
</view> -->
<view class="cu-item">
<view class="content">
<text class="cuIcon-info text-green"></text>
@ -192,7 +192,8 @@
getMachines({
page:1,
row:1,
machineId:this.machineId
machineId:this.machineId,
communityId:this.communityId
}).then(_data=>{
if(_data.data.length < 1){
return ;

View File

@ -80,7 +80,7 @@
communityId: this.communityId,
state:'20200407'
}).then(_data=>{
_that.details = _data.data;
_that.details = _data.inspectionTaskDetails;
})
}
}

View File

@ -88,7 +88,7 @@
communityId: this.communityId,
state:'20200407'
}).then(_data=>{
_that.details = _data.inspectionTaskDetails;
_that.details = _data.data;
})
}
}