output search for space list
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user