fix: 国际化补充修改,多余搜索字段去除,修复CM-Verify-Policy / Endpoint

port ,path数据为空
This commit is contained in:
@changcode
2021-06-16 11:18:04 +08:00
parent 3cbeca330e
commit 01e9121779
6 changed files with 14 additions and 31 deletions

View File

@@ -125,7 +125,7 @@ export default {
prop: 'summary',
show: true,
minWidth: 100
}, {
},{
label: this.$t('alert.list.state'),
prop: 'state',
show: true,
@@ -140,13 +140,6 @@ export default {
searchTime: [],
searchMsg: { // 给搜索框子组件传递的信息
searchLabelList: [
{
id: 26,
name: this.$t('alert.list.id'),
type: 'id',
label: 'id',
disabled: false
},
{
name: this.$t('alert.alertRule'),
type: 'input',
@@ -168,7 +161,7 @@ export default {
label: 'summary',
disabled: false
}, {
name: 'Labels',
name: this.$t('alert.list.labels'),
type: 'input',
label: 'labels',
disabled: false