| | |
| | | </div> |
| | | <a-row :gutter="24"> |
| | | <a-col :md="16" :sm="12"> |
| | | <a-table ref="table" :scroll="{ x: true, y: true }" size="middle" rowKey="id" bordered :columns="columns" |
| | | <a-table ref="table" size="middle" rowKey="id" bordered :columns="columns" |
| | | :dataSource="dataSource" :pagination="false" :rowSelection="rowSelection" :loading="loading" |
| | | @change="handleTableChange"> |
| | | <template slot="equipmentPhoto" slot-scope="text,record"> |
| | |
| | | width: 120, |
| | | ellipsis: true |
| | | }, |
| | | { |
| | | title: '资产编码', |
| | | align: 'center', |
| | | dataIndex: 'assetNumber', |
| | | width: 120 |
| | | }, |
| | | |
| | | { |
| | | title: '特种设备', |
| | | align: 'center', |