Bootstrap

vue + element ui table表格多选改单选

<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&
;