|
|
@ -4,7 +4,7 @@ import { FormSchema } from '@/components/Form'; |
|
|
|
export const formSchemas: FormSchema[] = [ |
|
|
|
{ |
|
|
|
label: '编号', |
|
|
|
field: 'workOrderInfoId', |
|
|
|
field: 'id', |
|
|
|
component: 'Input', |
|
|
|
componentProps: { |
|
|
|
placeholder: '输入编号', |
|
|
@ -43,7 +43,7 @@ const responseLevelOptions = [ |
|
|
|
export const columns: BasicColumn[] = [ |
|
|
|
{ |
|
|
|
title: '编号', |
|
|
|
dataIndex: 'workOrderInfoId', |
|
|
|
dataIndex: 'id', |
|
|
|
}, |
|
|
|
{ |
|
|
|
title: '报修时间', |
|
|
|