ezhizao_zx 1 年之前
父節點
當前提交
7eca6bf637
共有 2 個文件被更改,包括 5 次插入3 次删除
  1. 4 2
      src/views/business/financial/collection/form.vue
  2. 1 1
      src/views/business/financial/payment/form.vue

+ 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>