This commit is contained in:
@@ -83,9 +83,7 @@
|
|||||||
<v-card-title>
|
<v-card-title>
|
||||||
{{ item.title }}
|
{{ item.title }}
|
||||||
</v-card-title>
|
</v-card-title>
|
||||||
<!-- <v-card-subtitle>
|
|
||||||
{{ item.key }}
|
|
||||||
</v-card-subtitle> -->
|
|
||||||
<v-card-text>
|
<v-card-text>
|
||||||
<v-switch
|
<v-switch
|
||||||
v-model="item.include"
|
v-model="item.include"
|
||||||
@@ -94,6 +92,21 @@
|
|||||||
:disabled="item.sort != null || item.filter != null"
|
:disabled="item.sort != null || item.filter != null"
|
||||||
@change="includeChanged(item)"
|
@change="includeChanged(item)"
|
||||||
></v-switch>
|
></v-switch>
|
||||||
|
<div class="d-flex justify-space-between">
|
||||||
|
<v-btn text large
|
||||||
|
><v-icon light Large>fa-step-backward</v-icon></v-btn
|
||||||
|
>
|
||||||
|
<v-btn text Large
|
||||||
|
><v-icon Large>fa-backward</v-icon></v-btn
|
||||||
|
>
|
||||||
|
<v-btn text Large
|
||||||
|
><v-icon Large>fa-forward</v-icon></v-btn
|
||||||
|
>
|
||||||
|
<v-btn text Large
|
||||||
|
><v-icon Large>fa-step-forward</v-icon></v-btn
|
||||||
|
>
|
||||||
|
</div>
|
||||||
|
|
||||||
<template v-if="item.isSortable">
|
<template v-if="item.isSortable">
|
||||||
<div @click="toggleSort(item)" class="pl-2 pt-2">
|
<div @click="toggleSort(item)" class="pl-2 pt-2">
|
||||||
<v-icon v-if="item.sort == null" large>fa-sort</v-icon>
|
<v-icon v-if="item.sort == null" large>fa-sort</v-icon>
|
||||||
|
|||||||
Reference in New Issue
Block a user