提交 69a87f69 作者: ZhangLingKun

功能:积分列表

上级 9f6a1e9f
...@@ -92,8 +92,13 @@ export function PointDetail() { ...@@ -92,8 +92,13 @@ export function PointDetail() {
}, },
{ title: '流通方式', dataIndex: 'pointSource', align: 'center' }, { title: '流通方式', dataIndex: 'pointSource', align: 'center' },
// { title: '兑换比例', dataIndex: 'convertRatio', align: 'center' }, // { title: '兑换比例', dataIndex: 'convertRatio', align: 'center' },
{ title: '领取时间', dataIndex: 'createTime', align: 'center' }, {
{ title: '使用时间', dataIndex: 'updateTime', align: 'center' }, title: '领取时间',
dataIndex: 'timeOfRelease',
align: 'center',
render: (text, record) => text || record.updateTime || record.createTime,
},
// { title: '使用时间', dataIndex: 'updateTime', align: 'center' },
// { // {
// title: '订单编号', // title: '订单编号',
// dataIndex: 'orderNo', // dataIndex: 'orderNo',
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论