feat: 补充搜索条件select内容回显

This commit is contained in:
@changcode
2021-12-24 14:44:04 +08:00
parent 9d2a4b8e8b
commit 647dc230d7
11 changed files with 70 additions and 67 deletions

View File

@@ -295,6 +295,7 @@ export default {
target: this.searchLabel,
propertyName: 'protocol',
type: 'string',
isSearchInput: true,
defaultJson: {
disabled: false,
id: 16,
@@ -310,6 +311,7 @@ export default {
target: this.searchLabel,
propertyName: 'state',
type: 'number',
isSearchInput: true,
defaultJson: {
disabled: false,
id: 17,