列表展示修改
parent
295cce5696
commit
0a52e2742a
|
|
@ -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 },
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue