列表展示修改

main
zhufu 2026-03-10 13:27:57 +08:00
parent 295cce5696
commit 0a52e2742a
1 changed files with 17 additions and 13 deletions

View File

@ -6,6 +6,10 @@ export const violationTypeOptions = await asyncGetOptions('JGViolationType');
export const carTypeOptions = await asyncGetOptions('JGVehicleType');
export const columns: BasicColumn[] = [
{
title: '标题',
dataIndex: 'Title',
},
{
title: '上报时间',
dataIndex: 'ReportTime',
@ -34,18 +38,18 @@ export const columns: BasicColumn[] = [
title: '问题描述',
dataIndex: 'ProblemDescription',
},
{
title: '处理人',
dataIndex: 'HandelUserName',
},
{
title: '处理单位',
dataIndex: 'HandelUnit',
},
{
title: '处理时间',
dataIndex: 'HandlingTime',
},
// {
// title: '处理人',
// dataIndex: 'HandelUserName',
// },
// {
// title: '处理单位',
// dataIndex: 'HandelUnit',
// },
// {
// title: '处理时间',
// dataIndex: 'HandlingTime',
// },
{
title: '上报人',
dataIndex: 'ReportUserName',
@ -60,7 +64,7 @@ export const columns: BasicColumn[] = [
export const searchFormSchema: FormSchema[] = [
{
field: 'key',
label: '题',
label: '题',
component: 'Input',
colProps: { span: 4 },
},