|
@@ -55,7 +55,7 @@
|
|
|
<input v-model="customData.userPrice" @focus="customData.userPrice = null" type="digit" placeholder="单价" @input="userPriceChange" />
|
|
<input v-model="customData.userPrice" @focus="customData.userPrice = null" type="digit" placeholder="单价" @input="userPriceChange" />
|
|
|
<input v-model="customData.totalPrice" @focus="customData.totalPrice = null" type="digit" placeholder="总价" @input="totalPriceChange" />
|
|
<input v-model="customData.totalPrice" @focus="customData.totalPrice = null" type="digit" placeholder="总价" @input="totalPriceChange" />
|
|
|
</view>
|
|
</view>
|
|
|
- <view v-if="customData.aboutPrice == 1" style="margin-top:8upx;text-align:center;color:blue;">单价为近似值</view>
|
|
|
|
|
|
|
+ <view v-if="customData.aboutPrice == 1" style="margin-top:10upx;text-align:center;color:blue;font-size:20upx;">单价为近似值</view>
|
|
|
<view v-else style="margin-top:8upx;text-align:center;">----</view>
|
|
<view v-else style="margin-top:8upx;text-align:center;">----</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|