@@ -131,6 +131,10 @@ function B2exhiLog() {
)
},
{
+ title: '核销时间',
+ render: (item: B2tableType) => (item.status === 1 ? item.updateTime : ' -')
+ },
+ {
title: '操作',
render: (item: B2tableType) => (
<>
@@ -20,5 +20,6 @@ export const A1tableC = [
['txt', '联系电话', 'phone'],
['txt', '人数', 'pcs'],
['txt', '预约日期', 'bookDate'],
- ['txt', '预约时段', 'time']
+ ['txt', '预约时段', 'time'],
+ ['txt', '核销时间', 'updateTime']
]