nidapeng
2024-04-01 4c179612568430d4d9ebdc41d520c96e0c6ecded
company/src/views/business/unionApply.vue
@@ -54,7 +54,7 @@
                </el-table-column>
                <el-table-column prop="statusInfo" label="状态" min-width="100px">
                    <template slot-scope="{row}">
                        <span :class="'union-apply-status'+row.status" v-if="row.status==0">{{ row.statusInfo}}</span>
                        <span :class="'union-apply-status'+row.status"  >{{ row.statusInfo}}</span>
                    </template>
                </el-table-column>
                <el-table-column prop="solutionName" label="保险方案" min-width="100px"></el-table-column>