Commit d5c9ac8f by fanyj

tijiao

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