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
e1bdae7b
Commit
e1bdae7b
authored
Jul 21, 2021
by
Tình Trương
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
e2f26f5c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
5 deletions
+12
-5
BankAccount.ts
...components/artist-information/bank-account/BankAccount.ts
+10
-5
index.vue
src/components/artist-information/bank-account/index.vue
+1
-0
index.vue
src/components/artist-information/hot-product/index.vue
+1
-0
No files found.
src/components/artist-information/bank-account/BankAccount.ts
View file @
e1bdae7b
...
@@ -21,7 +21,8 @@ export default defineComponent({
...
@@ -21,7 +21,8 @@ export default defineComponent({
label
:
i18n
.
global
.
t
(
label
:
i18n
.
global
.
t
(
'artist.bankAccount.tableColumnsBank.accountOwner'
'artist.bankAccount.tableColumnsBank.accountOwner'
),
),
align
:
'center'
,
headerStyle
:
'text-align: center !important;'
,
align
:
'left'
,
sortable
:
false
,
sortable
:
false
,
},
},
{
{
...
@@ -29,7 +30,8 @@ export default defineComponent({
...
@@ -29,7 +30,8 @@ export default defineComponent({
field
:
'accountNumber'
,
field
:
'accountNumber'
,
required
:
true
,
required
:
true
,
label
:
i18n
.
global
.
t
(
'artist.bankAccount.tableColumnsBank.idCard'
),
label
:
i18n
.
global
.
t
(
'artist.bankAccount.tableColumnsBank.idCard'
),
align
:
'center'
,
headerStyle
:
'text-align: center !important;'
,
align
:
'left'
,
sortable
:
false
,
sortable
:
false
,
},
},
{
{
...
@@ -37,7 +39,8 @@ export default defineComponent({
...
@@ -37,7 +39,8 @@ export default defineComponent({
field
:
'cardNumber'
,
field
:
'cardNumber'
,
required
:
true
,
required
:
true
,
label
:
i18n
.
global
.
t
(
'artist.bankAccount.tableColumnsBank.numberCard'
),
label
:
i18n
.
global
.
t
(
'artist.bankAccount.tableColumnsBank.numberCard'
),
align
:
'center'
,
headerStyle
:
'text-align: center !important;'
,
align
:
'left'
,
sortable
:
false
,
sortable
:
false
,
},
},
{
{
...
@@ -45,7 +48,8 @@ export default defineComponent({
...
@@ -45,7 +48,8 @@ export default defineComponent({
field
:
'bank'
,
field
:
'bank'
,
required
:
true
,
required
:
true
,
label
:
i18n
.
global
.
t
(
'artist.bankAccount.tableColumnsBank.bankName'
),
label
:
i18n
.
global
.
t
(
'artist.bankAccount.tableColumnsBank.bankName'
),
align
:
'center'
,
headerStyle
:
'text-align: center !important;'
,
align
:
'left'
,
sortable
:
false
,
sortable
:
false
,
},
},
{
{
...
@@ -53,7 +57,8 @@ export default defineComponent({
...
@@ -53,7 +57,8 @@ export default defineComponent({
field
:
'cardType'
,
field
:
'cardType'
,
required
:
true
,
required
:
true
,
label
:
i18n
.
global
.
t
(
'artist.bankAccount.tableColumnsBank.cardType'
),
label
:
i18n
.
global
.
t
(
'artist.bankAccount.tableColumnsBank.cardType'
),
align
:
'center'
,
headerStyle
:
'text-align: center !important;'
,
align
:
'left'
,
sortable
:
false
,
sortable
:
false
,
},
},
{
{
...
...
src/components/artist-information/bank-account/index.vue
View file @
e1bdae7b
...
@@ -27,6 +27,7 @@
...
@@ -27,6 +27,7 @@
wrap-cells
wrap-cells
hide-pagination
hide-pagination
class="sticky-header-table"
class="sticky-header-table"
style="max-height: calc(100vh - 17rem)"
>
>
<template
v-slot:body-cell-bank=
"rowData"
>
<template
v-slot:body-cell-bank=
"rowData"
>
<q-td>
<q-td>
...
...
src/components/artist-information/hot-product/index.vue
View file @
e1bdae7b
...
@@ -27,6 +27,7 @@
...
@@ -27,6 +27,7 @@
wrap-cells
wrap-cells
hide-pagination
hide-pagination
class="sticky-header-table"
class="sticky-header-table"
style="max-height: calc(100vh - 17rem)"
>
>
<template
v-slot:body-cell-status=
"rowData"
>
<template
v-slot:body-cell-status=
"rowData"
>
<q-td>
<q-td>
...
...
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