fix: 修复ipam 二级页面 搜索排序传参错误问题

This commit is contained in:
@changcode
2022-03-22 10:04:30 +08:00
parent 0a58c390e0
commit ce4817ea42
3 changed files with 5 additions and 9 deletions

View File

@@ -116,13 +116,11 @@ export default {
prop: 'mac',
show: true,
minWidth: 200,
sortable: 'custom'
}, {
label: this.$t('config.ipamip.asset'),
prop: 'asset',
show: true,
width: 200,
sortable: 'custom'
}, {
label: this.$t('overall.state'),
prop: 'state',