Ver Fonte

Merge commit 'e2149689db4398326527065acfd80c969203c04f' into HEAD

gitadmin há 3 anos atrás
pai
commit
658a2ecc3d

+ 1 - 1
src/views/numsGoodsShelves/settlementManagement/detailModal.vue

@@ -69,7 +69,7 @@ export default {
         { title: '产品名称', width: '20%', dataIndex: 'productName', align: 'left', customRender: function (text) { return text || '--' }, ellipsis: true },
         { title: '结算价', width: '10%', dataIndex: 'settlePrice', align: 'right', customRender: function (text) { return toThousands(text, 2) || '--' } },
         { title: '下单数量', width: '8%', dataIndex: 'totalQty', align: 'center', customRender: function (text) { return text || '--' } },
-        { title: '合计金额', width: '10%', dataIndex: 'saleAmount', align: 'right', customRender: function (text) { return toThousands(text, 2) || '--' } }
+        { title: '合计金额', width: '10%', dataIndex: 'settleAmount', align: 'right', customRender: function (text) { return toThousands(text, 2) || '--' } }
       ],
       loadData: parameter => {
         this.spinning = true