Commit d5c9ac8f by fanyj

tijiao

parent c0325cf2
......@@ -310,7 +310,7 @@ export const ImportActionTable = (props) => {
},
{
title: '类型',
width: 230,
width: 320,
dataIndex: 'datatype',
editable: true,
ellipsis: true,
......@@ -337,7 +337,7 @@ export const ImportActionTable = (props) => {
},
{
title: 'Not Null',
width: 70,
width: 80,
dataIndex: 'notNull',
editable: true,
render: (notNull, record, index) => {
......
......@@ -203,6 +203,10 @@ export const Basic = React.forwardRef(function ({}, ref) {
placeholder='请选择搜索值'
style={{ width: 200 }}
maxTagCount='responsive'
showSearch
filterOption={(input, option) =>
option.children.toLowerCase().indexOf(input.toLowerCase()) >= 0
}
>
{
(currentProperty?.selectItems??[]).map((item, index) => (
......
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