From f2b3e58940310a6eeed8d9fea0acc37a4ddf0220 Mon Sep 17 00:00:00 2001 From: orgin Date: Wed, 20 Dec 2023 10:30:25 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9Aweb=20statistics=20=E5=8E=BB?= =?UTF-8?q?=E9=99=A4=E6=90=9C=E7=B4=A2=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/statistics/list.vue | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) 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',