zhaowei
9 天以前 3db6d5c4d17ab9942a5c89a167c1f06ca485f355
src/components/tools/EquipmentSelection.vue
@@ -38,7 +38,7 @@
      </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">
@@ -99,13 +99,6 @@
          width: 120,
          ellipsis: true
        },
        {
          title: '资产编码',
          align: 'center',
          dataIndex: 'assetNumber',
          width: 120
        },
        {
          title: '特种设备',
          align: 'center',