fix: 去除系统页面左侧 Bifang 侧滑BOX的排序功能

This commit is contained in:
@changcode
2021-06-17 15:23:18 +08:00
parent 06ee4eb3c2
commit c5c025bf09

View File

@@ -92,20 +92,17 @@ export default {
prop: 'id',
show: true,
width: 110,
sortable: 'custom'
}, {
label: this.$t('overall.name'),
prop: 'name',
show: true,
width: 110,
sortable: 'custom'
},
{
label: this.$t('asset.manageIp'),
prop: 'manageIp',
show: true,
width: 140,
sortable: 'custom'
},
{
label: this.$t('asset.pingInfo'),
@@ -117,13 +114,11 @@ export default {
prop: 'alertNum',
show: true,
width: 140,
sortable: 'custom'
}, {
label: this.$t('asset.endpointNum2'),
prop: 'endpointNum',
show: true,
width: 160,
sortable: 'custom'
}],
searchMsg: { // 给搜索框子组件传递的信息
searchLabelList: [{