Browse Source

Merge branch 'master' of http://47.101.159.18:3000/Muchinfo/MTP20_WEB_GLOBAL

li.shaoyi 2 năm trước cách đây
mục cha
commit
3e371ef3b7
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/packages/pc/views/footer/capital/summary/index.vue

+ 1 - 1
src/packages/pc/views/footer/capital/summary/index.vue

@@ -47,7 +47,7 @@ const tableColumns = shallowRef<Model.TableColumn[]>([
     { prop: 'balance', label: '期初余额', decimal: 2 },
     { prop: 'currentbalance', label: '期末余额', decimal: 2 },
     { prop: 'avaiableMoney', label: '可用资金', decimal: 2 },
-    { prop: 'oriusedmargin', label: '占用资金', decimal: 2 },
+    { prop: 'usedmargin', label: '占用资金', decimal: 2 },
     { prop: 'freezeMargin', label: '冻结资金', decimal: 2 },
     { prop: 'inamount', label: '今日入金', decimal: 2 },
     { prop: 'outamount', label: '今日出金', decimal: 2 },