Commit fef416b6 authored by 涂伟's avatar 涂伟

fix: '1.表配置允许空置字段隐藏'

parent a625d7d3
Pipeline #67825 waiting for manual action with stages
......@@ -637,13 +637,13 @@ const TableView = props => {
editable: true,
align: 'center',
},
{
title: '允许空值',
dataIndex: 'IsNullable',
width: 100,
editable: true,
align: 'center',
},
// {
// title: '允许空值',
// dataIndex: 'IsNullable',
// width: 100,
// editable: true,
// align: 'center',
// },
{
title: '是否附加',
dataIndex: 'IsAddFieldConfig',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment