Commit 72958bc7 by zhaochengxiang

bug fix

parent de0344c6
...@@ -364,6 +364,7 @@ export const ImportActionTable = (props) => { ...@@ -364,6 +364,7 @@ export const ImportActionTable = (props) => {
width: 70, width: 70,
dataIndex: 'notNull', dataIndex: 'notNull',
editable: true, editable: true,
ellipsis: true,
render: (notNull, record, index) => { render: (notNull, record, index) => {
if (!notNull) { if (!notNull) {
return '-'; return '-';
......
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