| | |
| | | > |
| | | <div class="info"> |
| | | <div class="info_left"> |
| | | 姓名:{{form.name}} 身份证号:{{form.idcardNo}} 状态: |
| | | <span style="color: green;" v-if="form.solutionsStatus === 1">保障中</span> |
| | | <span v-else>不在保</span> |
| | | 姓名:{{form.name}} 身份证号:{{form.idcardNo}} |
| | | <!-- 状态: <span style="color: green;" v-if="form.solutionsStatus === 1">保障中</span> |
| | | <span v-else>不在保</span>--> |
| | | </div> |
| | | <el-button type="primary" @click="expr">导出记录</el-button> |
| | | </div> |
| | |
| | | <el-table-column label="序号" width="80px"> |
| | | <template slot-scope="scope"> |
| | | <span>{{scope.$index + 1}}</span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column |
| | | prop="status" |
| | | label="状态"> |
| | | <template scope="{row}"> |
| | | <span v-if="row.isValid == 1" style="color: red">不在保</span> |
| | | <span v-else style="color: green">保障中</span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column |
| | |
| | | <el-table-column |
| | | prop="worktypeName" |
| | | label="所属工种"> |
| | | </el-table-column> |
| | | <el-table-column |
| | | prop="status" |
| | | label="状态"> |
| | | <template scope="{row}"> |
| | | <span v-if="row.isValid == 1" style="color: red">已失效</span> |
| | | <span v-else style="color: green">有效</span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column |
| | | prop="startTime" |