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