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

update

parent dab1f5f0
...@@ -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',
......
...@@ -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>
......
...@@ -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
> >
......
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