Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Dung Diego
/
ocr-tool
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Authored by
Dung Diego
2026-07-16 14:04:56 +0700
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Commit
43aa16b7981d8aa56b9116d41c24d27905872d03
43aa16b7
1 parent
c556d046
up
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
resources/views/dashboard.blade.php
resources/views/dashboard.blade.php
View file @
43aa16b
...
...
@@ -56,12 +56,12 @@
<span>
@{{ key }} @{{ value }}
</span>
</div>
</div>
<div
class=
"row mt-3"
v-if=
"table
s
.length"
>
<div
class=
"row mt-3"
v-if=
"table.length"
>
<div
class=
"col"
>
<table>
<thead>
<tr>
<th
v-for=
"(value, key) in table
s
[0]"
:key=
"key"
>
<th
v-for=
"(value, key) in table[0]"
:key=
"key"
>
@{{ key }}
</th>
</tr>
...
...
@@ -69,7 +69,7 @@
<tbody>
<tr
v-for=
"(item, index) in items"
:key=
"index"
>
<td
v-for=
"(value, key) in table
s
[0]"
:key=
"key"
>
<td
v-for=
"(value, key) in table[0]"
:key=
"key"
>
@{{ item[key] }}
</td>
</tr>
...
...
Please
register
or
sign in
to post a comment