Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
P
ptarpwatraining
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
training
ptarpwatraining
Commits
fb89ab48
Commit
fb89ab48
authored
May 05, 2021
by
Azrul Amir
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update borrow page
parent
688023ef
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
borrow.vue
src/pages/borrow.vue
+8
-1
No files found.
src/pages/borrow.vue
View file @
fb89ab48
...
@@ -2,7 +2,10 @@
...
@@ -2,7 +2,10 @@
<q-page
padding
>
<q-page
padding
>
<div
class=
"q-pa-md"
>
<div
class=
"q-pa-md"
>
<q-banner
dense
inline-actions
class=
"text-white bg-blue font-tajuk"
>
<q-banner
dense
inline-actions
class=
"text-white bg-blue font-tajuk"
>
<div
class=
"font-tajuk text-h6"
>
<div
v-if=
"user.fullname"
class=
"font-tajuk text-h7 ellipsis"
>
Borrow History for
{{
user
.
fullname
}}
</div>
<div
v-if=
"!user.fullname"
class=
"font-tajuk text-h7"
>
Borrow History
Borrow History
</div>
</div>
</q-banner>
</q-banner>
...
@@ -53,6 +56,7 @@
...
@@ -53,6 +56,7 @@
</template>
</template>
<
script
>
<
script
>
import
{
mapGetters
}
from
"vuex"
export
default
{
export
default
{
data
()
{
data
()
{
return
{
return
{
...
@@ -76,6 +80,9 @@ export default {
...
@@ -76,6 +80,9 @@ export default {
],
],
data
:
[]
data
:
[]
}
}
},
computed
:
{
...
mapGetters
(
"user"
,
[
"user"
]),
},
},
methods
:
{
methods
:
{
findFines
()
{
findFines
()
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment