Commit 6d56bc75 by zhaochengxiang

代理数据源信息

parent 0b5a1d41
......@@ -33,7 +33,7 @@ const ProxyDatasourceItem = ({ value = {}, datasources = [], onChange }) => {
extra = extra.concat(' ');
}
extra = extra.concat(`描述: ${item.remark})`);
extra = extra.concat(`描述: ${item.remark}`);
}
if (extra.length > 0) {
......
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