export const formLabel = [ { isShow: true, f_type: 'dateTimeRange', f_label: '时间选择', f_model: 'timeRange', f_width: '400px', dateType: ['startTime', 'endTime'], valueFormat: 'yyyy-MM-dd HH:mm', }, ] export const columnsList = [ { t_props: 'identificationLocation', t_label: '识别地点' }, { t_props: 'identificationTime', t_label: '识别时间' }, { t_props: 'carColor', t_label: '车牌颜色' }, { t_slot: 'carType', t_label: '车辆类型' }, { t_slot: 'recognitionPhoto', t_label: '识别照片', t_width: '120px' }, ]