|
|
@@ -25,7 +25,7 @@ |
|
|
|
</template> |
|
|
|
|
|
|
|
<template #operation="{ scope }"> |
|
|
|
<el-button v-if="IsPermission(route, 'CANCEL_LIST') && scope.row.orderStatus === 'NORMAL'" type="warning" size="small" class="code-btn" @click="auditCancel(scope.row)">取消</el-button> |
|
|
|
<el-button v-if="IsPermission(route, 'CANCEL_LIST') && scope.row.orderStatus === 'NORMAL' && scope.row.orderStep !== 'COMPLETED'" type="warning" size="small" class="code-btn" @click="auditCancel(scope.row)">取消</el-button> |
|
|
|
<el-button v-if="IsPermission(route, 'INFO_LIST')" type="success" size="small" class="code-btn" @click="showInfo(scope.row)">详情</el-button> |
|
|
|
<el-button v-if="IsPermission(route, 'AUDIT_LIST') && scope.row.orderStatus === 'NORMAL' && scope.row.orderStep === 'WAITING_AUDIT' && |
|
|
|
(scope.row.orderType === 'USER_UPDATE' || scope.row.orderType === 'RELEASE_VEHICLE' || scope.row.orderType === 'CANCEL') |