fix; 搜索框 下拉类型 禁止输入
This commit is contained in:
@@ -100,6 +100,7 @@ export default {
|
||||
name: this.$t('asset.state'),
|
||||
type: 'assetState',
|
||||
label: 'stateIds',
|
||||
readonly: true,
|
||||
disabled: false
|
||||
}]
|
||||
},
|
||||
|
||||
@@ -100,6 +100,7 @@ export default {
|
||||
name: this.$t('asset.state'),
|
||||
type: 'assetState',
|
||||
label: 'stateIds',
|
||||
readonly: true,
|
||||
disabled: false
|
||||
}]
|
||||
},
|
||||
|
||||
@@ -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
|
||||
}, {
|
||||
|
||||
@@ -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
|
||||
}
|
||||
]
|
||||
|
||||
@@ -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
|
||||
}]
|
||||
},
|
||||
|
||||
@@ -202,6 +202,7 @@ export default {
|
||||
name: this.$t('asset.state'),
|
||||
type: 'assetState',
|
||||
label: 'stateIds',
|
||||
readonly: true,
|
||||
disabled: false
|
||||
}]
|
||||
},
|
||||
|
||||
@@ -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
|
||||
}]
|
||||
},
|
||||
|
||||
@@ -133,6 +133,7 @@ export default {
|
||||
name: this.$t('config.assetLabel.group'),
|
||||
type: 'group',
|
||||
label: 'group',
|
||||
readonly: true,
|
||||
disabled: false
|
||||
}
|
||||
]
|
||||
|
||||
@@ -101,6 +101,7 @@ export default {
|
||||
name: this.$t('overall.type'),
|
||||
type: 'select',
|
||||
label: 'credentialType',
|
||||
readonly: true,
|
||||
disabled: false
|
||||
}]
|
||||
}
|
||||
|
||||
@@ -135,6 +135,7 @@ export default {
|
||||
name: this.$t('asset.state'),
|
||||
type: 'selectString',
|
||||
label: 'dcState',
|
||||
readonly: true,
|
||||
disabled: false
|
||||
}
|
||||
]
|
||||
|
||||
@@ -106,6 +106,7 @@ export default {
|
||||
name: this.$t('asset.brand'),
|
||||
type: 'brand',
|
||||
label: 'brandIds',
|
||||
readonly: true,
|
||||
disabled: false
|
||||
}]
|
||||
}
|
||||
|
||||
@@ -77,6 +77,7 @@ export default {
|
||||
name: this.$t('config.operationlog.state'),
|
||||
type: 'selectString',
|
||||
label: 'state',
|
||||
readonly: true,
|
||||
disabled: false
|
||||
}, {
|
||||
id: 17,
|
||||
|
||||
@@ -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
|
||||
}
|
||||
]
|
||||
|
||||
@@ -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
|
||||
}
|
||||
]
|
||||
|
||||
@@ -194,6 +194,7 @@ export default {
|
||||
name: this.$t('overall.projectName'),
|
||||
type: 'project',
|
||||
label: 'projectIds',
|
||||
readonly: true,
|
||||
disabled: false
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user