| | |
| | | <text>场所名称</text> |
| | | <text class="item-content">{{info.placeName}}</text> |
| | | </view> |
| | | |
| | | <view class="item-row flex j-c-s-b a-i-c"> |
| | | <text>地址</text> |
| | | <text class="item-content">{{info.location}}</text> |
| | | </view> |
| | | <view class="item-row flex j-c-s-b a-i-c"> |
| | | <text>描述</text> |
| | | <text class="item-content">{{info.remark}}</text> |
| | |
| | | <view class="item-row flex j-c-s-b a-i-c"> |
| | | <text>时间</text> |
| | | <text>{{info.createTime}}</text> |
| | | </view> |
| | | <view class="item-row flex j-c-s-b a-i-c" v-if="info.isProblem"> |
| | | <text>是否隐患</text> |
| | | <text>{{info.isProblem == 1?"是":"否"}}</text> |
| | | </view> |
| | | <view class="item-row flex j-c-s-b a-i-c" v-if="info.isHandle"> |
| | | <text>是否处理</text> |
| | | <text>{{info.isHandle == 1?"是":"否"}}</text> |
| | | </view> |
| | | |
| | | <view class="image-wrap bgc-ff" v-if="images.length"> |
| | |
| | | |
| | | |
| | | |
| | | <view class="image-wrap bgc-ff" v-if="roleTypeName == 'xyzt'"> |
| | | <view class="image-wrap bgc-ff" v-if="roleTypeName == 'xyzt' && info.confirmFlag != 2"> |
| | | <u-form labelWidth="70" :model="form" ref="form"> |
| | | <u-form-item label="是否隐患:" labelWidth="100" prop="isProblem"> |
| | | <u-radio-group v-model="form.isProblem"> |