diff --git a/es/components/listPro/index.js b/es/components/listPro/index.js index 3196c305..9fa7e056 100644 --- a/es/components/listPro/index.js +++ b/es/components/listPro/index.js @@ -34,7 +34,10 @@ const ProList = (props) => { newTableAttributes.unshift({ attribute: { path: '#', - attribute: '', + attribute: { + label: '#', + path: '#', + }, attrType: 'number', attr: '#', entity: entity, diff --git a/lib/components/listPro/index.js b/lib/components/listPro/index.js index 616b609b..275277f7 100644 --- a/lib/components/listPro/index.js +++ b/lib/components/listPro/index.js @@ -38,7 +38,10 @@ const ProList = (props) => { newTableAttributes.unshift({ attribute: { path: '#', - attribute: '', + attribute: { + label: '#', + path: '#', + }, attrType: 'number', attr: '#', entity: entity, diff --git a/src/components/listPro/index.tsx b/src/components/listPro/index.tsx index da1bffa8..a5a0304b 100644 --- a/src/components/listPro/index.tsx +++ b/src/components/listPro/index.tsx @@ -112,7 +112,10 @@ const ProList = (props: Props) => { newTableAttributes.unshift({ attribute: { path: '#', - attribute: '', + attribute: { + label: '#', + path: '#', + }, attrType: 'number', attr: '#', entity: entity as string,