소스 검색

1.修复超期罚款页面实际罚款金额为0是显示待确认

GouGengquan 3 달 전
부모
커밋
fdff1f5eb7
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      src/views/finance/fine.vue

+ 3 - 3
src/views/finance/fine.vue

@@ -63,7 +63,7 @@
                         </el-table-column>
                         <el-table-column label="实际罚款⾦额" align="center" width="120">
                             <template slot-scope="{row}">
-                                <span style="color: red; font-weight: bold;">{{ row.realFineAmount?row.realFineAmount:'待确认' }}</span>
+                                <span style="color: red; font-weight: bold;">{{ row.realFineAmount !== null ? row.realFineAmount:'待确认' }}</span>
                             </template>
                         </el-table-column>
                         <el-table-column label="客户经理" align="center">
@@ -187,7 +187,7 @@
                         </el-table-column>
                         <el-table-column label="实际罚款⾦额" align="center" width="120">
                             <template slot-scope="{row}">
-                                <span style="color: red; font-weight: bold;">{{ row.realFineAmount?row.realFineAmount:'待确认' }}</span>
+                                <span style="color: red; font-weight: bold;">{{ row.realFineAmount !== null ? row.realFineAmount:'待确认' }}</span>
                             </template>
                         </el-table-column>
                         <el-table-column label="客户经理" align="center">
@@ -304,7 +304,7 @@
                         </el-table-column>
                         <el-table-column label="实际罚款⾦额" align="center" width="120">
                             <template slot-scope="{row}">
-                                <span style="color: red; font-weight: bold;">{{ row.realFineAmount?row.realFineAmount:'待确认' }}</span>
+                                <span style="color: red; font-weight: bold;">{{ row.realFineAmount !== null ? row.realFineAmount:'待确认' }}</span>
                             </template>
                         </el-table-column>
                         <el-table-column label="客户经理" align="center">