|  |  | 
 |  |  |                 </el-table-column> | 
 |  |  |                 <el-table-column label="操作" width="200"> | 
 |  |  |                     <template slot-scope="scope"> | 
 |  |  |                         <el-button type="primary" v-if="scope.row.awardWay == 2 && scope.row.state == 1"  @click="jumpTologistics(scope.row)" size="mini">发货</el-button> | 
 |  |  |                         <el-button type="primary" v-if="scope.row.awardWay == 2 && scope.row.state == 2"  @click="jumpTologistics(scope.row)" size="mini">发货</el-button> | 
 |  |  |                         <el-button type="primary" v-if="scope.row.awardWay != 2 && scope.row.state == 1"  @click="jumpToWriteOff(scope.row)" size="mini">核销</el-button> | 
 |  |  |                         <el-button type="primary" @click="jumpToWriteOff(scope.row)" size="mini">查看</el-button> | 
 |  |  |  | 
 |  |  |                         <el-button type="primary" v-if="scope.row.awardWay == 2"  @click="jumpTologistics(scope.row)" size="mini">查看</el-button> | 
 |  |  |                         <el-button type="primary" v-if="scope.row.awardWay != 2"  @click="jumpToWriteOff(scope.row)" size="mini">查看</el-button> | 
 |  |  |                     </template> | 
 |  |  |                 </el-table-column> | 
 |  |  |  |