无人机管理后台前端(已迁走)
张含笑
2025-05-15 53abbe71cc12744523bc2db27ead4dda4e30e91e
feat:添加空状态
1 files modified
6 ■■■■ changed files
src/views/tickets/orderLog.vue 6 ●●●● patch | view | raw | blame | history
src/views/tickets/orderLog.vue
@@ -176,15 +176,14 @@
                    >审核</el-button
                  >
                </template>
                <template
                 <template
                  v-if="
                    (userInfo.user_id == row.create_user || hasRecallPaddingBtnPermission()) &&
                    row.status == 1
                  "
                >
                  <!--待审核状态-->
                  <el-button type="text" icon="el-icon-warning" @click="orderLogRecall(row.id)"
                  <el-button  type="text" icon="el-icon-warning" @click="orderLogRecall(row.id)"
                    >撤回</el-button
                  >
                </template>
@@ -1249,6 +1248,7 @@
    hasRecallPaddingBtnPermission() {
      // undefined 或 false 都返回 false,只有 true 返回 true
      // console.log('权限检查:', this.permission)
      // 智飞工单撤回
      return this.permission && this.permission.order_log_recall === true;
    },
    //驳回按钮权限