Applied condition showing during filtering

This commit is contained in:
sanjeev 2022-07-27 14:55:24 +05:30
parent d28d1a693b
commit 5c899f36d9
3 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,4 +1,4 @@
{
"/js/ui.js": "/js/ui.js?id=994a0d7537c0f196b1e0",
"/css/ui.css": "/css/ui.css?id=d5a5781ad0a890301ed3"
"/js/ui.js": "/js/ui.js?id=ea0def9a0dea281fae9a",
"/css/ui.css": "/css/ui.css?id=d37fc925848045c24ee5"
}

View File

@ -2,7 +2,7 @@
<span class="filter-tag" style="text-transform: capitalize">
<span v-if="filter.column == 'perPage'">perPage</span>
<span v-else>{{ filter.label }}</span>
<span v-else>{{ filter.label }} | {{ filter.cond }}</span>
<span class="wrapper" v-if="filter.prettyValue">
{{ filter.prettyValue }}