...
|
...
|
@@ -8,7 +8,7 @@ |
|
|
<Input v-model.trim="query.productName"></Input>
|
|
|
</filter-item>
|
|
|
<filter-item label="品牌">
|
|
|
<select-brand v-model="query.brandId"></select-brand>
|
|
|
<select-search-brand v-model="query.brandId"></select-search-brand>
|
|
|
</filter-item>
|
|
|
<filter-item label="品类">
|
|
|
<select-category v-model="query.sort"></select-category>
|
...
|
...
|
@@ -243,4 +243,3 @@ export default { |
|
|
right: 0;
|
|
|
}
|
|
|
</style> |
|
|
|
|
|
\ No newline at end of file |
...
|
...
|
|