Commit 0e162f2c by zhaochengxiang

bug fix

parent 2b3c742c
...@@ -257,7 +257,7 @@ const List = React.forwardRef(function ({ items }, ref) { ...@@ -257,7 +257,7 @@ const List = React.forwardRef(function ({ items }, ref) {
}, },
{ {
title: '编码', title: '编码',
dataIndex: ' code', dataIndex: 'code',
width: 160, width: 160,
render: (text, record) => ( render: (text, record) => (
<Tooltip title={text}> <Tooltip title={text}>
......
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