NEZ-863 fix:修改panel 页面 搜素后样式错乱的问题

This commit is contained in:
zhangyu
2021-07-23 15:49:18 +08:00
parent 8dd6fa475d
commit 48cc2ae1fe
40 changed files with 196 additions and 166 deletions

View File

@@ -89,34 +89,34 @@ export default {
label: 'ID',
prop: 'id',
show: true,
width: 110,
width: 110
}, {
label: this.$t('overall.name'),
prop: 'name',
show: true,
width: 110,
width: 110
},
{
label: this.$t('asset.manageIp'),
prop: 'manageIp',
show: true,
width: 140,
width: 140
},
{
label: this.$t('asset.pingInfo'),
prop: 'pingInfo',
show: true,
width: 110
},{
}, {
label: this.$t('asset.alertNum'),
prop: 'alertNum',
show: true,
width: 140,
width: 140
}, {
label: this.$t('asset.endpointNum2'),
prop: 'endpointNum',
show: true,
width: 160,
width: 160
}],
searchMsg: { // 给搜索框子组件传递的信息
searchLabelList: [{
@@ -129,7 +129,7 @@ export default {
type: 'input',
label: 'name',
disabled: false
},{
}, {
name: this.$t('asset.manageIp'),
type: 'input',
label: 'manageIp',