diff --git a/apps/jingrow/frontend/src/core/pagetype/GenericListPage.vue b/apps/jingrow/frontend/src/core/pagetype/GenericListPage.vue index 40c39f0..924eec8 100644 --- a/apps/jingrow/frontend/src/core/pagetype/GenericListPage.vue +++ b/apps/jingrow/frontend/src/core/pagetype/GenericListPage.vue @@ -1,6 +1,8 @@ + + @@ -8,7 +10,27 @@ {{ t(title) }} - + + + + @@ -65,13 +87,24 @@ {{ t('Delete Selected') }} ({{ selectedKeys.length }}) + - + + + - - - - - - - - - + + + + + + + + + + + + + + @@ -166,15 +216,32 @@ {{ formatDisplayValue(row[col.key], col.key) }} - - - - - - - - - + + + + + + + + + + + + + + @@ -188,7 +255,7 @@