Skip to content

Commit 138b522

Browse files
author
www.zerocode.net.cn
committed
📝 fix(erd): 增加表设计页面提示
1 parent 7d40c2a commit 138b522

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/pages/JExcel/index.tsx

+3-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,9 @@ const JExcel: React.FC<JExcelProps> = (props) => {
186186
<Tag icon={<ExclamationCircleOutlined />} color="warning">
187187
小彩蛋: 您还不知道吧!<br/>
188188
这个列表可以像excel一样操作;<br/>
189-
还能从excel里面粘贴数据!<br/>
189+
能从excel里面粘贴数据;<br/>
190+
还能将元数据导出到excel;<br/>
191+
像excel一样,在列表点击右键,开启不一样的体验!<br/>
190192
</Tag>
191193
</>
192194
});

0 commit comments

Comments
 (0)