|
|
@@ -3,7 +3,7 @@
|
|
|
<Search :selectedRowKeys="state.selectedRowKeys" :onClickDelete="onClickBatchDelete" :onClickSearch="onClickSearch"
|
|
|
:onClickReset="onClickReset" />
|
|
|
<div class="deviceList-table">
|
|
|
- <a-table :scroll="{ x: '100%', y: 500 }" rowKey="device_sn"
|
|
|
+ <a-table :scroll="{ x: '100%', y: 500 }" childrenColumnName="null" rowKey="device_sn"
|
|
|
:loading="state.listLoading" :columns="columns" :dataSource="state.list" @change="refreshData"
|
|
|
:rowClassName="rowClassName" :pagination="paginationConfig" :rowSelection="rowSelection">
|
|
|
<!-- 设备型号 -->
|