Pārlūkot izejas kodu

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

GouGengquan 3 mēneši atpakaļ
vecāks
revīzija
fdff1f5eb7
1 mainītis faili ar 3 papildinājumiem un 3 dzēšanām
  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">