This commit is contained in:
Viet An
2026-06-04 16:12:51 +07:00
parent 2a1f85c2af
commit 3cfa103306
19 changed files with 106 additions and 106 deletions

View File

@@ -18,7 +18,7 @@ function selected(api, chosen) {
<div class="control">
<input
class="input"
v-model.trim="filter.name"
v-model.trim="filter.product__name__icontains"
type="text"
placeholder="Tên"
/>
@@ -34,7 +34,6 @@ function selected(api, chosen) {
field: 'name',
column: ['name'],
first: true,
clearable: true,
optionid: filter.os,
placeholder: 'OS',
}"
@@ -51,7 +50,6 @@ function selected(api, chosen) {
field: 'name',
column: ['name'],
first: true,
clearable: true,
optionid: filter.manufacturer,
placeholder: 'Hãng',
}"
@@ -68,7 +66,6 @@ function selected(api, chosen) {
field: 'code',
column: ['code'],
first: true,
clearable: true,
optionid: filter.battery,
placeholder: 'Pin',
}"
@@ -85,7 +82,6 @@ function selected(api, chosen) {
field: 'label',
column: ['resolution', 'standard', 'technology'],
first: true,
clearable: true,
optionid: filter.screen,
placeholder: 'Màn hình',
}"
@@ -102,7 +98,6 @@ function selected(api, chosen) {
field: 'name',
column: ['name'],
first: true,
clearable: true,
placeholder: 'CPU',
optionid: filter.cpu,
}"
@@ -119,7 +114,6 @@ function selected(api, chosen) {
field: 'name',
column: ['name'],
first: true,
clearable: true,
optionid: filter.gpu,
placeholder: 'GPU',
}"
@@ -136,7 +130,6 @@ function selected(api, chosen) {
field: 'code',
column: ['code'],
first: true,
clearable: true,
optionid: filter.external_storage,
placeholder: 'Bộ nhớ ngoài',
position: 'is-top-right',