vue 后台管理批量确认
<div class="actions-row" style="display:flex;margin-bottom:20px; "> <el-button type="primary" @click="allConfirmation" :disabled="this.multipleSelections.length===0" >批量确认</el-button> </div> <!-- 表格 --> <el-collapse v-model="activeName"> <el-table :data="list" border stripe @selection-change="handleSelectionChanges" height="300" v-loading="loading1" ref="multipleTable" @sort-change="sortChange1" > <el-table-column type="selection" :selectable="checkboxT" width="55"></el-table-column> <el-table-column label="盘点单号" min-width="180px" type="stNo" show-overflow-tooltip sortable="custom" prop="stNo"