jiangping
2024-06-28 92786c58666e6dcb279b29e80fd744067525bc5e
company/src/views/business/insuranceApplyShop.vue
@@ -83,7 +83,8 @@
                  <span :class="'apply-status'+row.status" >{{row.statusInfo}}</span>
                </template>
              </el-table-column>
              <el-table-column prop="solutionsName" fixed label="保险方案" align="center" min-width="150"></el-table-column>
              <el-table-column prop="companyName" fixed label="投保企业" align="center" min-width="130"></el-table-column>
              <el-table-column prop="solutionsName" fixed label="保险方案" align="center" min-width="120"></el-table-column>
              <el-table-column label="类型" fixed  align="center">
                <template slot-scope="{row}">
                  <span style="color: #00BA92" v-if="row.solutionType == 1">委托投保</span>