待结算记录

This commit is contained in:
‘huanghaiixia’
2026-02-11 16:58:15 +08:00
parent 8383c59095
commit c17af80e52
3 changed files with 40 additions and 18 deletions

View File

@ -43,8 +43,8 @@
{ title: t('价格描述'), dataIndex: 'priceDesc', width:130},
{ title: t('数量(吉焦)'), dataIndex: 'qtySettleGj', width: 120},
{ title: t('数量(方)'), dataIndex: 'qtySettleM3', width: 120},
{ title: t('价格(元/方)'), dataIndex: 'priceM3', width: 120},
{ title: t('价格(元/吉焦)'), dataIndex: 'priceGj', width: 120},
{ title: t('价格(元/方)'), dataIndex: 'priceM3', width: 120},
{ title: t('金额(元)'), dataIndex: 'amount', width: 120},
];