listPro i18问题

This commit is contained in:
梁朝伟 2023-10-30 16:46:15 +08:00
parent 21c6073309
commit 26d4f0165a
3 changed files with 12 additions and 3 deletions

View File

@ -34,7 +34,10 @@ const ProList = (props) => {
newTableAttributes.unshift({
attribute: {
path: '#',
attribute: '',
attribute: {
label: '#',
path: '#',
},
attrType: 'number',
attr: '#',
entity: entity,

View File

@ -38,7 +38,10 @@ const ProList = (props) => {
newTableAttributes.unshift({
attribute: {
path: '#',
attribute: '',
attribute: {
label: '#',
path: '#',
},
attrType: 'number',
attr: '#',
entity: entity,

View File

@ -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,