Merge pull request #6605 from papnoisanjeev/applied-filter-condition-show

Applied condition showing during filtering  #6408
This commit is contained in:
Jitendra Singh 2022-08-02 17:11:02 +05:30 committed by GitHub
commit b0fe69c450
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 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=cb527fcbce0488f30069",
"/js/ui.js": "/js/ui.js?id=3200019bb5cc4b0a434e",
"/css/ui.css": "/css/ui.css?id=d37fc925848045c24ee5"
}

View File

@ -2,7 +2,7 @@
<span class="filter-tag">
<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 }}