refactor: edit layout ui input

This commit is contained in:
Net 2024-08-02 15:32:51 +07:00
parent 2be948dcfa
commit d1b9b95d97
3 changed files with 496 additions and 285 deletions

View file

@ -145,9 +145,10 @@ onMounted(() => {
@click.stop="
() => {
if (v.statusSave) {
$emit('remove', index , v.id );
$emit('remove', index, v.id);
} else {
close(index);
}
close(index);
}
"
/>