Commit 655864a5 by liang ce

去掉统计价格

parent 2ff18614
...@@ -27,9 +27,9 @@ ...@@ -27,9 +27,9 @@
<img style="width: 100px" :src="productIcon" alt="" /> <img style="width: 100px" :src="productIcon" alt="" />
</span> </span>
<span slot="productName"></span> <span slot="productName"></span>
<span slot="productPrice" slot-scope="productPrice"> <!-- <span slot="productPrice" slot-scope="productPrice">
{{ productPrice.toFixed(2) }} {{ productPrice.toFixed(2) }}
</span> </span> -->
<span slot="productStatisticalQuantity"></span> <span slot="productStatisticalQuantity"></span>
</a-table> </a-table>
</div> </div>
...@@ -62,10 +62,6 @@ export default { ...@@ -62,10 +62,6 @@ export default {
title: '菜名', title: '菜名',
dataIndex: 'productName' dataIndex: 'productName'
}, { }, {
title: '价格(元)',
dataIndex: 'productPrice',
scopedSlots: { customRender: 'productPrice' }
}, {
title: '售出(份数)', title: '售出(份数)',
dataIndex: 'productStatisticalQuantity' dataIndex: 'productStatisticalQuantity'
}], }],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment