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