fix: 部分列表排序失效

This commit is contained in:
chenjianxing 2021-04-28 20:32:12 +08:00 committed by jianxing
parent be0f0855cc
commit 7d292a75a8
4 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -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"
> >

View File

@ -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">

View File

@ -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"
> >