huangbin 4 rokov pred
rodič
commit
82d172b87b

+ 2 - 2
src/views/order/commodity_contract/components/commodity_contract_settlement/index.vue

@@ -158,11 +158,11 @@ const useColumns = () => {
         },
         {
             key: '9th',
-            dataIndex: 'deliveryamount',
+            dataIndex: 'deliveryprice',
             title: '交收均价',
             align: 'center',
             slots: {
-                customRender: 'deliveryamount',
+                customRender: 'deliveryprice',
             },
             width: 120,
         },