| | |
| | | </view> |
| | | </view> |
| | | <view class="flex"> |
| | | <view class="flex-sub text-light bg-white padding-xs margin-xs radius">故障描述:</view> |
| | | <view class="flex-sub bg-white padding-xs margin-xs text-green radius text-right"> |
| | | {{item.faultDescription}} |
| | | </view> |
| | | </view> |
| | | <view class="flex"> |
| | | <view class="flex-sub text-light bg-white padding-xs margin-xs radius">故障开始时间:</view> |
| | | <view class="flex-sub bg-white padding-xs margin-xs text-blue radius text-right"> |
| | | {{item.faultStartTime}} |
| | | </view> |
| | | </view> |
| | | |
| | | <view class="flex"> |
| | | <view v-if="authIncludes('eam:repair:collect')" class="flex"> |
| | | <view class="flex-sub text-light bg-white padding-xs margin-xs radius">操作:</view> |
| | | <view v-if="authIncludes('eam:repair:collect')" |
| | | class="flex-sub bg-blue padding-xs margin-xs radius text-sm text-center" |
| | | <view class="flex-sub bg-blue padding-xs margin-xs radius text-sm text-center" |
| | | @click.stop="handleStartWork(item)" hover-class="is-hover">领取</view> |
| | | |
| | | </view> |
| | | </uni-card> |
| | | </view> |
| | |
| | | } |
| | | |
| | | .popupView { |
| | | margin-top: 85px; |
| | | margin-top: 45px; |
| | | height: auto; |
| | | } |
| | | </style> |