|
@ -14,16 +14,12 @@ |
|
|
@click="choose(index)" |
|
|
@click="choose(index)" |
|
|
class="ins-name" |
|
|
class="ins-name" |
|
|
v-for="(item, index) in productLists" |
|
|
v-for="(item, index) in productLists" |
|
|
>{{ item.name }}</span> |
|
|
> |
|
|
|
|
|
{{ item.name }} |
|
|
|
|
|
</span> |
|
|
</div> |
|
|
</div> |
|
|
<div class="flex-1 align-center"> |
|
|
<div class="flex-1 align-center"> |
|
|
<a-input-search |
|
|
<a-input-search @search="searchProduct" class="item-search" enter-button="搜索" placeholder="请输入" v-model="productIpt" /> |
|
|
@search="searchProduct" |
|
|
|
|
|
class="item-search" |
|
|
|
|
|
enter-button="搜索" |
|
|
|
|
|
placeholder="请输入" |
|
|
|
|
|
v-model="productIpt" |
|
|
|
|
|
/> |
|
|
|
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
@ -40,7 +36,6 @@ import { selModel } from 'config/api'; |
|
|
import PlatformList from 'components/PlatformList/PlatformList.vue'; |
|
|
import PlatformList from 'components/PlatformList/PlatformList.vue'; |
|
|
import HNav from './../components/HNav.vue'; |
|
|
import HNav from './../components/HNav.vue'; |
|
|
import BreadCrumb from 'components/BreadCrumb/BreadCrumb.vue'; |
|
|
import BreadCrumb from 'components/BreadCrumb/BreadCrumb.vue'; |
|
|
|
|
|
|
|
|
export default { |
|
|
export default { |
|
|
name: 'Products', |
|
|
name: 'Products', |
|
|
components: { BreadCrumb, HNav, PlatformList }, |
|
|
components: { BreadCrumb, HNav, PlatformList }, |
|
@ -69,6 +64,7 @@ export default { |
|
|
content: '', |
|
|
content: '', |
|
|
isBtn: 0, |
|
|
isBtn: 0, |
|
|
}; |
|
|
}; |
|
|
|
|
|
this.setListState(3); |
|
|
this.setProductList([]); |
|
|
this.setProductList([]); |
|
|
this.setProductIpt(obj); |
|
|
this.setProductIpt(obj); |
|
|
this.getType(3); |
|
|
this.getType(3); |
|
|