refactor: add id for robot
This commit is contained in:
parent
3bda1bd620
commit
2f706f879b
5 changed files with 26 additions and 6 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue