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
012aca46
Commit
012aca46
authored
May 06, 2021
by
Võ Quang Thành Đạt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update style
parent
d2a0a98c
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
6 deletions
+14
-6
VabAccount.ts
src/components/artist-information/VAB-account/VabAccount.ts
+1
-1
AddAccountBankDialog.ts
...count/add-new-bank-account-dialog/AddAccountBankDialog.ts
+10
-2
index.ts
src/i18n/vi/index.ts
+3
-2
updateInformationArtist.ts
...ges/cap-nhat-thong-tin-nghe-sy/updateInformationArtist.ts
+0
-1
No files found.
src/components/artist-information/VAB-account/VabAccount.ts
View file @
012aca46
...
@@ -22,7 +22,7 @@ export default defineComponent({
...
@@ -22,7 +22,7 @@ export default defineComponent({
slide
.
value
=
value
-
1
;
slide
.
value
=
value
-
1
;
}
}
);
);
const
slide
=
ref
(
1
);
const
slide
=
ref
(
0
);
const
slideStory
=
ref
(
0
);
const
slideStory
=
ref
(
0
);
const
editor
=
ref
(
'Customize it.'
);
const
editor
=
ref
(
'Customize it.'
);
const
accountRules
=
[
const
accountRules
=
[
...
...
src/components/artist-information/bank-account/add-new-bank-account-dialog/AddAccountBankDialog.ts
View file @
012aca46
import
{
defineComponent
,
PropType
,
Ref
,
ref
}
from
'vue'
;
import
{
defineComponent
,
PropType
}
from
'vue'
;
import
{
i18n
}
from
'src/boot/i18n'
;
import
{
i18n
}
from
'src/boot/i18n'
;
import
{
BankAccountType
}
from
'src/assets/type'
;
import
{
BankAccountType
}
from
'src/assets/type'
;
...
@@ -54,7 +54,15 @@ export default defineComponent({
...
@@ -54,7 +54,15 @@ export default defineComponent({
'artist.dialogLabel.validateMessages.errorIsDefault'
'artist.dialogLabel.validateMessages.errorIsDefault'
),
),
});
});
}
else
context
.
emit
(
'addNewBankAccount'
);
}
else
{
Notify
.
create
({
type
:
'positive'
,
message
:
i18n
.
global
.
t
(
'artist.dialogLabel.validateMessages.addAccess'
),
});
context
.
emit
(
'addNewBankAccount'
);
}
};
};
return
{
return
{
defaultStatus
,
defaultStatus
,
...
...
src/i18n/vi/index.ts
View file @
012aca46
...
@@ -359,7 +359,7 @@ export default {
...
@@ -359,7 +359,7 @@ export default {
addArtist
:
'Thêm nghệ sỹ'
,
addArtist
:
'Thêm nghệ sỹ'
,
updateArtist
:
'Cập nhật nghệ sỹ'
,
updateArtist
:
'Cập nhật nghệ sỹ'
,
addAccountBank
:
'Thêm tài khoản ngân hàng'
,
addAccountBank
:
'Thêm tài khoản ngân hàng'
,
addHotProduct
:
'Thêm sản phẩm nổi bật'
addHotProduct
:
'Thêm sản phẩm nổi bật'
,
},
},
fieldLabels
:
{
fieldLabels
:
{
accountNumber
:
'Mã thẻ'
,
accountNumber
:
'Mã thẻ'
,
...
@@ -373,7 +373,8 @@ export default {
...
@@ -373,7 +373,8 @@ export default {
requireCardNumber
:
'Vui lòng nhập số ghi trên thẻ'
,
requireCardNumber
:
'Vui lòng nhập số ghi trên thẻ'
,
requireBankName
:
'Vui lòng chọn ngân hàng'
,
requireBankName
:
'Vui lòng chọn ngân hàng'
,
requireCardType
:
'Vui lòng chọn loại thẻ'
,
requireCardType
:
'Vui lòng chọn loại thẻ'
,
errorIsDefault
:
'Nghệ sỹ đã có tài khoản mặc định'
,
errorIsDefault
:
'Nghệ sỹ đã có tài khoản ngân hàng mặc định'
,
addAccess
:
'Thêm tài khoản ngân hàng thành công'
,
},
},
},
},
confirmActionsTitle
:
{
confirmActionsTitle
:
{
...
...
src/pages/cap-nhat-thong-tin-nghe-sy/updateInformationArtist.ts
View file @
012aca46
...
@@ -256,7 +256,6 @@ export default defineComponent({
...
@@ -256,7 +256,6 @@ export default defineComponent({
cardType
:
cardType
.
value
,
cardType
:
cardType
.
value
,
isDefault
:
isDefault
.
value
,
isDefault
:
isDefault
.
value
,
};
};
bankAccounts
.
value
.
push
(
newAccount
as
BankAccountType
);
bankAccounts
.
value
.
push
(
newAccount
as
BankAccountType
);
isOpenAddAccountBankDialog
.
value
=
false
;
isOpenAddAccountBankDialog
.
value
=
false
;
};
};
...
...
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