ALERTS RMSSOH MET 页面隐藏input的搜索框
This commit is contained in:
parent
448cc91f72
commit
d75ecd3017
|
@ -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',
|
||||
|
|
|
@ -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',
|
||||
|
|
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue
Block a user