|  |  | 
 |  |  |                       stripe:true | 
 |  |  |                       @sort-change="sortChange"> | 
 |  |  |                 <el-table-column | 
 |  |  |                         prop="writeoffTime" | 
 |  |  |                         label="核销时间" | 
 |  |  |                         prop="receiveName" | 
 |  |  |                         label="中奖者" | 
 |  |  |                         show-overflow-tooltip> | 
 |  |  |                 </el-table-column> | 
 |  |  |                 <el-table-column | 
 |  |  |                         prop="writeoffUser" | 
 |  |  |                         label="核销员" | 
 |  |  |                         show-overflow-tooltip> | 
 |  |  |                 </el-table-column> | 
 |  |  |                 <el-table-column | 
 |  |  |                         label="兑奖码" | 
 |  |  |                         show-overflow-tooltip> | 
 |  |  |                     <template slot-scope="scope"> | 
 |  |  |                         <span v-if="scope.row.state == 3">{{scope.row.writeoffCode}}</span> | 
 |  |  |                     </template> | 
 |  |  |                 </el-table-column> | 
 |  |  |                 <el-table-column | 
 |  |  |                         prop="actName" | 
 |  |  | 
 |  |  |                         <span v-if="scope.row.state == 1">待兑换</span> | 
 |  |  |                         <span v-if="scope.row.state == 2">待发货</span> | 
 |  |  |                         <span v-if="scope.row.state == 3">已兑换</span> | 
 |  |  |                         <span v-if="scope.row.state == 4">已失效</span> | 
 |  |  |                     </template> | 
 |  |  |                 </el-table-column> | 
 |  |  |                 <el-table-column | 
 |  |  | 
 |  |  |                     </template> | 
 |  |  |                 </el-table-column> | 
 |  |  |                 <el-table-column | 
 |  |  |                         prop="receiveName" | 
 |  |  |                         label="中奖者" | 
 |  |  |                         prop="writeoffTime" | 
 |  |  |                         label="核销时间" | 
 |  |  |                         show-overflow-tooltip> | 
 |  |  |                 </el-table-column> | 
 |  |  |                 <el-table-column | 
 |  |  |                         prop="writeoffUser" | 
 |  |  |                         label="核销员" | 
 |  |  |                         show-overflow-tooltip> | 
 |  |  |                 </el-table-column> | 
 |  |  |                 <el-table-column | 
 |  |  |                         label="兑奖码" | 
 |  |  |                         show-overflow-tooltip> | 
 |  |  |                     <template slot-scope="scope"> | 
 |  |  |                         <span v-if="scope.row.state == 3">{{scope.row.writeoffCode}}</span> | 
 |  |  |                     </template> | 
 |  |  |                 </el-table-column> | 
 |  |  |                 <el-table-column | 
 |  |  |                         prop="receiveAddress" | 
 |  |  |                         label="收货地址" | 
 |  |  |                         show-overflow-tooltip> |