|
@ -57,10 +57,10 @@ |
|
|
<scroll-view scroll-y> |
|
|
<scroll-view scroll-y> |
|
|
<view class="card" v-for="(v,k) in list" :key="k" @click="toSpecs(v)"> |
|
|
<view class="card" v-for="(v,k) in list" :key="k" @click="toSpecs(v)"> |
|
|
<view class="name"> |
|
|
<view class="name"> |
|
|
<text>{{v.parentName}}</text> <text>{{v.name}}</text> <text class="plant-youbian"/> |
|
|
<text>{{v.goodsType}}</text> <text>{{v.substanceName}}</text> <text class="plant-youbian"/> |
|
|
</view> |
|
|
</view> |
|
|
<view class="company"> |
|
|
<view class="company"> |
|
|
<text>{{v.typeOne}}</text> <text>{{v.supplier}}</text> |
|
|
<text>{{v.goodsDetailType}}</text> <text>{{v.supplier}}</text> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
<u-empty v-if="list.length==0" text="为查询到相关信息" width="70%" icon="/static/noData.png"/> |
|
|
<u-empty v-if="list.length==0" text="为查询到相关信息" width="70%" icon="/static/noData.png"/> |
|
|