fix:web statistics 去除搜索功能
This commit is contained in:
parent
73d835b7b3
commit
f2b3e58940
|
@ -229,20 +229,20 @@ export default {
|
|||
computed: {
|
||||
formItems() {
|
||||
return [
|
||||
{
|
||||
type: 'a-input',
|
||||
label: '',
|
||||
name: 'search',
|
||||
props: {
|
||||
placeholder: 'search...',
|
||||
style: {
|
||||
width: '166px',
|
||||
},
|
||||
},
|
||||
style: {
|
||||
width: 'auto',
|
||||
},
|
||||
},
|
||||
// {
|
||||
// type: 'a-input',
|
||||
// label: '',
|
||||
// name: 'search',
|
||||
// props: {
|
||||
// placeholder: 'search...',
|
||||
// style: {
|
||||
// width: '166px',
|
||||
// },
|
||||
// },
|
||||
// style: {
|
||||
// width: 'auto',
|
||||
// },
|
||||
// },
|
||||
{
|
||||
type: 'custom-all-select',
|
||||
label: 'Stations',
|
||||
|
|
Loading…
Reference in New Issue
Block a user