refactor: add id for robot
This commit is contained in:
parent
3bda1bd620
commit
2f706f879b
5 changed files with 26 additions and 6 deletions
|
|
@ -37,6 +37,7 @@ const props = withDefaults(
|
|||
flat
|
||||
v-close-popup
|
||||
@click="() => ($emit('update:open', !open))"
|
||||
id="dialogDeleteClose"
|
||||
/>
|
||||
|
||||
<q-btn
|
||||
|
|
@ -45,6 +46,7 @@ const props = withDefaults(
|
|||
label="ลบ"
|
||||
class="text-red"
|
||||
@click="() => $emit('confirm')"
|
||||
id="dialogDeleteConfirm"
|
||||
/>
|
||||
</q-card-actions>
|
||||
</q-card>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue