fix:web statistics 去除搜索功能

This commit is contained in:
orgin 2023-12-20 10:30:25 +08:00
parent 73d835b7b3
commit f2b3e58940

View File

@ -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',