#23 fix: comment add customer button.

This commit is contained in:
Mono Mono 2025-08-30 16:08:31 -05:00
parent 3fdfc3c883
commit c8460c8e81
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
required required
class="mr-4" class="mr-4"
></v-autocomplete> ></v-autocomplete>
<v-btn color="primary" @click="openModal">Agregar Cliente</v-btn> <!-- <v-btn color="primary" @click="openModal">Agregar Cliente</v-btn> -->
<CreateCustomerModal ref="customerModal" @customerCreated="handleNewCustomer"/> <CreateCustomerModal ref="customerModal" @customerCreated="handleNewCustomer"/>
</v-col> </v-col>
<v-col lg="4"> <v-col lg="4">

View File

@ -16,7 +16,7 @@
required required
class="mr-4" class="mr-4"
></v-autocomplete> ></v-autocomplete>
<v-btn color="primary" @click="openModal">Agregar Cliente</v-btn> <!--<v-btn color="primary" @click="openModal">Agregar Cliente</v-btn>-->
<CreateCustomerModal ref="customerModal" @customerCreated="handleNewCustomer"/> <CreateCustomerModal ref="customerModal" @customerCreated="handleNewCustomer"/>
</v-col> </v-col>
<v-col lg="4"> <v-col lg="4">