|
|
@@ -11,7 +11,7 @@
|
|
|
<view class="flex title" v-if="info.status == 3"> 入库前请确认售价: </view>
|
|
|
<view class="flex title" v-else> 确认售价: </view>
|
|
|
<view class="flex title">
|
|
|
- <text style="font-size:30upx;font-weight:normal;"> 红色进货价,蓝色成本价 </text>
|
|
|
+ <text style="font-size:30upx;font-weight:normal;"> 右边红色进货价,蓝色成本价 </text>
|
|
|
</view>
|
|
|
|
|
|
<view v-for="(res,i) in flowersList" :key="i">
|