refactor: add id
This commit is contained in:
parent
0d22b766af
commit
0d360fdbde
4 changed files with 27 additions and 12 deletions
|
|
@ -636,6 +636,7 @@ watch([() => pageState.inputSearch, workflowPageSize], () => {
|
|||
<q-td style="width: 20%" class="text-right">
|
||||
<q-btn
|
||||
icon="mdi-eye-outline"
|
||||
:id="`btn-eye-${props.row.name}`"
|
||||
size="sm"
|
||||
dense
|
||||
round
|
||||
|
|
@ -648,7 +649,7 @@ watch([() => pageState.inputSearch, workflowPageSize], () => {
|
|||
"
|
||||
/>
|
||||
<KebabAction
|
||||
:id-name="props.row.id"
|
||||
:id-name="props.row.name"
|
||||
:status="props.row.status"
|
||||
@view="
|
||||
() => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue