无人机管理后台前端(已迁走)
张含笑
2025-05-21 c5b36d864a88aee1b1f4e01766132990380f932c
feat:智飞工单权限管理调整
1 files modified
11 ■■■■ changed files
src/views/tickets/orderLog.vue 11 ●●●● patch | view | raw | blame | history
src/views/tickets/orderLog.vue
@@ -176,14 +176,13 @@
                    >审核</el-button
                  >
                </template>
                 <template
                  v-if="
                <!-- v-if="
                    (userInfo.user_id == row.create_user || hasRecallPaddingBtnPermission()) &&
                    row.status == 1
                  "
                >
                  " -->
                <template v-if="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>
@@ -1560,7 +1559,7 @@
    & > ::v-deep(.el-button) {
      flex: 1;
      max-width: 44px;
      margin-right: 10px;
      &:nth-child(4n) {
        margin-left: 0;
      }