refactor: add id for robot

This commit is contained in:
oat 2023-12-01 17:49:25 +07:00
parent 3bda1bd620
commit 2f706f879b
5 changed files with 26 additions and 6 deletions

View file

@ -184,7 +184,8 @@ async function submitFileForm(
{{ DEPT_NAME[currentDept] }}
</div>
<div class="grid q-mt-md">
<div v-for="value in currentFolder">
<div v-for="value in currentFolder" key="value.name">
{{ value.name }}
<div
:style="{
position: 'relative',