fix:修复部分页面 searchInput不回显的问题

This commit is contained in:
zhangyu
2022-01-05 10:34:22 +08:00
parent 7bbf078c84
commit b6c046efb1
13 changed files with 75 additions and 24 deletions

View File

@@ -223,6 +223,7 @@ export default {
orderBy: { target: this.$data, propertyName: 'orderBy', type: 'string' },
host: {
target: this.searchLabel,
isSearchInput: true,
propertyName: 'host',
type: 'string',
defaultJson: {
@@ -237,6 +238,7 @@ export default {
},
username: {
target: this.searchLabel,
isSearchInput: true,
propertyName: 'username',
type: 'string',
defaultJson: {
@@ -251,6 +253,7 @@ export default {
},
loginUser: {
target: this.searchLabel,
isSearchInput: true,
propertyName: 'loginUser',
type: 'string',
defaultJson: {
@@ -265,6 +268,7 @@ export default {
},
remoteAddr: {
target: this.searchLabel,
isSearchInput: true,
propertyName: 'remoteAddr',
type: 'string',
defaultJson: {
@@ -279,6 +283,7 @@ export default {
},
uuid: {
target: this.searchLabel,
isSearchInput: true,
propertyName: 'uuid',
type: 'string',
defaultJson: {
@@ -293,9 +298,9 @@ export default {
},
protocol: {
target: this.searchLabel,
isSearchInput: true,
propertyName: 'protocol',
type: 'string',
isSearchInput: true,
defaultJson: {
disabled: false,
id: 16,
@@ -309,9 +314,9 @@ export default {
},
state: {
target: this.searchLabel,
isSearchInput: true,
propertyName: 'state',
type: 'number',
isSearchInput: true,
defaultJson: {
disabled: false,
id: 17,