优化运行轨迹关联名称展示
This commit is contained in:
@@ -100,6 +100,24 @@ const contracts: Record<string, ResourceDetailContract> = {
|
||||
},
|
||||
},
|
||||
},
|
||||
gasorder_track: {
|
||||
leadingKeys: [
|
||||
'gasorder_basic_identity', 'staff_account_identity', 'attempt_no',
|
||||
'started_at', 'completed_at', 'identity', 'status',
|
||||
],
|
||||
relationResources: {
|
||||
gasorder_basic_identity: '/gasorder_basic',
|
||||
staff_account_identity: '/staff_account',
|
||||
},
|
||||
collections: {
|
||||
points: {
|
||||
columns: [
|
||||
'occurred_at', 'received_at', 'longitude', 'latitude', 'accuracy',
|
||||
'speed', 'direction', 'source', 'request_no',
|
||||
],
|
||||
},
|
||||
},
|
||||
},
|
||||
payment_order: {
|
||||
leadingKeys: [
|
||||
'payment_no', 'payment_status', 'request_no', 'business_type',
|
||||
|
||||
Reference in New Issue
Block a user