company/src/components/enterprise/OperaInsuranceApplyWindow.vue
@@ -117,6 +117,9 @@ <el-table-column prop="fee" label="费用"> <template slot-scope="{row}"> {{item.type==1?'-':row.fee}} </template> </el-table-column> <el-table-column label="操作"> @@ -299,7 +302,7 @@ this.tableData.forEach(item => { total += item.fee }) sums[index] = total sums[index] = total.toFixed(2) } }) return sums