调整基础数据、车船务、项目、合同
This commit is contained in:
@@ -211,6 +211,19 @@ export const option = {
|
||||
],
|
||||
};
|
||||
|
||||
export const exportColumns = [
|
||||
{ prop: 'vehicleType', label: '车船类型' },
|
||||
{ prop: 'vehicleNo', label: '车牌号/船号' },
|
||||
{ prop: 'equipmentCode', label: '设备号' },
|
||||
{ prop: 'equipmentName', label: '设备名称' },
|
||||
{ prop: 'factoryDate', label: '出厂日期' },
|
||||
{ prop: 'equipmentBrand', label: '设备品牌' },
|
||||
{ prop: 'equipmentType', label: '设备类型' },
|
||||
{ prop: 'specificationModel', label: '规格型号' },
|
||||
{ prop: 'remark', label: '备注' },
|
||||
{ prop: 'originalEquipmentNo', label: '原厂设备号' },
|
||||
];
|
||||
|
||||
export const excelOption = {
|
||||
labelPosition: 'right',
|
||||
submitBtn: false,
|
||||
|
||||
Reference in New Issue
Block a user