Commit e1bdae7b authored by Tình Trương's avatar Tình Trương

update

parent e2f26f5c
......@@ -21,7 +21,8 @@ export default defineComponent({
label: i18n.global.t(
'artist.bankAccount.tableColumnsBank.accountOwner'
),
align: 'center',
headerStyle: 'text-align: center !important;',
align: 'left',
sortable: false,
},
{
......@@ -29,7 +30,8 @@ export default defineComponent({
field: 'accountNumber',
required: true,
label: i18n.global.t('artist.bankAccount.tableColumnsBank.idCard'),
align: 'center',
headerStyle: 'text-align: center !important;',
align: 'left',
sortable: false,
},
{
......@@ -37,7 +39,8 @@ export default defineComponent({
field: 'cardNumber',
required: true,
label: i18n.global.t('artist.bankAccount.tableColumnsBank.numberCard'),
align: 'center',
headerStyle: 'text-align: center !important;',
align: 'left',
sortable: false,
},
{
......@@ -45,7 +48,8 @@ export default defineComponent({
field: 'bank',
required: true,
label: i18n.global.t('artist.bankAccount.tableColumnsBank.bankName'),
align: 'center',
headerStyle: 'text-align: center !important;',
align: 'left',
sortable: false,
},
{
......@@ -53,7 +57,8 @@ export default defineComponent({
field: 'cardType',
required: true,
label: i18n.global.t('artist.bankAccount.tableColumnsBank.cardType'),
align: 'center',
headerStyle: 'text-align: center !important;',
align: 'left',
sortable: false,
},
{
......
......@@ -27,6 +27,7 @@
wrap-cells
hide-pagination
class="sticky-header-table"
style="max-height: calc(100vh - 17rem)"
>
<template v-slot:body-cell-bank="rowData">
<q-td>
......
......@@ -27,6 +27,7 @@
wrap-cells
hide-pagination
class="sticky-header-table"
style="max-height: calc(100vh - 17rem)"
>
<template v-slot:body-cell-status="rowData">
<q-td>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment