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:21 +0700
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Commit
c556d0466f54f30118f791fc216b70647005a573
c556d046
1 parent
10f3e064
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 @
c556d04
...
...
@@ -56,12 +56,12 @@
<span>
@{{ key }} @{{ value }}
</span>
</div>
</div>
<div
class=
"row mt-3"
>
<div
class=
"row mt-3"
v-if=
"tables.length"
>
<div
class=
"col"
>
<table>
<thead>
<tr>
<th
v-for=
"(value, key) in
item
s[0]"
:key=
"key"
>
<th
v-for=
"(value, key) in
table
s[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
item
s[0]"
:key=
"key"
>
<td
v-for=
"(value, key) in
table
s[0]"
:key=
"key"
>
@{{ item[key] }}
</td>
</tr>
...
...
Please
register
or
sign in
to post a comment