nidapeng
2024-04-07 109e430dc06c581ed7b1073ef6396aa887a2e20f
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>