Commit 923330a3 by zhaochengxiang

高亮显示来自数据表类型的字段

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