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
5d62be61
Commit
5d62be61
authored
May 19, 2021
by
Võ Quang Thành Đạt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix reset password user
parent
b11eb923
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
29 deletions
+6
-29
index.ts
src/i18n/vi/index.ts
+1
-1
User.ts
src/pages/nguoi-dung/User.ts
+5
-3
index.vue
src/pages/nguoi-dung/index.vue
+0
-25
No files found.
src/i18n/vi/index.ts
View file @
5d62be61
...
...
@@ -123,7 +123,7 @@ export default {
confirmDeleteUserCancelBtnLabel
:
'Huỷ'
,
confirmDeleteUserContent
:
'Bạn có chắc muốn xoá tài khoản'
,
confirmResetPasswordContent
:
'Bạn có muốn reset về mật khẩu
: 123@123a
cho người dùng này không'
,
'Bạn có muốn reset về mật khẩu
"123@123a"
cho người dùng này không'
,
},
actionMessages
:
{
addNewUserAccess
:
'Thêm tài khoản thành công'
,
...
...
src/pages/nguoi-dung/User.ts
View file @
5d62be61
...
...
@@ -250,9 +250,11 @@ export default defineComponent({
title
:
i18n
.
global
.
t
(
'userPage.confirmActionsTitle.confirmDeleteUserTitle'
),
message
:
i18n
.
global
.
t
(
'userPage.confirmActionsTitle.confirmResetPasswordContent'
),
// message: i18n.global.t(
// 'userPage.confirmActionsTitle.confirmResetPasswordContent'
// ),
message
:
'Bạn có muốn reset về mật khẩu "123@123a" cho người dùng này không'
,
cancel
:
i18n
.
global
.
t
(
'userPage.confirmActionsTitle.confirmDeleteUserCancelBtnLabel'
),
...
...
src/pages/nguoi-dung/index.vue
View file @
5d62be61
...
...
@@ -43,31 +43,6 @@
hide-pagination
:no-data-label=
"$t('emptyData')"
>
<!--
<template
v-slot:top
>
<q-th
class=
"full-width"
>
<div
class=
"row"
>
<div
class=
"col-auto text-h6 text-weight-regular flex flex-center q-mr-md"
>
</div>
<q-separator
vertical
spaced
/>
<div
class=
"col-5 q-ml-md"
>
<q-input
v-model=
"keyword"
placeholder=
"Tìm kiếm"
></q-input>
</div>
<q-space></q-space>
<div
class=
"col-auto flex flex-center"
>
<q-btn
@
click=
"openAddUserDialog"
:label=
"$t('crudActions.add')"
no-caps
style=
"width: 100px"
color=
"primary"
></q-btn>
</div>
</div>
</q-th>
</
template
>
-->
<template
v-slot:body-cell-status=
"rowData"
>
<q-td>
<div
align=
"center"
>
...
...
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