ALERTS RMSSOH MET 页面隐藏input的搜索框

This commit is contained in:
任珮宇 2024-01-15 19:05:55 +08:00
parent 448cc91f72
commit d75ecd3017
3 changed files with 42 additions and 42 deletions

View File

@ -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',

View File

@ -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',

View File

@ -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',