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:03:15 +0700
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Commit
10f3e064642091b7dc762dbe00e68dc0ed723ca5
10f3e064
1 parent
4d5852f0
up
Show 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 @
10f3e06
...
...
@@ -53,7 +53,7 @@
</div></div>
<div
class=
"row mt-3"
>
<div
class=
"col"
v-for=
"(value, key) in order"
>
<span>
{{ key }}
{{ value }}
</span>
<span>
@{{ key }} @
{{ value }}
</span>
</div>
</div>
<div
class=
"row mt-3"
>
...
...
@@ -62,7 +62,7 @@
<thead>
<tr>
<th
v-for=
"(value, key) in items[0]"
:key=
"key"
>
{{ key }}
@
{{ key }}
</th>
</tr>
</thead>
...
...
@@ -70,7 +70,7 @@
<tbody>
<tr
v-for=
"(item, index) in items"
:key=
"index"
>
<td
v-for=
"(value, key) in items[0]"
:key=
"key"
>
{{ item[key] }}
@
{{ item[key] }}
</td>
</tr>
</tbody>
...
...
Please
register
or
sign in
to post a comment