提交 7d292a75 编写于 作者: C chenjianxing 提交者: jianxing

fix: 部分列表排序失效

上级 be0f0855
......@@ -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"
>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册