huangbin hace 4 años
padre
commit
a5b5ae0ae9
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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,
         },