diff --git a/src/views/baseinfo/edi/columns.tsx b/src/views/baseinfo/edi/columns.tsx index 6d75117d..1ac4df1b 100644 --- a/src/views/baseinfo/edi/columns.tsx +++ b/src/views/baseinfo/edi/columns.tsx @@ -252,8 +252,8 @@ export const formSchema: FormSchema[] = [ colProps: { lg: 24, md: 24 }, }, { - field: 'carrierCode', - label: '船公司代码', + field: 'carrierId', + label: '', component: 'Input', colProps: { span: 6 }, show: false,