|
|
|
|
@ -76,7 +76,7 @@ type="success" plain @click="handleExport" :loading="exportLoading"
|
|
|
|
|
<ContentWrap>
|
|
|
|
|
<el-table
|
|
|
|
|
ref="tableRef" v-loading="loading" :data="list" :stripe="true" :show-overflow-tooltip="true"
|
|
|
|
|
highlight-current-row row-key="id" @selection-change="handleSelectionChange">
|
|
|
|
|
highlight-current-row row-key="id" @selection-change="handleSelectionChange" @row-click="handleShowAttribute">
|
|
|
|
|
<el-table-column type="selection" width="55" reserve-selection />
|
|
|
|
|
<el-table-column :label="t('DataCollection.DeviceModel.code')" align="center" prop="code" />
|
|
|
|
|
<el-table-column :label="t('DataCollection.DeviceModel.name')" align="center" prop="name" />
|
|
|
|
|
|