Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
quasar-web-base
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nguyễn Hải Sơn
quasar-web-base
Commits
32dc7933
Commit
32dc7933
authored
May 06, 2021
by
Võ Quang Thành Đạt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix avatar
parent
54b4064c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
35 additions
and
23 deletions
+35
-23
index.vue
src/pages/nghe-sy/index.vue
+35
-23
No files found.
src/pages/nghe-sy/index.vue
View file @
32dc7933
...
...
@@ -69,30 +69,42 @@
separator=
"cell"
hide-pagination
>
<template
v-slot:body-cell-a
ction=
"item
"
>
<template
v-slot:body-cell-a
vatar=
"avatar
"
>
<q-td
style=
"padding: 0"
class=
"flex flex-center"
>
<q-btn
flat
round
color=
"primary"
icon=
"mdi-account-edit-outline"
:to=
"`/nghe-sy/cap-nhat-thong-tin-nghe-sy/$
{item.row.id}`"
>
<q-tooltip
:offset=
"[20, 10]"
>
{{
$t
(
'userPage.toolTipMessage.updateUserInfo'
)
}}
</q-tooltip>
</q-btn>
<q-btn
flat
round
color=
"primary"
icon=
"mdi-delete"
@
click=
"confirmDeleteArtist(item.row.id)"
>
<q-tooltip
:offset=
"[20, 10]"
>
{{
$t
(
'managingUnit.toolTipMessage.delete'
)
}}
</q-tooltip>
</q-btn>
<q-img
style=
"width: 7rem"
fit=
"contain"
:ratio=
"16 / 9"
:src=
"avatar.row.avatar"
></q-img>
</q-td>
</
template
>
<
template
v-slot:body-cell-action=
"item"
>
<q-td
style=
"padding: 0"
>
<div
align=
"center"
>
<q-btn
flat
round
color=
"primary"
icon=
"mdi-account-edit-outline"
:to=
"`/nghe-sy/cap-nhat-thong-tin-nghe-sy/$
{item.row.id}`"
>
<q-tooltip
:offset=
"[20, 10]"
>
{{
$t
(
'userPage.toolTipMessage.updateUserInfo'
)
}}
</q-tooltip>
</q-btn>
<q-btn
flat
round
color=
"primary"
icon=
"mdi-delete"
@
click=
"confirmDeleteArtist(item.row.id)"
>
<q-tooltip
:offset=
"[20, 10]"
>
{{
$t
(
'managingUnit.toolTipMessage.delete'
)
}}
</q-tooltip>
</q-btn>
</div>
</q-td>
</
template
>
</q-table>
...
...
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