| | |
| | | <div style="display: flex;background: #e4ecfe;padding: 20px"> |
| | | <div style="width: 60px;"> |
| | | <div class="home_title" v-if="info"> |
| | | <el-image v-if="info.imgurlFull" style="width: 50px; height: 50px;border-radius: 50%;margin-right: 10px" :src="info.imgurlFull" |
| | | :preview-src-list="[info.imgurlFull]"> |
| | | <el-image v-if="info.fullCoverImage" style="width: 50px; height: 50px;border-radius: 50%;margin-right: 10px" :src="info.fullCoverImage" |
| | | :preview-src-list="[info.fullCoverImage]"> |
| | | </el-image> |
| | | <el-image v-else style="width: 50px; height: 50px;border-radius: 50%;margin-right: 10px" src="avatar/man.png" > |
| | | </el-image> |
| | |
| | | <span class="m10" v-if="item.type ==0">用工认证</span> |
| | | <span class="m10" v-if="item.type ==1">货运认证</span> |
| | | <span class="m10" v-if="item.type ==2">供餐认证</span> |
| | | <el-tag type="primary" class="mr10 tag2" v-if="item.auditStatus == 0">认证中</el-tag> |
| | | <el-tag type="success" class="mr10 tag2" v-if="item.auditStatus == 1">认证通过</el-tag> |
| | | <el-tag type="danger" class="mr10 tag2" v-if="item.auditStatus == 2">认证失败</el-tag> |
| | | <el-tag type="primary" class="ml10 tag2" v-if="item.auditStatus == 1">认证中</el-tag> |
| | | <el-tag type="success" class="ml10 tag2" v-if="item.auditStatus == 2">认证通过</el-tag> |
| | | <el-tag type="danger" class="ml10 tag2" v-if="item.auditStatus == 3">认证失败</el-tag> |
| | | </div> |
| | | <div class="detail" > |
| | | <div class="line"> |
| | |
| | | <div class="line"> <span class="label">身份信息:</span> <span v-if="!item.imgList || item.imgList.length==0" class="txt">无</span> </div> |
| | | </template> |
| | | <div class="line" v-if="item.imgList && item.imgList.length>0"> |
| | | <div v-for="info in item.imgList"> |
| | | <div v-for="info in item.imgList" style="display: inline-block"> |
| | | <el-image v-if="info" style="width: 50px; height: 50px; margin-right: 10px" :src="info" |
| | | :preview-src-list="[info]"> |
| | | </el-image> |
| | | </div> |
| | | </div> |
| | | <div class="line" v-if="item.auditStatus == 3 || item.auditStatus == 2" :style="'background-color: '+(item.auditStatus==2?'#eff8ea':'rgb(253 226 226)')+';padding: 20px'"> |
| | | <span class="label"> 审核人:</span> <span class="txt">{{item.editorName}} </span><span class="label">{{item.auditTime || '' }} </span> |
| | | <div style="margin-top: 20px"> <span class="label"> 审核信息:</span> <span class="txt">{{item.auditRemark || '' }}</span></div> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | </div> |
| | |
| | | margin-top: 15px; |
| | | } |
| | | } |
| | | .ml10{ |
| | | margin-left: 10px; |
| | | } |
| | | .info{ |
| | | font-size: 14px; |
| | | font-weight: bold; |