|
|
@@ -69,11 +69,11 @@ |
|
|
|
|
|
|
|
<template #operation="{ scope }"> |
|
|
|
<!-- 审核转移到订单领取审核 --> |
|
|
|
<el-button style="margin: 10px 5px;" |
|
|
|
<!-- <el-button style="margin: 10px 5px;" |
|
|
|
v-if="'6' == scope.row.orderStep && scope.row.orderStatus != 99999 && IsPermission(route, 'AUDIT_LIST') && channelOperationAuthority(scope.row.agencyId)" |
|
|
|
type="success" size="small" @click="audit(scope.$index, scope.row, true)"> |
|
|
|
审核 |
|
|
|
</el-button> |
|
|
|
</el-button> --> |
|
|
|
<el-button style="margin: 10px 5px;" v-if="IsPermission(route, 'INFO_LIST')" type="warning" size="small" |
|
|
|
@click="audit(scope.$index, scope.row, false)"> |
|
|
|
详情 |