feat:续费增加关联订单
This commit is contained in:
@@ -110,6 +110,9 @@ export interface OrderPay {
|
||||
userId?: any;
|
||||
equipmentCode: string;
|
||||
merchantName?:string;
|
||||
|
||||
//关联订单(即内部订单)
|
||||
rentOrderNo?:string;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -103,6 +103,12 @@
|
||||
key: 'orderNo',
|
||||
sorter: true
|
||||
},
|
||||
{
|
||||
title: '关联订单号',
|
||||
dataIndex: 'rentOrderNo',
|
||||
key: 'rentOrderNo',
|
||||
sorter: true
|
||||
},
|
||||
{
|
||||
title: '电池型号',
|
||||
dataIndex: 'batteryModel',
|
||||
|
||||
Reference in New Issue
Block a user