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