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: { 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',