MrShi
2024-11-23 9a44b3148e47b7820b9eb81164fcc9830261d9af
company/src/views/enterprise/myPolicy.vue
@@ -97,7 +97,9 @@
                </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>
@@ -216,7 +218,7 @@
        startTimeE: '',
        startTimeS: '',
        baseSolutionId: '',
        status: '5',
        status: '5,27',
        solutionType: '',
        timeOut: ''
      },