You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
112 lines
2.3 KiB
112 lines
2.3 KiB
let page = [{ |
|
outputField: 'list', |
|
field: 'data', |
|
type: 'object', |
|
defaultValue: [], |
|
childField: [{ |
|
outputField: 'stationLng', |
|
field: 'stationLng', |
|
type: 'number', |
|
defaultValue: 116.38, |
|
},{ |
|
outputField: 'stationLat', |
|
field: 'stationLat', |
|
type: 'number', |
|
defaultValue: 39.90, |
|
},{ |
|
outputField: 'id', |
|
field: 'id', |
|
type: 'string', |
|
defaultValue: '暂无数据', |
|
},{ |
|
outputField: 'fastChargingIdleRatio', |
|
field: 'fastChargingIdleRatio', |
|
type: 'string', |
|
defaultValue: '暂无数据', |
|
},{ |
|
outputField: 'slowChargingIdleRatio', |
|
field: 'slowChargingIdleRatio', |
|
type: 'string', |
|
defaultValue: '暂无数据', |
|
},{ |
|
outputField: 'otherIdleRatio', |
|
field: 'otherIdleRatio', |
|
type: 'string', |
|
defaultValue: '暂无数据', |
|
},{ |
|
outputField: 'name', |
|
field: 'stationName', |
|
type: 'string', |
|
defaultValue: '暂无数据', |
|
},{ |
|
outputField: 'address', |
|
field: 'address', |
|
type: 'string', |
|
defaultValue: '山东省潍坊市奎文区金马路119号', |
|
}, { |
|
outputField: 'tags', |
|
field: 'tags', |
|
type: 'object', |
|
defaultValue: [], |
|
childField:[ |
|
{ |
|
outputField: 'label', |
|
field: 'label', |
|
type: 'string', |
|
defaultValue: '标签', |
|
}, |
|
{ |
|
outputField: 'color', |
|
field: 'color', |
|
type: 'string', |
|
defaultValue: '#6EA29BCC', |
|
} |
|
] |
|
},{ |
|
outputField: 'distance', |
|
field: 'distance', |
|
type: 'number', |
|
defaultValue: 3.8, |
|
}, { |
|
outputField: 'unitPrice', |
|
field: 'totalFee', |
|
type: 'number', |
|
defaultValue: 0.6, |
|
}, { |
|
outputField: 'parkFee', |
|
field: 'parkFee', |
|
type: 'string', |
|
defaultValue: '免费停车', |
|
}, { |
|
outputField: 'quickChargeNumber', |
|
field: 'quickChargeNumber', |
|
type: 'number', |
|
defaultValue: 2, |
|
}, { |
|
outputField: 'usingQuickChargeNumber', |
|
field: 'usingQuickChargeNumber', |
|
type: 'number', |
|
defaultValue: 1, |
|
}, { |
|
outputField: 'trickleChargeNumber', |
|
field: 'trickleChargeNumber', |
|
type: 'number', |
|
defaultValue: 2, |
|
}, { |
|
outputField: 'usingTrickleChargeNumber', |
|
field: 'usingTrickleChargeNumber', |
|
type: 'number', |
|
defaultValue: 1, |
|
}, { |
|
outputField: 'otherChargingNumber', |
|
field: 'trickleChargeNumber', |
|
type: 'number', |
|
defaultValue: 2, |
|
}, { |
|
outputField: 'usingOtherChargingNumber', |
|
field: 'usingOtherChargingNumber', |
|
type: 'number', |
|
defaultValue: 1, |
|
}] |
|
}] |
|
export { page } |