From 31aed21a00a4411e2f344e1ac516fcc0855ec09f Mon Sep 17 00:00:00 2001 From: SEN Date: Wed, 24 Jan 2024 10:10:13 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A4=84=E7=90=86=E9=9C=80=E6=B1=82:?= =?UTF-8?q?=E9=9A=90=E8=97=8F=E8=A1=A8=E5=8D=95=E9=87=8C=E7=B3=BB=E7=BB=9F?= =?UTF-8?q?=E5=AD=97=E6=AE=B5,=E5=A6=82=E5=94=AF=E4=B8=80=E6=A0=87?= =?UTF-8?q?=E8=AF=86/=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/column.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config/column.tsx b/src/config/column.tsx index 43aab0452..c7d1e45ac 100644 --- a/src/config/column.tsx +++ b/src/config/column.tsx @@ -150,7 +150,7 @@ export const FullEntityColumns = (fields: model.FieldModel[]) => { remark: '由系统生成的唯一标记,无实义.', options: { fixed: true, - visible: true, + visible: false, }, }, { @@ -160,7 +160,7 @@ export const FullEntityColumns = (fields: model.FieldModel[]) => { valueType: '描述型', remark: '描述信息', options: { - visible: true, + visible: false, }, }, { -- Gitee