Commit 72958bc7 by zhaochengxiang

bug fix

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