Browse Source

已缴费用更换取值

xiongxing 2 tháng trước cách đây
mục cha
commit
2064683ea3
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/views/elderly/fee/column.ts

+ 2 - 2
src/views/elderly/fee/column.ts

@@ -159,8 +159,8 @@ export const BillPayColumns = reactive([
   },
   {
     label: '已缴费用',
-    field: 'payableAmount',
-    type: '17',
+    field: 'paidAmount',
+    // type: '17',
     width: 120
   }
 ])