smart-car-web/src/views/device/data-recognition/config.js

19 lines
619 B
JavaScript
Raw Normal View History

2025-12-23 09:22:03 +08:00
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 = [
2025-12-23 18:15:23 +08:00
{ t_props: 'identificationLocation', t_label: '识别地点' },
{ t_props: 'identificationTime', t_label: '识别时间' },
{ t_props: 'carColor', t_label: '车牌颜色' },
{ t_slot: 'carType', t_label: '车辆类型' },
2025-12-23 09:22:03 +08:00
{ t_slot: 'recognitionPhoto', t_label: '识别照片', t_width: '120px' },
]