This commit is contained in:
2025-03-05 08:35:04 +08:00
parent cf69601496
commit 46c130806c

View File

@@ -59,8 +59,8 @@
<div>报废数: {{ statistics.totalBaofeiNumber }}</div>
</div>
<!-- 数据区域 -->
<vxe-table size="mini" ref="xTable" border height="860px" :scroll-y="{ gt: 500 }" :data="dataList"
:loading="loading" :row-config="{ isHover: true, isCurrent: true, height: 60 }"
<vxe-table size="mini" ref="xTable" border height="860px" :data="dataList" :loading="loading"
:row-config="{ isHover: true, isCurrent: true, height: 60 }" :scroll-y="{ enabled: true, gt: 0 }"
:column-config="{ resizable: true }" :header-cell-style="headerCellStyle" :export-config="exportConfig"
:merge-cells="mergeCells" :cell-style="cellStyle" @menu-click="contextMenuClickEvent"
:menu-config="tableMenu">