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