| | |
| | | </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 label="投保时长(天)"> |
| | | <template slot-scope="{row}"> |
| | | <span>{{(row.serviceDays - row.loseEfficacyDays) < 0 ? `-` : row.serviceDays - row.loseEfficacyDays}}</span> |
| | | </template> |
| | | </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> |
| | |
| | | > |
| | | <template slot-scope="{row}"> |
| | | <el-button type="text" @click="$refs.OperaInsuranceApplyDetails.open('投保详情', { id: row.id })" v-permissions="['business:insuranceapply:update']">查看详情</el-button> |
| | | <template v-if="row.statusCollect === 2"> |
| | | <el-button type="text" @click="$refs.additionSubtractionApplication.open('加减保申请', { id: row.id })">加减保申请</el-button> |
| | | </template> |
| | | <!-- <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> |