|
@ -151,6 +151,11 @@ |
|
|
align:"center", |
|
|
align:"center", |
|
|
dataIndex: 'itemId' |
|
|
dataIndex: 'itemId' |
|
|
}, |
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
title:'订单状态(0-待支付 1-待使用 2-已完成)', |
|
|
|
|
|
align:"center", |
|
|
|
|
|
dataIndex: 'orderStatus' |
|
|
|
|
|
}, |
|
|
{ |
|
|
{ |
|
|
title: '操作', |
|
|
title: '操作', |
|
|
dataIndex: 'action', |
|
|
dataIndex: 'action', |
|
@ -191,6 +196,7 @@ |
|
|
fieldList.push({type:'datetime',value:'orderTime',text:'预约时间'}) |
|
|
fieldList.push({type:'datetime',value:'orderTime',text:'预约时间'}) |
|
|
fieldList.push({type:'BigDecimal',value:'orderPrice',text:'预约价格',dictCode:''}) |
|
|
fieldList.push({type:'BigDecimal',value:'orderPrice',text:'预约价格',dictCode:''}) |
|
|
fieldList.push({type:'string',value:'itemId',text:'预约项目编号',dictCode:''}) |
|
|
fieldList.push({type:'string',value:'itemId',text:'预约项目编号',dictCode:''}) |
|
|
|
|
|
fieldList.push({type:'string',value:'orderStatus',text:'订单状态(0-待支付 1-待使用 2-已完成)',dictCode:''}) |
|
|
this.superFieldList = fieldList |
|
|
this.superFieldList = fieldList |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|