|
|
@@ -121,7 +121,7 @@ const cardBodyHeightDiff = ref(255)
|
|
|
</script>
|
|
|
|
|
|
<template>
|
|
|
- <div class="p-5">
|
|
|
+ <div class="app-container">
|
|
|
<el-row :gutter="20">
|
|
|
<el-col :span="8">
|
|
|
<card
|
|
|
@@ -142,7 +142,7 @@ const cardBodyHeightDiff = ref(255)
|
|
|
<div
|
|
|
class="overflow-auto w-100"
|
|
|
:style="`height: calc(100vh - ${cardBodyHeightDiff}px)`">
|
|
|
- <VbDataTable
|
|
|
+ <VbTable
|
|
|
ref="tableRef_1"
|
|
|
:columns="columns_1"
|
|
|
:query-params="{}"
|
|
|
@@ -167,7 +167,7 @@ const cardBodyHeightDiff = ref(255)
|
|
|
</el-button>
|
|
|
</vb-tooltip>
|
|
|
</template>
|
|
|
- </VbDataTable>
|
|
|
+ </VbTable>
|
|
|
</div>
|
|
|
</template>
|
|
|
</card>
|
|
|
@@ -189,7 +189,7 @@ const cardBodyHeightDiff = ref(255)
|
|
|
</template>
|
|
|
<template #body>
|
|
|
<div class="overflow-auto" :style="`height: calc(100vh - ${cardBodyHeightDiff}px)`">
|
|
|
- <VbDataTable
|
|
|
+ <VbTable
|
|
|
ref="tableRef_2"
|
|
|
:columns="columns_2"
|
|
|
:query-params="{}"
|
|
|
@@ -215,7 +215,7 @@ const cardBodyHeightDiff = ref(255)
|
|
|
</el-button>
|
|
|
</vb-tooltip>
|
|
|
</template>
|
|
|
- </VbDataTable>
|
|
|
+ </VbTable>
|
|
|
</div>
|
|
|
</template>
|
|
|
</card>
|