Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
szse
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhaochengxiang
szse
Commits
0c77fc51
Commit
0c77fc51
authored
Feb 28, 2022
by
zhaochengxiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
模型编辑提示
parent
df0e0d36
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
1 deletion
+10
-1
ImportActionTable.jsx
src/view/Manage/Model/Component/ImportActionTable.jsx
+10
-1
No files found.
src/view/Manage/Model/Component/ImportActionTable.jsx
View file @
0c77fc51
...
...
@@ -1133,7 +1133,16 @@ const ImportActionTable = (props) => {
<Space>
<h2 style={{ marginBottom: 0 }}>数据表结构</h2>
{
editable && <Popover content='点击行进行编辑, 点击表格外或者点击表格其他行取消编辑,表格可以通过拖拽来排序'>
editable && <Popover content={<span>
新增: 点击操作列的加号按钮在当前字段前新增一个字段<br />
修改: 点击字段表格中的一行任意位置进入该字段编辑页面<br />
输入中文名,自动推荐英文名,可选择采用或者手工修改<br />
输入中文名,自动推荐可参考引用的数据标准或者数据字典,可选择采用<br />
支持拖拽方式调整模型字段顺序<br />
点击表格外部任意位置退出字段编辑状态<br />
删除: 点击操作列垃圾桶图标删除该字段<br />
保存: 页面右下角保存按钮
</span>}>
<QuestionCircleOutlined className='pointer' />
</Popover>
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment