Commit 63810722 by zhaochengxiang

删除警告

parent d45cd6cb
......@@ -22,7 +22,7 @@ class ImportExcelCopy extends React.Component {
const { inputValue } = this.state;
const _placeholder = '支持两种方式创建' + '\n' + '方式一: excel内容复制粘贴(中文字段名)' + '\n' + '方式二: 手动输入中文字段,多个字段按行分割(每行一个)';
const _placeholder = '支持两种方式创建\n方式一: excel内容复制粘贴(中文字段名)\n方式二: 手动输入中文字段,多个字段按行分割(每行一个)';
return (
<Input.TextArea
......
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