diff --git a/src/views/statistics/list.vue b/src/views/statistics/list.vue index 6ffbabd..7704928 100644 --- a/src/views/statistics/list.vue +++ b/src/views/statistics/list.vue @@ -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',