This commit is contained in:
赵毅 2025-10-17 16:28:58 +08:00
parent a6b35c3a2e
commit c58d7cd2ba

View File

@ -17,7 +17,7 @@
<view>巡检人{{ item.inspection_plan_info.community_worker_info.name }}</view> <view>巡检人{{ item.inspection_plan_info.community_worker_info.name }}</view>
</view> </view>
<view class="item-content-right"> <view class="item-content-right">
<button class="Btn" @click="goInspection(item)" :disabled="item.inspection_plan_info.community_worker_info.inspection_permission == 2">去巡检</button> <button class="Btn" @click="goInspection(item)" :disabled="item.inspection_plan_info.community_worker_info.inspection_permission != 1">去巡检</button>
</view> </view>
</view> </view>
</view> </view>