<el-table
ref="multipleTable"
:data="LogisticstableData"
:header-cell-style="{background:'#eef1f6',color:'#909399'}"
border
style="width: 100%"
fixed
@select="select"
@row-click="rowClick"
@selection-change="selectionChange"
@select-all="onSelectAll"
stripe>
<el-table-column
type="selection&