Loading ui/src/components/ImpressionRequestProcessComponent.vue +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> Loading Loading @@ -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> Loading Loading
ui/src/components/ImpressionRequestProcessComponent.vue +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> Loading Loading @@ -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> Loading