This commit is contained in:
nasir@endelospay.com
2024-06-07 04:02:32 +05:00
parent bff5e31c09
commit e024a459c0
10 changed files with 624 additions and 14 deletions

View File

@@ -241,8 +241,8 @@ const save = async () => {
list_two_title: defaultItem.value.list_two_title,
price: defaultItem.value.price,
currency: currencySign.value,
excel:'', //ecelData,
image:''//imageBase64.value
excel:'',//ecelData,
image:imageBase64.value
})
}
@@ -299,8 +299,8 @@ const update = async () => {
list_two_title: editedItem.value.list_two_title,
price: editedItem.value.price,
currency: currencySign.value,
excel:'', //ecelData,
image:''//imageBase64.value
excel:'',//ecelData,
image:imageBase64.value
})
}
@@ -393,7 +393,7 @@ onMounted(() => {
outlined
/>
</VCol>
</VRow>
</VRow>
</VCardText>
<VDataTable
:headers="headers"