| | |
| | | <div class="info_list_item_label">派遣单位:</div> |
| | | <div class="info_list_item_val">{{form.name}}</div> |
| | | </div> |
| | | <div class="info_list_item"> |
| | | <div class="info_list_item_label">派遣单位信用代码:</div> |
| | | <div class="info_list_item_val">{{form.code}}</div> |
| | | </div> |
| | | <!-- <div class="info_list_item">--> |
| | | <!-- <div class="info_list_item_label">派遣单位信用代码:</div>--> |
| | | <!-- <div class="info_list_item_val">{{form.code}}</div>--> |
| | | <!-- </div>--> |
| | | <div class="info_list_item"> |
| | | <div class="info_list_item_label">派遣单位状态:</div> |
| | | <div class="info_list_item_val" style="color:#2E68EC;" v-if="form.unitStatus === 0">待审核</div> |
| | | <div class="info_list_item_val" v-if="form.unitStatus === 1"> |
| | | <span style="color:#2E68EC;" v-if="form.worktypeStatus ==null||form.worktypeStatus === 0">工种待审</span> |
| | | <span style="color: green" v-if="form.worktypeStatus === 1">审核通过</span> |
| | | <span style="color: red;" v-if="form.worktypeStatus === 2">工种审核不通过</span> |
| | | <div class="info_list_item_val" v-if="form.unitStatus === 1"> |
| | | <span :class="'du-status'+ form.worktypeStatus" v-if="form.worktypeStatus == null || form.worktypeStatus === 0">工种待审</span> |
| | | <span :class="'du-status'+ form.worktypeStatus" v-if="form.worktypeStatus === 1">审核通过</span> |
| | | <span :class="'du-status'+ form.worktypeStatus" v-if="form.worktypeStatus === 2">工种审核不通过</span> |
| | | </div> |
| | | <div class="info_list_item_val" style="color: red;" v-if="form.unitStatus === 2">审核不通过</div> |
| | | </div> |
| | | <div class="info_list_item"> |
| | | <div class="info_list_item_label">派遣单位详述:</div> |
| | | <div class="info_list_item_label">工种详述:</div> |
| | | <div class="info_list_item_val">{{form.content}}</div> |
| | | </div> |
| | | </div> |
| | |
| | | prop="name" |
| | | label="操作视频"> |
| | | <template slot-scope="{row}"> |
| | | <video loop controls width="150px" height="150px" :src="row.videoUrlFull"></video> |
| | | <video v-if="row.videoUrlFull" loop controls width="150px" height="150px" :src="row.videoUrlFull"></video> |
| | | <span v-else>-</span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column |
| | | prop="checkDate" |
| | | label="审核通过日期"> |
| | | <template slot-scope="{row}"> |
| | | <span v-if="row.status === 2">-</span> |
| | | <span v-else>{{row.checkDate}}</span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column |
| | | label="状态"> |
| | |
| | | <span style="font-size: 16px; font-weight: 400; color: black;"> |
| | | {{activity.title}} |
| | | <span style="font-size: 16px; font-weight: 400; color: black; margin-left: 10px;" v-if="activity.objType === 5 || activity.objType === 6 || activity.objType === 1 || activity.objType === 2"> |
| | | 提交意见: - |
| | | 提交意见: - {{activity.content}} |
| | | </span> |
| | | </span> |
| | | <span style="margin-top: 5px; font-size: 12px; font-weight: 400; color: #999999;"> |
| | |
| | | code: '', |
| | | content: '', |
| | | unitStatus: '', |
| | | worktypeStatus: '', |
| | | duLogList: [], |
| | | duSolutionList: [], |
| | | saveDuSolutionDTOList: [ |
| | |
| | | margin-bottom: 15px; |
| | | .info_list_item_label { |
| | | flex-shrink: 0; |
| | | width: 150px; |
| | | /*width: 150px;*/ |
| | | font-size: 14px; |
| | | color: black; |
| | | } |