|
|
@ -35,7 +35,7 @@ |
|
|
|
width="120" |
|
|
|
> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<div v-if="scope.row.id"> |
|
|
|
<div v-if="scope.row.id&&!isPrint"> |
|
|
|
<p @click="moveHandle(scope.$index,1, scope.row.os)"><i class="el-icon-back" /></p> |
|
|
|
<p style="margin-top: 5px" @click="moveHandle(scope.$index,2, scope.row.od)"><i class="el-icon-back" style="transform: rotateY(180deg)" /></p> |
|
|
|
</div> |
|
|
|