app/src/main/java/cn/flightfeather/thirdapp/module/inspection/InspectionDetailActivity.kt
@@ -377,7 +377,8 @@ //添加 用户类型为“主管部门”或“管理员”,编号为2或0时,按钮iv_startEndTask没有点击事件 if (viewModel.userTypeId != Domain.USER_COMPTENT.toByte() && viewModel.userTypeId != Domain.USER_ADMIN.toByte()) { // && viewModel.userTypeId != Domain.USER_ADMIN.toByte() ) { iv_start_end_task.setOnClickListener(this) } else { iv_start_end_task.alpha = 0.5f