Improved order of lists
This commit is contained in:
parent
20a1378e03
commit
db6dc225cf
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
<template>
|
<template>
|
||||||
<b-table
|
<b-table
|
||||||
:items="records"
|
:items="records"
|
||||||
|
primary-key="record_id"
|
||||||
hover
|
hover
|
||||||
:busy="isLoading"
|
:busy="isLoading"
|
||||||
:fields="fields"
|
:fields="fields"
|
||||||
|
|
Loading…
Reference in a new issue