fix; 搜索框 下拉类型 禁止输入
This commit is contained in:
@@ -100,6 +100,7 @@ export default {
|
|||||||
name: this.$t('asset.state'),
|
name: this.$t('asset.state'),
|
||||||
type: 'assetState',
|
type: 'assetState',
|
||||||
label: 'stateIds',
|
label: 'stateIds',
|
||||||
|
readonly: true,
|
||||||
disabled: false
|
disabled: false
|
||||||
}]
|
}]
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -100,6 +100,7 @@ export default {
|
|||||||
name: this.$t('asset.state'),
|
name: this.$t('asset.state'),
|
||||||
type: 'assetState',
|
type: 'assetState',
|
||||||
label: 'stateIds',
|
label: 'stateIds',
|
||||||
|
readonly: true,
|
||||||
disabled: false
|
disabled: false
|
||||||
}]
|
}]
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -74,6 +74,7 @@ export default {
|
|||||||
name: this.$t('config.operationlog.operation'),
|
name: this.$t('config.operationlog.operation'),
|
||||||
type: 'selectString',
|
type: 'selectString',
|
||||||
label: 'operation',
|
label: 'operation',
|
||||||
|
readonly: true,
|
||||||
disabled: false
|
disabled: false
|
||||||
}, {
|
}, {
|
||||||
id: 14,
|
id: 14,
|
||||||
@@ -85,6 +86,7 @@ export default {
|
|||||||
id: 16,
|
id: 16,
|
||||||
name: this.$t('config.operationlog.state'),
|
name: this.$t('config.operationlog.state'),
|
||||||
type: 'selectString',
|
type: 'selectString',
|
||||||
|
readonly: true,
|
||||||
label: 'state',
|
label: 'state',
|
||||||
disabled: false
|
disabled: false
|
||||||
}, {
|
}, {
|
||||||
|
|||||||
@@ -95,12 +95,14 @@ export default {
|
|||||||
name: this.$t('config.terminallog.protocol'),
|
name: this.$t('config.terminallog.protocol'),
|
||||||
type: 'selectString',
|
type: 'selectString',
|
||||||
label: 'protocol',
|
label: 'protocol',
|
||||||
|
readonly: true,
|
||||||
disabled: false
|
disabled: false
|
||||||
}, {
|
}, {
|
||||||
id: 17,
|
id: 17,
|
||||||
name: this.$t('config.terminallog.status'),
|
name: this.$t('config.terminallog.status'),
|
||||||
type: 'terminalStatus',
|
type: 'terminalStatus',
|
||||||
label: 'state',
|
label: 'state',
|
||||||
|
readonly: true,
|
||||||
disabled: false
|
disabled: false
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -154,12 +154,14 @@ export default {
|
|||||||
name: this.$t('alert.severity'),
|
name: this.$t('alert.severity'),
|
||||||
type: 'severity',
|
type: 'severity',
|
||||||
label: 'severityIds',
|
label: 'severityIds',
|
||||||
|
readonly: true,
|
||||||
disabled: false
|
disabled: false
|
||||||
}, {
|
}, {
|
||||||
id: 5,
|
id: 5,
|
||||||
name: this.$t('overall.type'),
|
name: this.$t('overall.type'),
|
||||||
type: 'alertTypes',
|
type: 'alertTypes',
|
||||||
label: 'type',
|
label: 'type',
|
||||||
|
readonly: true,
|
||||||
disabled: false
|
disabled: false
|
||||||
}]
|
}]
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -202,6 +202,7 @@ export default {
|
|||||||
name: this.$t('asset.state'),
|
name: this.$t('asset.state'),
|
||||||
type: 'assetState',
|
type: 'assetState',
|
||||||
label: 'stateIds',
|
label: 'stateIds',
|
||||||
|
readonly: true,
|
||||||
disabled: false
|
disabled: false
|
||||||
}]
|
}]
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -148,11 +148,13 @@ export default {
|
|||||||
name: this.$t('config.agent.type'),
|
name: this.$t('config.agent.type'),
|
||||||
type: 'select',
|
type: 'select',
|
||||||
label: 'promType',
|
label: 'promType',
|
||||||
|
readonly: true,
|
||||||
disabled: false
|
disabled: false
|
||||||
}, {
|
}, {
|
||||||
name: this.$t('overall.state'),
|
name: this.$t('overall.state'),
|
||||||
type: 'select',
|
type: 'select',
|
||||||
label: 'promState',
|
label: 'promState',
|
||||||
|
readonly: true,
|
||||||
disabled: false
|
disabled: false
|
||||||
}]
|
}]
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -133,6 +133,7 @@ export default {
|
|||||||
name: this.$t('config.assetLabel.group'),
|
name: this.$t('config.assetLabel.group'),
|
||||||
type: 'group',
|
type: 'group',
|
||||||
label: 'group',
|
label: 'group',
|
||||||
|
readonly: true,
|
||||||
disabled: false
|
disabled: false
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -101,6 +101,7 @@ export default {
|
|||||||
name: this.$t('overall.type'),
|
name: this.$t('overall.type'),
|
||||||
type: 'select',
|
type: 'select',
|
||||||
label: 'credentialType',
|
label: 'credentialType',
|
||||||
|
readonly: true,
|
||||||
disabled: false
|
disabled: false
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -135,6 +135,7 @@ export default {
|
|||||||
name: this.$t('asset.state'),
|
name: this.$t('asset.state'),
|
||||||
type: 'selectString',
|
type: 'selectString',
|
||||||
label: 'dcState',
|
label: 'dcState',
|
||||||
|
readonly: true,
|
||||||
disabled: false
|
disabled: false
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -106,6 +106,7 @@ export default {
|
|||||||
name: this.$t('asset.brand'),
|
name: this.$t('asset.brand'),
|
||||||
type: 'brand',
|
type: 'brand',
|
||||||
label: 'brandIds',
|
label: 'brandIds',
|
||||||
|
readonly: true,
|
||||||
disabled: false
|
disabled: false
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -77,6 +77,7 @@ export default {
|
|||||||
name: this.$t('config.operationlog.state'),
|
name: this.$t('config.operationlog.state'),
|
||||||
type: 'selectString',
|
type: 'selectString',
|
||||||
label: 'state',
|
label: 'state',
|
||||||
|
readonly: true,
|
||||||
disabled: false
|
disabled: false
|
||||||
}, {
|
}, {
|
||||||
id: 17,
|
id: 17,
|
||||||
|
|||||||
@@ -134,12 +134,14 @@ export default {
|
|||||||
name: this.$t('overall.type'),
|
name: this.$t('overall.type'),
|
||||||
type: 'selectString',
|
type: 'selectString',
|
||||||
label: 'chartType',
|
label: 'chartType',
|
||||||
|
readonly: true,
|
||||||
disabled: false
|
disabled: false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: this.$t('dashboard.panel.chartForm.varType'),
|
name: this.$t('dashboard.panel.chartForm.varType'),
|
||||||
type: 'select',
|
type: 'select',
|
||||||
label: 'varType',
|
label: 'varType',
|
||||||
|
readonly: true,
|
||||||
disabled: false
|
disabled: false
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -86,12 +86,14 @@ export default {
|
|||||||
name: this.$t('config.terminallog.protocol'),
|
name: this.$t('config.terminallog.protocol'),
|
||||||
type: 'selectString',
|
type: 'selectString',
|
||||||
label: 'protocol',
|
label: 'protocol',
|
||||||
|
readonly: true,
|
||||||
disabled: false
|
disabled: false
|
||||||
}, {
|
}, {
|
||||||
id: 17,
|
id: 17,
|
||||||
name: this.$t('config.terminallog.status'),
|
name: this.$t('config.terminallog.status'),
|
||||||
type: 'terminalStatus',
|
type: 'terminalStatus',
|
||||||
label: 'state',
|
label: 'state',
|
||||||
|
readonly: true,
|
||||||
disabled: false
|
disabled: false
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -194,6 +194,7 @@ export default {
|
|||||||
name: this.$t('overall.projectName'),
|
name: this.$t('overall.projectName'),
|
||||||
type: 'project',
|
type: 'project',
|
||||||
label: 'projectIds',
|
label: 'projectIds',
|
||||||
|
readonly: true,
|
||||||
disabled: false
|
disabled: false
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user