From 90aa227458e8114e95507d62dc2cc0ad9a38d51c Mon Sep 17 00:00:00 2001 From: sunzehua Date: Tue, 10 Sep 2024 10:33:47 +0800 Subject: [PATCH] edi --- src/views/baseinfo/edi/columns.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,