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

Loading…
Cancel
Save