1、新增应付明细
2、新增应收明细 3、新增异常处置 4、新增风险处置 5、新增在途追踪 6、修复业务模块bug
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
export const queryTypeOptions = [
|
||||
{ label: '轨迹查询', value: 'track' },
|
||||
{ label: '船舶查询', value: 'ship' },
|
||||
];
|
||||
|
||||
export const mapInfoFields = [
|
||||
{ label: '站点名称', prop: 'siteName' },
|
||||
{ label: '地址', prop: 'address' },
|
||||
{ label: '经纬度', prop: 'coordinates' },
|
||||
];
|
||||
Reference in New Issue
Block a user