listPro i18问题
This commit is contained in:
parent
21c6073309
commit
26d4f0165a
|
|
@ -34,7 +34,10 @@ const ProList = (props) => {
|
|||
newTableAttributes.unshift({
|
||||
attribute: {
|
||||
path: '#',
|
||||
attribute: '',
|
||||
attribute: {
|
||||
label: '#',
|
||||
path: '#',
|
||||
},
|
||||
attrType: 'number',
|
||||
attr: '#',
|
||||
entity: entity,
|
||||
|
|
|
|||
|
|
@ -38,7 +38,10 @@ const ProList = (props) => {
|
|||
newTableAttributes.unshift({
|
||||
attribute: {
|
||||
path: '#',
|
||||
attribute: '',
|
||||
attribute: {
|
||||
label: '#',
|
||||
path: '#',
|
||||
},
|
||||
attrType: 'number',
|
||||
attr: '#',
|
||||
entity: entity,
|
||||
|
|
|
|||
|
|
@ -112,7 +112,10 @@ const ProList = <ED2 extends ED, T extends keyof ED2>(props: Props<ED2, T>) => {
|
|||
newTableAttributes.unshift({
|
||||
attribute: {
|
||||
path: '#',
|
||||
attribute: '',
|
||||
attribute: {
|
||||
label: '#',
|
||||
path: '#',
|
||||
},
|
||||
attrType: 'number',
|
||||
attr: '#',
|
||||
entity: entity as string,
|
||||
|
|
|
|||
Loading…
Reference in New Issue