ezhizao_zx 1 год назад
Родитель
Сommit
7eca6bf637

+ 4 - 2
src/views/business/financial/collection/form.vue

@@ -351,7 +351,9 @@
                           "
                         />
                       </template>
-                      <template v-else>{{ rowNum(scope.row.amount) }}</template>
+                      <template v-else>{{
+                        rowNum(scope.row.arriveAmount)
+                      }}</template>
                     </template>
                   </el-table-column>
                   <el-table-column
@@ -362,7 +364,7 @@
                     header-align="center"
                   >
                     <template #default="scope">
-                      <span>{{ rowNum(scope.row.amount) }}</span>
+                      <span>{{ rowNum(scope.row.arrived) }}</span>
                     </template>
                   </el-table-column>
                 </el-table>

+ 1 - 1
src/views/business/financial/payment/form.vue

@@ -373,7 +373,7 @@
                     align="center"
                   >
                     <template #default="scope">
-                      <span>{{ rowNum(scope.row.amount) }}</span>
+                      <span>{{ rowNum(scope.row.payment) }}</span>
                     </template>
                   </el-table-column>
                 </el-table>