fix
This commit is contained in:
parent
a7848ea6dc
commit
e8c04035f4
2 changed files with 0 additions and 8 deletions
|
|
@ -240,12 +240,6 @@ const filterAndApply = () => {
|
|||
>
|
||||
<template v-slot:append>
|
||||
<q-icon name="search" />
|
||||
<!-- <q-icon
|
||||
v-if="filterMain !== ''"
|
||||
name="clear"
|
||||
class="cursor-pointer"
|
||||
@click="resetFilter"
|
||||
/> -->
|
||||
</template>
|
||||
</q-input>
|
||||
|
||||
|
|
@ -266,7 +260,6 @@ const filterAndApply = () => {
|
|||
</div>
|
||||
|
||||
<div class="col-12 q-pt-sm">
|
||||
<!-- :filter="filterMain" -->
|
||||
<d-table
|
||||
:columns="columns"
|
||||
:rows="rows"
|
||||
|
|
|
|||
|
|
@ -523,7 +523,6 @@ watch([() => props?.snapShot, () => props.roundFilter], () => {
|
|||
bordered
|
||||
dense
|
||||
class="custom-header-table"
|
||||
:filter="filter"
|
||||
:visible-columns="visibleColumns"
|
||||
>
|
||||
<template v-slot:header="props">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue