| | |
| | | </el-table-column> |
| | | <el-table-column prop="statusInfo" label="状态" min-width="100px"> |
| | | <template slot-scope="{row}"> |
| | | <span :class="'union-apply-status'+row.status" v-if="row.status==0">待审核 </span> |
| | | <span :class="'union-apply-status'+row.status" v-if="row.status==1">待签署 </span> |
| | | <span :class="'union-apply-status'+row.status" v-if="row.status==2">待出单 </span> |
| | | <span :class="'union-apply-status'+row.status" v-if="row.status==3">保障中 </span> |
| | | <span :class="'union-apply-status'+row.status" v-if="row.status==4">已退回 </span> |
| | | <span :class="'union-apply-status'+row.status" >{{ row.statusInfo}}</span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column prop="solutionName" label="保险方案" min-width="100px"></el-table-column> |
| | |
| | | min-width="120" |
| | | fixed="right" |
| | | > |
| | | <template slot-scope="{row}"> |
| | | <el-button type="text" icon="el-icon-edit" @click="$refs.detailsEntrustedInsurance.open('委托投保详情', row)" v-permissions="['business:insuranceapply:update']">查看详情</el-button> |
| | | <template slot-scope="{row}"> |
| | | <el-button type="text" icon="el-icon-edit" @click="$refs.detailsEntrustedInsurance.open('委托投保详情', row)" v-permissions="['business:insuranceapply:update']">查看详情</el-button> |
| | | </template> |
| | | </el-table-column> |
| | | </el-table> |