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
86b38f81
Commit
86b38f81
authored
May 06, 2021
by
Võ Quang Thành Đạt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
c1ae9907
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
14 deletions
+12
-14
AddAccountBankDialog.ts
...count/add-new-bank-account-dialog/AddAccountBankDialog.ts
+1
-2
index.vue
...mation/bank-account/add-new-bank-account-dialog/index.vue
+10
-11
index.vue
src/pages/cap-nhat-thong-tin-nghe-sy/index.vue
+1
-1
No files found.
src/components/artist-information/bank-account/add-new-bank-account-dialog/AddAccountBankDialog.ts
View file @
86b38f81
import
{
defineComponent
,
Ref
,
ref
}
from
'vue'
;
import
{
defineComponent
}
from
'vue'
;
import
{
i18n
}
from
'src/boot/i18n'
;
export
default
defineComponent
({
...
...
@@ -53,6 +53,5 @@ export default defineComponent({
'update:bankName'
,
'update:cardType'
,
'update:isDefault'
,
'click:addAccountBankBtn'
,
],
});
src/components/artist-information/bank-account/add-new-bank-account-dialog/index.vue
View file @
86b38f81
...
...
@@ -62,15 +62,15 @@
class=
"q-my-sm"
outlined
></q-input>
<q-input
:model-value=
"isDefault"
@
update:model-value=
"$emit('update:isDefault', $event)"
:label=
"$t('artist.dialogLabel.fieldLabels.isDefault')"
hide-bottom-space
type=
"tex
t"
class=
"q-my-sm
"
outlined
></q-input
>
<div
class=
"flex"
>
<div
class=
"flex flex-center text-body1 q-ml-xs"
>
Mặc định
</div>
<!-- :label="$t('artist.dialogLabel.fieldLabels.isDefault')" -->
<q-checkbox
:model-value=
"isDefaul
t"
@
update:model-value=
"$emit('update:isDefault', $event)
"
/>
</div
>
</div>
</div>
</q-card-section>
...
...
@@ -79,10 +79,9 @@
type=
"submit"
color=
"primary"
:label=
"$t('userPage.crudActions.save')"
@
click=
"$emit('click:addAccountBankBtn')"
/>
<q-btn
color=
"
black
"
color=
"
grey
"
:label=
"$t('userPage.crudActions.cancel')"
@
click=
"$emit('click:CloseBtn')"
/>
...
...
src/pages/cap-nhat-thong-tin-nghe-sy/index.vue
View file @
86b38f81
...
...
@@ -89,7 +89,7 @@
v-model:bank-name=
"bankName"
v-model:card-type=
"cardType"
v-model:is-default=
"isDefault"
@
click:addAccountBankBtn
=
"addAccBank"
@
addNewBankAccount
=
"addAccBank"
@
click:CloseBtn=
"isOpenAddAccountBankDialog = false"
></AddNewBankAccountDialog>
<div
class=
"col-12 q-mt-md"
>
...
...
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