refactor: edit id use name
This commit is contained in:
parent
1940f914ee
commit
11a3177e35
1 changed files with 2 additions and 2 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue