mirror of
https://gitee.com/elegant_wings/dbd-meeting-html.git
synced 2025-06-21 04:29:36 +08:00
修改了预约记录的列表展示
This commit is contained in:
parent
3e6f330fa6
commit
5f85b0c380
@ -91,37 +91,40 @@
|
||||
dataIndex: 'roomContentName'
|
||||
},
|
||||
{
|
||||
title: '用户id',
|
||||
title: '会议类型',
|
||||
dataIndex: 'roomType'
|
||||
},
|
||||
{
|
||||
title: '预约人',
|
||||
dataIndex: 'userId'
|
||||
},
|
||||
{
|
||||
title: '优惠卷id',
|
||||
dataIndex: 'ticketId'
|
||||
},
|
||||
{
|
||||
title: '企业id',
|
||||
title: '所属公司',
|
||||
dataIndex: 'customerId'
|
||||
},
|
||||
|
||||
{
|
||||
title: '会议开始时间',
|
||||
dataIndex: 'startTime'
|
||||
},
|
||||
{
|
||||
title: '会议结束时间',
|
||||
dataIndex: 'endDate'
|
||||
},
|
||||
{
|
||||
title: '时长',
|
||||
dataIndex: 'duration'
|
||||
},
|
||||
{
|
||||
title: '金额',
|
||||
dataIndex: 'orderMoney'
|
||||
},
|
||||
{
|
||||
title: '预约状态',
|
||||
dataIndex: 'stauts'
|
||||
},
|
||||
{
|
||||
title: '订单号',
|
||||
dataIndex: 'oderNumber'
|
||||
},
|
||||
{
|
||||
title: '订单价格',
|
||||
dataIndex: 'orderMoney'
|
||||
},
|
||||
{
|
||||
title: '参观目的',
|
||||
dataIndex: 'visitType'
|
||||
},
|
||||
{
|
||||
title: '操作',
|
||||
width: '200px',
|
||||
width: '100px',
|
||||
dataIndex: 'action',
|
||||
scopedSlots: { customRender: 'action' }
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user