#6896 Order migration #525
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix-front#525
Loading…
Reference in New Issue
No description provided.
Delete Branch "6896_Order_End"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -129,27 +108,18 @@ const onClientChange = async (clientId) => {
};
async function onDataSaved(data) {
Si es solo el id puedes.
A. desestructurar el parámetro de la función
B. Reemplazar data por id y en la llamada hacer row.id
@ -243,1 +256,3 @@
</QTable>
<template #column-image="{ row }">
<div class="image-wrapper">
<VnImg :id="parseInt(row?.item?.image)" class="rounded" />
why?