diff --git a/cateditor/src/components/CatalogList.vue b/cateditor/src/components/CatalogList.vue index 098142f..60a0f36 100644 --- a/cateditor/src/components/CatalogList.vue +++ b/cateditor/src/components/CatalogList.vue @@ -18,6 +18,7 @@ My Catalogs Public Catalogs + @@ -35,29 +36,27 @@ - - - - - - stars - - Season master - - - - {{ cats.item.seasonCode }} - {{ cats.item.name }} - {{ cats.item.updatedPretty }} - - - - + + + + stars + + Season master + + + + + {{ item.updatedPretty }} + + + + @@ -72,6 +71,7 @@ + @@ -89,30 +89,27 @@ - - - - - - stars - - Season master - - - - {{ cats.item.seasonCode }} - {{ cats.item.ownerName }} - {{ cats.item.name }} - {{ cats.item.updatedPretty }} - - - - + + + + stars + + Season master + + + + + {{ item.updatedPretty }} + + + + @@ -316,8 +313,8 @@ export default { 'loadMyCatalogs', 'loadPublicCatalogs', ]), - selectCatalog(id) { - this.setSelectedCatalog(id) + selectCatalog(cat) { + this.setSelectedCatalog(cat.id) }, }, mounted: function() {