MrShi
2025-04-11 3a45da15c947c2d478a44a51bd0f926647b1b841
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>
@@ -112,12 +113,12 @@
              </el-table-column>
              <el-table-column prop="currentFee" label="已产生费用"  align="center">
                <template slot-scope="{row}">
                  <span>{{row.currentFee!=null?row.currentFee+'元': '-'}}</span>
                  <span>{{row.currentFee!=null?row.currentFee+' 元': '-'}}</span>
                </template>
              </el-table-column>
              <el-table-column prop="fee" label="总费用"  align="center">
                <template slot-scope="{row}">
                  <span>{{row.fee!=null?row.fee+'元': '-'}}</span>
                  <span>{{row.fee!=null?row.fee+' 元': '-'}}</span>
                </template>
              </el-table-column>
              <el-table-column prop="createDate" label="提交日期" align="center" min-width="150"></el-table-column>