| | |
| | | <template slot-scope="{row}"> |
| | | <span v-if="row.applyStatus === 0" style="color: #00BA92;">保障中</span> |
| | | <span v-if="row.applyStatus === 1" style="color: #999;">不在保</span> |
| | | <span v-if="row.applyStatus === 2" style="color: #00BA92;">待生效</span> |
| | | <span v-if="row.applyStatus === 2" style="color: #f95601;">待生效</span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column |
| | |
| | | exportExcel () { |
| | | if (this.activeName === '0') { |
| | | exportExcel({ |
| | | capacity: 10, |
| | | capacity: 60000, |
| | | page: this.currentPage, |
| | | model: { |
| | | solutionName: this.tableData[0].solutionsName, |
| | |
| | | }) |
| | | } else { |
| | | applyChagneDetailExcel({ |
| | | capacity: 10, |
| | | capacity: 60000, |
| | | page: this.currentPage, |
| | | model: { |
| | | applyId: this.dataId, |