Commit 2e195ba1 authored by GuanHua's avatar GuanHua
parents 08eb0ed1 98626747
......@@ -108,6 +108,7 @@ export const baseOrderListColumns: any[] = [
align: 'center',
dataIndex: 'sumPrice',
key: 'sumPrice',
render: (t, r) => (r.type === 7 || r.type === 8) ? t : '¥' + t
},
{
title: '订单类型',
......
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