调整基础数据、车船务、项目、合同
This commit is contained in:
@@ -209,6 +209,16 @@ export const option = {
|
||||
],
|
||||
};
|
||||
|
||||
export const exportColumns = [
|
||||
{ prop: 'vehicleType', label: '车船类型' },
|
||||
{ prop: 'vehicleNo', label: '车牌号/船号' },
|
||||
{ prop: 'expenseDate', label: '费用日期' },
|
||||
{ prop: 'expenseType', label: '费用类型' },
|
||||
{ prop: 'amount', label: '金额' },
|
||||
{ prop: 'dataSource', label: '数据来源' },
|
||||
{ prop: 'remark', label: '备注' },
|
||||
];
|
||||
|
||||
export const excelOption = {
|
||||
labelPosition: 'right',
|
||||
submitBtn: false,
|
||||
|
||||
Reference in New Issue
Block a user