调整基础数据、车船务、项目、合同
This commit is contained in:
@@ -278,6 +278,20 @@ export const option = {
|
||||
],
|
||||
};
|
||||
|
||||
export const exportColumns = [
|
||||
{ prop: 'vehicleType', label: '车船类型' },
|
||||
{ prop: 'vehicleNo', label: '车牌号/船号' },
|
||||
{ prop: 'inspectionAssessmentDate', label: '检测评定日期' },
|
||||
{ prop: 'validUntilDate', label: '有效期截止日' },
|
||||
{ prop: 'vehicleTechnicalLevel', label: '车辆技术等级' },
|
||||
{ prop: 'shipInspectionType', label: '船舶检验类型' },
|
||||
{ prop: 'passengerTypeLevel', label: '客车类型及等级' },
|
||||
{ prop: 'inspectionUnit', label: '检测评定单位' },
|
||||
{ prop: 'fee', label: '费用(元)' },
|
||||
{ prop: 'assessmentUnit', label: '评定(复核)单位' },
|
||||
{ prop: 'remark', label: '备注' },
|
||||
];
|
||||
|
||||
export const excelOption = {
|
||||
labelPosition: 'right',
|
||||
submitBtn: false,
|
||||
|
||||
Reference in New Issue
Block a user