refactor: bind view
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 8s

This commit is contained in:
Thanaphon Frappet 2025-03-10 17:28:31 +07:00
parent bfa0571e0b
commit 3b6bae7ace

View file

@ -533,7 +533,12 @@ watch([() => pageState.inputSearch, propertyPageSize], () => {
dense
round
flat
@click.stop="() => {}"
@click.stop="
() => {
assignFormData(props.row);
triggerDialog('view');
}
"
/>
<KebabAction
:id-name="props.row.name"
@ -624,7 +629,12 @@ watch([() => pageState.inputSearch, propertyPageSize], () => {
dense
round
flat
@click.stop="() => {}"
@click.stop="
() => {
assignFormData(props.row);
triggerDialog('view');
}
"
/>
<KebabAction
:id-name="props.row.id"