|
@@ -5,12 +5,13 @@
|
|
|
<Filter @update="update"></Filter>
|
|
<Filter @update="update"></Filter>
|
|
|
<contextMenu :contextMenuList="forDataBtn">
|
|
<contextMenu :contextMenuList="forDataBtn">
|
|
|
<a-table :columns="columns"
|
|
<a-table :columns="columns"
|
|
|
- class="topTable hiddenFirstCol"
|
|
|
|
|
|
|
+ class="topOrderTable hiddenFirstCol"
|
|
|
:pagination="false"
|
|
:pagination="false"
|
|
|
:expandedRowKeys="expandedRowKeys"
|
|
:expandedRowKeys="expandedRowKeys"
|
|
|
:customRow="Rowclick"
|
|
:customRow="Rowclick"
|
|
|
rowKey="key"
|
|
rowKey="key"
|
|
|
- :data-source="tableList">
|
|
|
|
|
|
|
+ :data-source="tableList"
|
|
|
|
|
+ :scroll="{ x: '100%', y: 'calc(100vh - 163px)' }">
|
|
|
</a-table>
|
|
</a-table>
|
|
|
</contextMenu>
|
|
</contextMenu>
|
|
|
</div>
|
|
</div>
|