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
327d5349
Commit
327d5349
authored
Jul 19, 2021
by
Tình Trương
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
dab1f5f0
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
14 deletions
+7
-14
BankAccount.ts
...components/artist-information/bank-account/BankAccount.ts
+0
-7
index.vue
src/components/artist-information/bank-account/index.vue
+4
-7
index.vue
src/components/artist-information/hot-product/index.vue
+3
-0
No files found.
src/components/artist-information/bank-account/BankAccount.ts
View file @
327d5349
...
@@ -14,13 +14,6 @@ export default defineComponent({
...
@@ -14,13 +14,6 @@ export default defineComponent({
},
},
setup
(
props
,
context
)
{
setup
(
props
,
context
)
{
const
userTableColumnsBankAccount
=
[
const
userTableColumnsBankAccount
=
[
{
name
:
'STT'
,
required
:
true
,
label
:
'STT'
,
align
:
'center'
,
sortable
:
false
,
},
{
{
name
:
'accountOwner'
,
name
:
'accountOwner'
,
field
:
'accountOwner'
,
field
:
'accountOwner'
,
...
...
src/components/artist-information/bank-account/index.vue
View file @
327d5349
...
@@ -21,6 +21,10 @@
...
@@ -21,6 +21,10 @@
:no-data-label=
"$t('emptyData')"
:no-data-label=
"$t('emptyData')"
row-key=
"name"
row-key=
"name"
separator=
"cell"
separator=
"cell"
:pagination=
"
{
rowsPerPage: 0,
}"
wrap-cells
hide-pagination
hide-pagination
>
>
<template
v-slot:body-cell-bank=
"rowData"
>
<template
v-slot:body-cell-bank=
"rowData"
>
...
@@ -71,13 +75,6 @@
...
@@ -71,13 +75,6 @@
</div>
</div>
</q-td>
</q-td>
</
template
>
</
template
>
<
template
v-slot:body-cell-STT=
"item"
>
<q-td
style=
"padding: 0; height: 100%"
>
<div
align=
"center"
>
{{
item
.
rowIndex
+
1
}}
</div>
</q-td>
</
template
>
</q-table>
</q-table>
</div>
</div>
</div>
</div>
...
...
src/components/artist-information/hot-product/index.vue
View file @
327d5349
...
@@ -21,6 +21,9 @@
...
@@ -21,6 +21,9 @@
:no-data-label=
"$t('emptyData')"
:no-data-label=
"$t('emptyData')"
row-key=
"name"
row-key=
"name"
separator=
"cell"
separator=
"cell"
:pagination=
"
{
rowsPerPage: 0,
}"
wrap-cells
wrap-cells
hide-pagination
hide-pagination
>
>
...
...
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