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>
|
<q-td>
|
||||||
<KebabAction
|
<KebabAction
|
||||||
:status="props.row.status"
|
:status="props.row.status"
|
||||||
:idName="props.row.code"
|
:idName="props.row.name"
|
||||||
@view="
|
@view="
|
||||||
if (props.row.isHeadOffice) {
|
if (props.row.isHeadOffice) {
|
||||||
triggerEdit(
|
triggerEdit(
|
||||||
|
|
@ -1404,7 +1404,7 @@ watch(currentHq, () => {
|
||||||
<template v-slot:action>
|
<template v-slot:action>
|
||||||
<KebabAction
|
<KebabAction
|
||||||
:status="props.row.status"
|
:status="props.row.status"
|
||||||
:idName="props.row.code"
|
:idName="props.row.name"
|
||||||
@view="
|
@view="
|
||||||
if (props.row.isHeadOffice) {
|
if (props.row.isHeadOffice) {
|
||||||
triggerEdit(
|
triggerEdit(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue