k94314517
2024-04-02 d5d7a8461c6fd350806fbfbd738917b14f70c9e9
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>