Selaa lähdekoodia

Finish Hotfix-78

chen 3 vuotta sitten
vanhempi
commit
e13fa39693
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/views/finance/receipt_list.vue

+ 1 - 1
src/views/finance/receipt_list.vue

@@ -150,7 +150,7 @@
             </el-table-column>
             <el-table-column align="right" label="表体·实收金额" prop="amount" min-width="160" show-overflow-tooltip>
               <template slot-scope="scope">
-                {{ scope.row.billType == 3? -scope.row.amount:scope.row.amount | numToFixed }}
+                {{ (scope.row.billType == 3 || scope.row.billType == 2)? -scope.row.amount:scope.row.amount | numToFixed }}
               </template>
             </el-table-column>
             <el-table-column align="left" label="勾对" prop="" min-width="160" show-overflow-tooltip></el-table-column>