Browse Source

恢复umyTable(目的:同步master新修改)

faster_AG_grid
安虹睿 10 months ago
parent
commit
f6e5e4eb26
  1. 31
      PC/InterFace.Dash/src/components/tablePagination/index.vue

31
PC/InterFace.Dash/src/components/tablePagination/index.vue

@ -42,35 +42,12 @@
></rowDrop>
<!-- 列表 -->
<div class="uTableOuter" ref="uTableOuterRef" :style="{height:uTableOuterHeight + 'px',overflow:'hidden'}">
<AGTable
<!-- <AGTable
ref="tablePaginationTableRef"
:setUTableHeight="uTableTopHeight"
:agGridBtnName="'agGridBtn'"
></AGTable>
<!-- <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
></AGTable> -->
<umyTable
ref="tablePaginationTableRef"
:isUpdate="isUpdate"
:tableLoading="tableLoading"
@ -94,7 +71,7 @@
<template>
<slot></slot>
</template>
</umyTable> -->
</umyTable>
</div>
<!-- 页码 -->
<pagination

Loading…
Cancel
Save