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