Verified Commit 5bb8de6a authored by Grégor JOUET's avatar Grégor JOUET 🔧
Browse files

Always cloture

parent 8c927c82
Loading
Loading
Loading
Loading
Loading
+116 −106
Original line number Diff line number Diff line
<template>
    <div>
      <v-stepper v-model="this.stepper_step">
          <v-stepper-header>
              <v-stepper-step :color="stepper_color(1)" :complete="this.status > 0 && this.status < 10 || this.status == 11" :rules="[() => this.status != 10]" step="1">Approbation initiale</v-stepper-step>
@@ -127,6 +128,15 @@
          </v-stepper-items>

      </v-stepper>
      <div>
        <p>Actions globales</p>
        <v-card-actions>
          <v-btn color="grey" @click="close_request">
            Cloturer
          </v-btn>
        </v-card-actions>
      </div>
    </div>
</template>

<script>