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" :data="tableData"
:height="height" :height="height"
border border
:default-sort="orderBy"
@header-dragend="dragend" @header-dragend="dragend"
@sort-change="tableDataSort" @sort-change="tableDataSort"
@selection-change="selectionChange" @selection-change="selectionChange"

View File

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

View File

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