|
@@ -38,8 +38,8 @@
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
</el-form>
|
|
|
- <el-table v-loading="loading" :data="tableData" @selection-change="handleSelectionChange">
|
|
|
- <el-table-column type="selection" width="55" />
|
|
|
+ <el-table v-loading="loading" :data="tableData" row-key="boxId" @selection-change="handleSelectionChange">
|
|
|
+ <el-table-column type="selection" width="55" :reserve-selection="true" />
|
|
|
<el-table-column label="盲票ID" prop="boxId" min-width="90" />
|
|
|
<el-table-column label="盲票图片" prop="picUrl" align="center" width="80">
|
|
|
<template slot-scope="{row}">
|