output search for space list

This commit is contained in:
2020-09-01 12:34:06 +02:00
parent 0ce56b995c
commit 37d2d34752
3 changed files with 2 additions and 4 deletions
+1
View File
@@ -23,6 +23,7 @@ export default {
],
list: {
search: null,
columns: {
name: {
as: 'text',
@@ -36,10 +36,6 @@
isList()
{
return !!this.id;
},
title()
{
return this.isList ? 'My item' : this.space.name;
}
},
@@ -50,6 +50,7 @@
this.createRoute.params.alias = this.space.alias;
this.tableConfig = renderer && typeof renderer.list === 'object' ? renderer.list : {
search: null,
columns: {
name: {
as: 'text',