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