|
|
@@ -17,7 +17,7 @@
|
|
|
<view v-for="(res,i) in flowersList" :key="i">
|
|
|
<view class="product-area">
|
|
|
<view class="first-area">
|
|
|
- <text class="name">{{res.name}}</text>
|
|
|
+ <text class="name" @click="pageTo({url:'/admin/item/detail?id='+ res.productId})">{{res.name}}</text>
|
|
|
<text class="cg-cost">¥{{res.bigPrice?parseFloat(res.bigPrice):0}}</text>
|
|
|
<text class="cost-price">¥{{res.cost?parseFloat(res.cost):0}}</text>
|
|
|
<input type="digit" v-model="res.suggestPrice" @focus="clearPrice(i)" placeholder="花店价" />
|