pull/1664/head
Tuğçe Küçükoğlu 2021-10-12 17:02:22 +03:00
commit 25daf5fbbb
1 changed files with 1 additions and 1 deletions

View File

@ -338,7 +338,7 @@ export default {
const onRowEditSave = (event) => {
let { newData, index } = event;
products2[index] = newData;
products2.value[index] = newData;
};
const getStatusLabel = (status) => {
switch(status) {