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