parent
49b1f97dd8
commit
562ff9c24f
|
|
@ -89,6 +89,7 @@ const emits = defineEmits(['closeModal'])
|
|||
const reviewValue = ref('')
|
||||
|
||||
const showInfoColumn = [
|
||||
{ label: '盗采点', key: 'minePointName', folder: 'minePoint', },
|
||||
{ label: '标题', key: 'title', folder: 'violationReport' },
|
||||
{ label: '当事人姓名', key: 'partyName', folder: 'violationReport' },
|
||||
{ label: '当事人电话', key: 'partyPhone', folder: 'violationReport' },
|
||||
|
|
@ -102,7 +103,11 @@ const showInfoColumn = [
|
|||
{ label: '处理单位', key: 'handUnitName', folder: 'violationReport' },
|
||||
{ label: '处理人', key: 'handlerName', folder: 'violationReport' },
|
||||
{ label: '处理时间', key: 'handlingTime', folder: 'violationReport', },
|
||||
{ label: '现场照片', key: 'scenePhotos', span: 2},
|
||||
{ label: '停车场编号', key: 'parkingCode', folder: 'parking', },
|
||||
{ label: '停车场名称', key: 'parkingName', folder: 'parking', },
|
||||
{ label: '停车场地址', key: 'address', folder: 'parking', },
|
||||
{ label: '停车场电话', key: 'phone', folder: 'parking', },
|
||||
{ label: '现场照片', key: 'scenePhotos', span: 3},
|
||||
{ label: '车辆信息', key: 'vehicles', span: 3},
|
||||
]
|
||||
const vehiclesColumns = [
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ export const columns: BasicColumn[] = [
|
|||
},
|
||||
{
|
||||
title: '审核人',
|
||||
dataIndex: 'Reviewer',
|
||||
dataIndex: 'ReviewerName',
|
||||
},
|
||||
{
|
||||
title: '审核时间',
|
||||
|
|
|
|||
Loading…
Reference in New Issue