| | |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column prop="solutionsName" label="保险方案"></el-table-column> |
| | | <el-table-column label="保单号"> |
| | | <template slot-scope="{row}"> |
| | | <span>{{row.code ? row.code : '-'}}</span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column prop="insureNum" label="投保人数"></el-table-column> |
| | | <el-table-column prop="serviceDays" label="投保时长(天)"></el-table-column> |
| | | <el-table-column prop="currentFee" label="产生费用"></el-table-column> |
| | | <el-table-column prop="fee" label="总费用(元)"></el-table-column> |
| | | <el-table-column prop="checkDate" label="提交日期"></el-table-column> |
| | | <el-table-column prop="startTime" label="投保生效日期"></el-table-column> |
| | |
| | | > |
| | | <template slot-scope="{row}"> |
| | | <el-button type="text" @click="$refs.OperaInsuranceApplyDetails.open('投保详情', { id: row.id })" v-permissions="['business:insuranceapply:update']">查看详情</el-button> |
| | | <el-button type="text" @click="$refs.additionSubtractionApplication.open('加减保申请', { id: row.id })">加减保申请</el-button> |
| | | <template v-if="row.statusCollect === 2"> |
| | | <el-button type="text" @click="$refs.additionSubtractionApplication.open('加减保申请', { id: row.id })">加减保申请</el-button> |
| | | </template> |
| | | </template> |
| | | </el-table-column> |
| | | </el-table> |