调整基础数据、车船务、项目、合同
This commit is contained in:
@@ -173,7 +173,7 @@ export const option = {
|
||||
prop: 'processStatus',
|
||||
type: 'radio',
|
||||
dicData: processStatusDic,
|
||||
value: '未处理',
|
||||
value: '已处理',
|
||||
search: true,
|
||||
clearable: true,
|
||||
minWidth: 120,
|
||||
@@ -278,6 +278,22 @@ export const option = {
|
||||
],
|
||||
};
|
||||
|
||||
export const exportColumns = [
|
||||
{ prop: 'vehicleType', label: '车船类型' },
|
||||
{ prop: 'vehicleNo', label: '车牌号/船号' },
|
||||
{ prop: 'driverName', label: '驾驶人' },
|
||||
{ prop: 'violationType', label: '类型' },
|
||||
{ prop: 'violationItem', label: '事项' },
|
||||
{ prop: 'violationTime', label: '日期' },
|
||||
{ prop: 'location', label: '地点' },
|
||||
{ prop: 'fineAmount', label: '罚款' },
|
||||
{ prop: 'deductPoints', label: '被扣分数' },
|
||||
{ prop: 'penaltyUnit', label: '被罚单位' },
|
||||
{ prop: 'processStatus', label: '状态' },
|
||||
{ prop: 'processDescription', label: '过程描述' },
|
||||
{ prop: 'processResult', label: '处理结果' },
|
||||
];
|
||||
|
||||
export const excelOption = {
|
||||
labelPosition: 'right',
|
||||
submitBtn: false,
|
||||
|
||||
Reference in New Issue
Block a user