Commit 31ca852d by zhaochengxiang

修改文字

parent ce82cd67
...@@ -30,14 +30,14 @@ const ModelNameColumn = (props) => { ...@@ -30,14 +30,14 @@ const ModelNameColumn = (props) => {
ellipsis: true, ellipsis: true,
}, },
{ {
title: '字段中文名称', title: '名称',
width: 160, width: 160,
dataIndex: 'cnName', dataIndex: 'cnName',
editable: true, editable: true,
ellipsis: true, ellipsis: true,
}, },
{ {
title: '字段英文名称', title: '技术ID(英文名称)',
width: 160, width: 160,
dataIndex: 'name', dataIndex: 'name',
editable: true, editable: true,
......
...@@ -55,14 +55,14 @@ const ModelNameColumn = (props) => { ...@@ -55,14 +55,14 @@ const ModelNameColumn = (props) => {
ellipsis: true, ellipsis: true,
}, },
{ {
title: '字段中文名称', title: '名称',
width: 160, width: 160,
dataIndex: 'cnName', dataIndex: 'cnName',
editable: true, editable: true,
ellipsis: true, ellipsis: true,
}, },
{ {
title: '字段英文名称', title: '技术ID(英文名称)',
width: 160, width: 160,
dataIndex: 'name', dataIndex: 'name',
editable: true, editable: true,
......
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