调整基础数据、车船务、项目、合同
This commit is contained in:
@@ -206,6 +206,17 @@ export const option = {
|
||||
],
|
||||
};
|
||||
|
||||
export const exportColumns = [
|
||||
{ prop: 'vehicleNo', label: '车牌号' },
|
||||
{ prop: 'handler', label: '处理人' },
|
||||
{ prop: 'replacementTime', label: '换胎时间' },
|
||||
{ prop: 'tireBrand', label: '轮胎品牌' },
|
||||
{ prop: 'tireQuantity', label: '换胎数量' },
|
||||
{ prop: 'replacementCost', label: '换胎费用' },
|
||||
{ prop: 'replacementDescription', label: '换胎说明' },
|
||||
{ prop: 'remark', label: '备注' },
|
||||
];
|
||||
|
||||
export const excelOption = {
|
||||
labelPosition: 'right',
|
||||
submitBtn: false,
|
||||
|
||||
Reference in New Issue
Block a user