|
@ -42,35 +42,12 @@ |
|
|
></rowDrop> |
|
|
></rowDrop> |
|
|
<!-- 列表 --> |
|
|
<!-- 列表 --> |
|
|
<div class="uTableOuter" ref="uTableOuterRef" :style="{height:uTableOuterHeight + 'px',overflow:'hidden'}"> |
|
|
<div class="uTableOuter" ref="uTableOuterRef" :style="{height:uTableOuterHeight + 'px',overflow:'hidden'}"> |
|
|
<AGTable |
|
|
<!-- <AGTable |
|
|
ref="tablePaginationTableRef" |
|
|
ref="tablePaginationTableRef" |
|
|
:setUTableHeight="uTableTopHeight" |
|
|
:setUTableHeight="uTableTopHeight" |
|
|
:agGridBtnName="'agGridBtn'" |
|
|
:agGridBtnName="'agGridBtn'" |
|
|
></AGTable> |
|
|
></AGTable> --> |
|
|
<!-- <umyTable |
|
|
<umyTable |
|
|
:isUpdate="isUpdate" |
|
|
|
|
|
:tableLoading="tableLoading" |
|
|
|
|
|
:tableData="tableData" |
|
|
|
|
|
:tableColumns="tableColumns | isTableColumns" |
|
|
|
|
|
:isShowIndex="isShowIndex" |
|
|
|
|
|
:selectionTable="tableSelection" |
|
|
|
|
|
@sortChange="sortChange" |
|
|
|
|
|
@handleSelectionChange="handleSelectionChange" |
|
|
|
|
|
@inlineDialog="inlineDialog" |
|
|
|
|
|
:buttonOperationList_left="buttonOperationList_left" |
|
|
|
|
|
@buttonOperationClick_left="buttonOperationClick_left" |
|
|
|
|
|
:buttonOperationList_right="buttonOperationList_right" |
|
|
|
|
|
@buttonOperationClick_right="buttonOperationClick_right" |
|
|
|
|
|
:tableBorder="true" |
|
|
|
|
|
:firstFixed="true" |
|
|
|
|
|
:cellStyle = "cellStyle" |
|
|
|
|
|
:showOverflowTooltip="showOverflowTooltip" |
|
|
|
|
|
> |
|
|
|
|
|
<template> |
|
|
|
|
|
<slot></slot> |
|
|
|
|
|
</template> |
|
|
|
|
|
</umyTable> --> |
|
|
|
|
|
<!-- <umyTable |
|
|
|
|
|
ref="tablePaginationTableRef" |
|
|
ref="tablePaginationTableRef" |
|
|
:isUpdate="isUpdate" |
|
|
:isUpdate="isUpdate" |
|
|
:tableLoading="tableLoading" |
|
|
:tableLoading="tableLoading" |
|
@ -94,7 +71,7 @@ |
|
|
<template> |
|
|
<template> |
|
|
<slot></slot> |
|
|
<slot></slot> |
|
|
</template> |
|
|
</template> |
|
|
</umyTable> --> |
|
|
</umyTable> |
|
|
</div> |
|
|
</div> |
|
|
<!-- 页码 --> |
|
|
<!-- 页码 --> |
|
|
<pagination |
|
|
<pagination |
|
|