refactor: edit id use name

This commit is contained in:
Net 2024-09-09 16:31:32 +07:00
parent 1940f914ee
commit 11a3177e35

View file

@ -1279,7 +1279,7 @@ watch(currentHq, () => {
<q-td>
<KebabAction
:status="props.row.status"
:idName="props.row.code"
:idName="props.row.name"
@view="
if (props.row.isHeadOffice) {
triggerEdit(
@ -1404,7 +1404,7 @@ watch(currentHq, () => {
<template v-slot:action>
<KebabAction
:status="props.row.status"
:idName="props.row.code"
:idName="props.row.name"
@view="
if (props.row.isHeadOffice) {
triggerEdit(