case 4220 densification
This commit is contained in:
@@ -95,6 +95,7 @@
|
||||
<template v-if="$vuetify.breakpoint.smAndUp">
|
||||
<v-data-table
|
||||
v-model="selected"
|
||||
dense
|
||||
:headers="headers"
|
||||
:items="records"
|
||||
:options.sync="dataTablePagingOptions"
|
||||
@@ -139,6 +140,7 @@
|
||||
v-model="selected"
|
||||
:value="item"
|
||||
hide-details
|
||||
class="mt-n1"
|
||||
></v-checkbox>
|
||||
</td>
|
||||
</template>
|
||||
@@ -302,6 +304,7 @@
|
||||
<template v-else>
|
||||
<v-data-table
|
||||
v-model="selected"
|
||||
dense
|
||||
:headers="headers"
|
||||
:items="records"
|
||||
:options.sync="dataTablePagingOptions"
|
||||
@@ -325,7 +328,7 @@
|
||||
@toggle-select-all="selectAll"
|
||||
>
|
||||
<template v-slot:body="{ items }">
|
||||
<v-row>
|
||||
<v-row dense>
|
||||
<v-col
|
||||
v-for="item in items"
|
||||
:key="item.id"
|
||||
@@ -339,6 +342,7 @@
|
||||
<v-card-title class="subheading font-weight-bold">
|
||||
<v-checkbox
|
||||
v-model="selected"
|
||||
class="my-n1"
|
||||
:value="item"
|
||||
hide-details
|
||||
></v-checkbox>
|
||||
|
||||
Reference in New Issue
Block a user