company/src/components/business/OperaInsuranceApplyWindow.vue
@@ -86,11 +86,17 @@ prop="currentFee" align="center" label="已产生费用(元)"> <template slot-scope="{row}"> <span>{{row.currentFee!=null?row.currentFee: '-'}}</span> </template> </el-table-column> <el-table-column prop="fee" align="center" label="总费用(元)"> <template slot-scope="{row}"> <span>{{row.fee!=null?row.fee: '-'}}</span> </template> </el-table-column> </el-table> </div>