chore: remove unused
This commit is contained in:
parent
667058cbef
commit
51d5f694ad
1 changed files with 1 additions and 65 deletions
|
|
@ -196,7 +196,7 @@ watch(() => pageState.inputSearch, fetchWorkflowList);
|
||||||
</q-input>
|
</q-input>
|
||||||
|
|
||||||
<div
|
<div
|
||||||
class="row col-12 col-md-4 justify-end"
|
class="row col-12 col-md-3 justify-end"
|
||||||
:class="{ 'q-pt-xs': $q.screen.lt.md }"
|
:class="{ 'q-pt-xs': $q.screen.lt.md }"
|
||||||
style="white-space: nowrap"
|
style="white-space: nowrap"
|
||||||
>
|
>
|
||||||
|
|
@ -217,71 +217,7 @@ watch(() => pageState.inputSearch, fetchWorkflowList);
|
||||||
{ label: $t('general.active'), value: 'statusACTIVE' },
|
{ label: $t('general.active'), value: 'statusACTIVE' },
|
||||||
{ label: $t('general.inactive'), value: 'statusINACTIVE' },
|
{ label: $t('general.inactive'), value: 'statusINACTIVE' },
|
||||||
]"
|
]"
|
||||||
></q-select>
|
|
||||||
|
|
||||||
<q-select
|
|
||||||
v-if="!pageState.gridView"
|
|
||||||
id="select-field"
|
|
||||||
for="select-field"
|
|
||||||
class="col q-ml-sm"
|
|
||||||
:display-value="$t('general.displayField')"
|
|
||||||
:hide-dropdown-icon="$q.screen.lt.sm"
|
|
||||||
v-model="pageState.fieldSelected"
|
|
||||||
option-label="label"
|
|
||||||
option-value="value"
|
|
||||||
map-options
|
|
||||||
emit-value
|
|
||||||
outlined
|
|
||||||
multiple
|
|
||||||
dense
|
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<q-btn-toggle
|
|
||||||
v-if="false"
|
|
||||||
id="btn-mode"
|
|
||||||
v-model="pageState.gridView"
|
|
||||||
dense
|
|
||||||
class="no-shadow bordered rounded surface-1 q-ml-sm"
|
|
||||||
:toggle-color="$q.dark.isActive ? 'grey-9' : 'grey-2'"
|
|
||||||
size="xs"
|
|
||||||
:options="[
|
|
||||||
{ value: true, slot: 'folder' },
|
|
||||||
{ value: false, slot: 'list' },
|
|
||||||
]"
|
|
||||||
>
|
|
||||||
<template v-slot:folder>
|
|
||||||
<q-icon
|
|
||||||
name="mdi-view-grid-outline"
|
|
||||||
size="16px"
|
|
||||||
class="q-px-sm q-py-xs rounded"
|
|
||||||
:style="{
|
|
||||||
color: $q.dark.isActive
|
|
||||||
? pageState.gridView
|
|
||||||
? '#C9D3DB '
|
|
||||||
: '#787B7C'
|
|
||||||
: pageState.gridView
|
|
||||||
? '#787B7C'
|
|
||||||
: '#C9D3DB',
|
|
||||||
}"
|
|
||||||
/>
|
|
||||||
</template>
|
|
||||||
<template v-slot:list>
|
|
||||||
<q-icon
|
|
||||||
name="mdi-format-list-bulleted"
|
|
||||||
class="q-px-sm q-py-xs rounded"
|
|
||||||
size="16px"
|
|
||||||
:style="{
|
|
||||||
color: $q.dark.isActive
|
|
||||||
? pageState.gridView === false
|
|
||||||
? '#C9D3DB'
|
|
||||||
: '#787B7C'
|
|
||||||
: pageState.gridView === false
|
|
||||||
? '#787B7C'
|
|
||||||
: '#C9D3DB',
|
|
||||||
}"
|
|
||||||
/>
|
|
||||||
</template>
|
|
||||||
</q-btn-toggle>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue