diff --git a/src/views/statistics/imsData/met/index.vue b/src/views/statistics/imsData/met/index.vue index bedff32..834b3a5 100644 --- a/src/views/statistics/imsData/met/index.vue +++ b/src/views/statistics/imsData/met/index.vue @@ -231,20 +231,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', diff --git a/src/views/statistics/imsData/stateOfHealth/alerts.vue b/src/views/statistics/imsData/stateOfHealth/alerts.vue index 477285c..bcf1b72 100644 --- a/src/views/statistics/imsData/stateOfHealth/alerts.vue +++ b/src/views/statistics/imsData/stateOfHealth/alerts.vue @@ -215,20 +215,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', diff --git a/src/views/statistics/imsData/stateOfHealth/rmssoh.vue b/src/views/statistics/imsData/stateOfHealth/rmssoh.vue index 9922d31..465561a 100644 --- a/src/views/statistics/imsData/stateOfHealth/rmssoh.vue +++ b/src/views/statistics/imsData/stateOfHealth/rmssoh.vue @@ -227,20 +227,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',