调整基础数据、车船务、项目、合同
This commit is contained in:
@@ -199,6 +199,15 @@ export const option = {
|
||||
],
|
||||
};
|
||||
|
||||
export const exportColumns = [
|
||||
{ prop: 'vehicleNo', label: '车牌号' },
|
||||
{ prop: 'previousMonthMileage', label: '上月统计里程数' },
|
||||
{ prop: 'currentMonthMileage', label: '本月统计里程数' },
|
||||
{ prop: 'monthlyMileage', label: '本月行驶里程数' },
|
||||
{ prop: 'totalMileage', label: '累计行驶里程数' },
|
||||
{ prop: 'remark', label: '备注' },
|
||||
];
|
||||
|
||||
export const excelOption = {
|
||||
labelPosition: 'right',
|
||||
submitBtn: false,
|
||||
|
||||
Reference in New Issue
Block a user