Преглед изворни кода

Merge branch 'dev' of http://www.baoxianzhanggui.com:8090/sxzgd/vue-insagent-pc into dev

yaoyao пре 2 година
родитељ
комит
7d96ffda6f

+ 2 - 3
src/views/FinancialManagement/CarInsurance/PlatformSettlement/NonVehicleBalanceyes.vue

@@ -109,7 +109,7 @@ export default {
             type: "text"
           },
           {
-            prop: "receivableAmount",
+            prop: "allFeeValue",
             label: "应收金额",
             type: "text"
           }
@@ -364,10 +364,9 @@ export default {
   }
 };
 </script>
-    
+
 <style scoped>
 >>>.dataTable .el-table__header-wrapper .el-table__header .el-checkbox {
   display: none;
 }
 </style>
-