| | |
| | | </el-table-column> |
| | | <el-table-column prop="statusInfo" align="center" fixed label="状态"> |
| | | <template slot-scope="{row}"> |
| | | <span :class="'apply-status'+row.status">{{row.statusInfo}}</span> |
| | | <span style="color:#f95601;" v-if="row.status === 5 && row.statusInfo === '待生效'">{{row.statusInfo}}</span> |
| | | <span style="color:#999;" v-else-if="row.status === 5 && row.statusInfo === '已过期'">{{row.statusInfo}}</span> |
| | | <span :class="'apply-status'+row.status" v-else>{{row.statusInfo}}</span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column prop="solutionsName" align="center" fixed label="保险方案" min-width="150"></el-table-column> |
| | |
| | | startTimeE: '', |
| | | startTimeS: '', |
| | | baseSolutionId: '', |
| | | status: '5', |
| | | status: '5,27', |
| | | solutionType: '', |
| | | timeOut: '' |
| | | }, |