huangbin 4 years ago
parent
commit
a5b5ae0ae9
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/business/exposure/list/realTime/setup.ts

+ 2 - 2
src/views/business/exposure/list/realTime/setup.ts

@@ -34,11 +34,11 @@ export function pingan_realTime_columns() {
         },
         },
         {
         {
             key: '21th',
             key: '21th',
-            dataIndex: 'TotalFutureQty',
+            dataIndex: 'DiffSpotQty',
             title: '采销定价净值今日变动',
             title: '采销定价净值今日变动',
             align: 'center',
             align: 'center',
             slots: {
             slots: {
-                customRender: 'TotalFutureQty',
+                customRender: 'DiffSpotQty',
             },
             },
             width: 200,
             width: 200,
         },
         },