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: { 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',

View File

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

View File

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