调整基础数据、车船务、项目、合同
This commit is contained in:
@@ -206,6 +206,18 @@ export const option = {
|
||||
],
|
||||
};
|
||||
|
||||
export const exportColumns = [
|
||||
{ prop: 'vehicleNo', label: '车牌号' },
|
||||
{ prop: 'entryTime', label: '入口时间' },
|
||||
{ prop: 'etcCardNo', label: 'ETC卡号' },
|
||||
{ prop: 'exitTime', label: '出口时间' },
|
||||
{ prop: 'entryStation', label: '入口站' },
|
||||
{ prop: 'transactionAmount', label: '交易金额' },
|
||||
{ prop: 'exitStation', label: '出口站' },
|
||||
{ prop: 'dataSource', label: '数据来源' },
|
||||
{ prop: 'remark', label: '备注' },
|
||||
];
|
||||
|
||||
export const excelOption = {
|
||||
labelPosition: 'right',
|
||||
submitBtn: false,
|
||||
|
||||
Reference in New Issue
Block a user