fix: IPAM 和 IPAM IP 二级页面列表默认排序高亮

This commit is contained in:
@changcode
2022-03-18 17:17:06 +08:00
parent 61972c0472
commit 838c2a68e9
3 changed files with 3 additions and 0 deletions

View File

@@ -5,6 +5,7 @@
:data="tableData"
:height="height"
border
:default-sort="orderBy"
@header-dragend="dragend"
@sort-change="tableDataSort"
@selection-change="selectionChange"

View File

@@ -5,6 +5,7 @@
:data="tableData"
:height="height"
border
:default-sort="orderBy"
@header-dragend="dragend"
@sort-change="tableDataSort"
@selection-change="selectionChange"

View File

@@ -41,6 +41,7 @@
<template v-slot="slotProps">
<ipam-table
ref="dataTable"
:orderByFa="orderBy"
v-loading="tools.loading"
:loading="tools.loading"
:api="url"