| src/views/tickets/orderLog.vue | ●●●●● patch | view | raw | blame | history |
src/views/tickets/orderLog.vue
@@ -176,7 +176,6 @@ >审核</el-button > </template> <template v-if=" (userInfo.user_id == row.create_user || hasRecallPaddingBtnPermission()) && @@ -1249,6 +1248,7 @@ hasRecallPaddingBtnPermission() { // undefined 或 false 都返回 false,只有 true 返回 true // console.log('权限检查:', this.permission) // 智飞工单撤回 return this.permission && this.permission.order_log_recall === true; }, //驳回按钮权限