|
|
@ -127,7 +127,7 @@
|
|
|
|
</el-button
|
|
|
|
</el-button
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<el-button
|
|
|
|
<el-button
|
|
|
|
v-if="isSp ==110 && adminId == 1"
|
|
|
|
v-if="isSp ==110"
|
|
|
|
type="text"
|
|
|
|
type="text"
|
|
|
|
size="small"
|
|
|
|
size="small"
|
|
|
|
@click.native="generOrder(scope.row)"
|
|
|
|
@click.native="generOrder(scope.row)"
|
|
|
@ -145,7 +145,7 @@
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<el-button
|
|
|
|
<el-button
|
|
|
|
v-if="isSp ==110"
|
|
|
|
v-if="isSp ==110 && adminId == 1"
|
|
|
|
type="text"
|
|
|
|
type="text"
|
|
|
|
size="small"
|
|
|
|
size="small"
|
|
|
|
@click.native="rollback(scope.row)"
|
|
|
|
@click.native="rollback(scope.row)"
|
|
|
|