diff --git a/src/components/tablePage.vue b/src/components/tablePage.vue index 4117aa8..cf97606 100644 --- a/src/components/tablePage.vue +++ b/src/components/tablePage.vue @@ -6,7 +6,20 @@ - + + + + {{ scope.row.n }} + + {{ scope.row[item.prop] }} + + @@ -37,7 +51,7 @@ export default { };