Commit db8bc116 by zhaochengxiang

拖拽崩溃问题

parent 418afe84
......@@ -773,9 +773,9 @@ const ImportActionTable = (props) => {
},
}}
rowClassName={(record, index) => {
// if (record.modelingTemplateTag && record.modelingTemplateTag!=={}) {
// return 'editable-row template-highlight-row';
// }
if (record.modelingTemplateTag && record.modelingTemplateTag!=={}) {
return 'editable-row template-highlight-row';
}
return 'editable-row';
}}
......
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