1
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user