fix; 搜索框 下拉类型 禁止输入

This commit is contained in:
zhangyu
2021-09-27 18:06:41 +08:00
parent 90d51840c7
commit fb7a7a349a
15 changed files with 21 additions and 0 deletions

View File

@@ -100,6 +100,7 @@ export default {
name: this.$t('asset.state'),
type: 'assetState',
label: 'stateIds',
readonly: true,
disabled: false
}]
},

View File

@@ -100,6 +100,7 @@ export default {
name: this.$t('asset.state'),
type: 'assetState',
label: 'stateIds',
readonly: true,
disabled: false
}]
},

View File

@@ -74,6 +74,7 @@ export default {
name: this.$t('config.operationlog.operation'),
type: 'selectString',
label: 'operation',
readonly: true,
disabled: false
}, {
id: 14,
@@ -85,6 +86,7 @@ export default {
id: 16,
name: this.$t('config.operationlog.state'),
type: 'selectString',
readonly: true,
label: 'state',
disabled: false
}, {

View File

@@ -95,12 +95,14 @@ export default {
name: this.$t('config.terminallog.protocol'),
type: 'selectString',
label: 'protocol',
readonly: true,
disabled: false
}, {
id: 17,
name: this.$t('config.terminallog.status'),
type: 'terminalStatus',
label: 'state',
readonly: true,
disabled: false
}
]

View File

@@ -154,12 +154,14 @@ export default {
name: this.$t('alert.severity'),
type: 'severity',
label: 'severityIds',
readonly: true,
disabled: false
}, {
id: 5,
name: this.$t('overall.type'),
type: 'alertTypes',
label: 'type',
readonly: true,
disabled: false
}]
},

View File

@@ -202,6 +202,7 @@ export default {
name: this.$t('asset.state'),
type: 'assetState',
label: 'stateIds',
readonly: true,
disabled: false
}]
},

View File

@@ -148,11 +148,13 @@ export default {
name: this.$t('config.agent.type'),
type: 'select',
label: 'promType',
readonly: true,
disabled: false
}, {
name: this.$t('overall.state'),
type: 'select',
label: 'promState',
readonly: true,
disabled: false
}]
},

View File

@@ -133,6 +133,7 @@ export default {
name: this.$t('config.assetLabel.group'),
type: 'group',
label: 'group',
readonly: true,
disabled: false
}
]

View File

@@ -101,6 +101,7 @@ export default {
name: this.$t('overall.type'),
type: 'select',
label: 'credentialType',
readonly: true,
disabled: false
}]
}

View File

@@ -135,6 +135,7 @@ export default {
name: this.$t('asset.state'),
type: 'selectString',
label: 'dcState',
readonly: true,
disabled: false
}
]

View File

@@ -106,6 +106,7 @@ export default {
name: this.$t('asset.brand'),
type: 'brand',
label: 'brandIds',
readonly: true,
disabled: false
}]
}

View File

@@ -77,6 +77,7 @@ export default {
name: this.$t('config.operationlog.state'),
type: 'selectString',
label: 'state',
readonly: true,
disabled: false
}, {
id: 17,

View File

@@ -134,12 +134,14 @@ export default {
name: this.$t('overall.type'),
type: 'selectString',
label: 'chartType',
readonly: true,
disabled: false
},
{
name: this.$t('dashboard.panel.chartForm.varType'),
type: 'select',
label: 'varType',
readonly: true,
disabled: false
}
]

View File

@@ -86,12 +86,14 @@ export default {
name: this.$t('config.terminallog.protocol'),
type: 'selectString',
label: 'protocol',
readonly: true,
disabled: false
}, {
id: 17,
name: this.$t('config.terminallog.status'),
type: 'terminalStatus',
label: 'state',
readonly: true,
disabled: false
}
]

View File

@@ -194,6 +194,7 @@ export default {
name: this.$t('overall.projectName'),
type: 'project',
label: 'projectIds',
readonly: true,
disabled: false
}
]