yangpeilai преди 1 ден
родител
ревизия
111945d589
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1
    1
      src/views/onlineBusinessHall/assOrderInfoBusinessAudit/index.vue

+ 1
- 1
src/views/onlineBusinessHall/assOrderInfoBusinessAudit/index.vue Целия файл

@@ -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')

Loading…
Отказ
Запис