huangbin 4 年之前
父节点
当前提交
a5b5ae0ae9
共有 1 个文件被更改,包括 2 次插入2 次删除
  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',
-            dataIndex: 'TotalFutureQty',
+            dataIndex: 'DiffSpotQty',
             title: '采销定价净值今日变动',
             align: 'center',
             slots: {
-                customRender: 'TotalFutureQty',
+                customRender: 'DiffSpotQty',
             },
             width: 200,
         },