MrShi
2024-04-07 9a819fa35464df79a1a8a56e132b3463fac520a7
company/src/views/business/insuranceApplyShop.vue
@@ -61,7 +61,7 @@
                        <span>{{scope.$index + 1}}</span>
                    </template>
                </el-table-column>
                <el-table-column prop="statusInfo" label="投保状态" min-width="100px">
                <el-table-column prop="statusInfo" label="保单状态" min-width="100px">
                  <template slot-scope="{row}">
                    <span :class="'apply-status'+row.statusCollect" >{{row.statusInfo}}</span>
                  </template>