fix: 部分列表排序失效
This commit is contained in:
parent
be0f0855cc
commit
7d292a75a8
|
@ -14,6 +14,7 @@
|
|||
:total="total" enableSelection
|
||||
:screenHeight="screenHeight"
|
||||
operator-width="170px"
|
||||
@refresh="initTable"
|
||||
ref="apitable">
|
||||
<template v-for="(item, index) in tableLabel">
|
||||
<ms-table-column
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
<ms-table :data="tableData" :select-node-ids="selectNodeIds" :condition="condition" :page-size="pageSize"
|
||||
:total="total" enableSelection
|
||||
:screenHeight="screenHeight"
|
||||
@refresh="initTable"
|
||||
operator-width="170px"
|
||||
ref="table"
|
||||
>
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
:total="total" enableSelection
|
||||
:batch-operators="buttons" :screenHeight="screenHeight"
|
||||
operator-width="170px"
|
||||
@refresh="initTable"
|
||||
ref="caseTable"
|
||||
>
|
||||
<template v-for="(item, index) in tableLabel">
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
:total="total" enableSelection
|
||||
:batch-operators="trashEnable ? trashButtons : buttons" :screenHeight="screenHeight"
|
||||
:operators="tableOperatorButtons" operator-width="170px"
|
||||
@refresh="initTable"
|
||||
@openCustomHeader="customHeader"
|
||||
ref="apiDefinitionTable"
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue