Update index.vue

parent 072bd1fb
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
:columns="userTableColumns" :columns="userTableColumns"
row-key="userName" row-key="userName"
virtual-scroll virtual-scroll
separator="cell"
:rows-per-page-label="$t('recordPerPage')" :rows-per-page-label="$t('recordPerPage')"
:pagination="{ :pagination="{
rowsPerPage: 0, rowsPerPage: 0,
...@@ -66,7 +66,7 @@ ...@@ -66,7 +66,7 @@
</div> </div>
</q-td> </q-td>
</template> </template>
<!-- <template v-slot:body-cell-action="item"> <template v-slot:body-cell-action="item">
<q-td style="padding: 0" class="flex flex-center"> <q-td style="padding: 0" class="flex flex-center">
<q-btn <q-btn
flat flat
...@@ -102,7 +102,7 @@ ...@@ -102,7 +102,7 @@
}}</q-tooltip> }}</q-tooltip>
</q-btn> </q-btn>
</q-td> </q-td>
</template> --> </template>
</q-table> </q-table>
</div> </div>
<div class="col-12 q-mt-sm"> <div class="col-12 q-mt-sm">
......
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