|
|
@@ -88,6 +88,10 @@ export default {
|
|
|
buttons: [
|
|
|
{ type: 'add', on: this.onAdd }
|
|
|
],
|
|
|
+ filters: [
|
|
|
+ { key: 'name', type: 'search', placeholder: '名称' },
|
|
|
+ { key: 'address', type: 'search', placeholder: '地址' }
|
|
|
+ ],
|
|
|
cols: [
|
|
|
{ prop: 'name', label: '名称' },
|
|
|
{ prop: 'address', label: '地址' },
|