Ver Fonte

改价控制

shish há 4 anos atrás
pai
commit
3b8d42f32e
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      ghsApp/src/admin/changePrice/components/Item.vue

+ 2 - 2
ghsApp/src/admin/changePrice/components/Item.vue

@@ -10,7 +10,7 @@
 			<view class="num-open_bx">
 			<view class="num-open_bx">
 				<view>
 				<view>
 					<view class="open-bx" >
 					<view class="open-bx" >
-						还剩 <text style="margin-left:8rpx;">{{ info.stock }}</text>
+						还剩 <text style="margin-left:8rpx;color:#333333;">{{ parseFloat(info.stock) }}</text>
 						<text style="margin-left:30rpx;color:#999999" v-if="info.status ==2">已下架</text>
 						<text style="margin-left:30rpx;color:#999999" v-if="info.status ==2">已下架</text>
 						<input class="change-input" @click.stop @blur="savePrice" @focus="modifyPrice = ''" placeholder-style="color:#CCCCCC" v-model="modifyPrice" type="digit" placeholder="填写价格" />
 						<input class="change-input" @click.stop @blur="savePrice" @focus="modifyPrice = ''" placeholder-style="color:#CCCCCC" v-model="modifyPrice" type="digit" placeholder="填写价格" />
 					</view>
 					</view>
@@ -18,7 +18,7 @@
 			</view>
 			</view>
 		</view>
 		</view>
 	</view>
 	</view>
-	<view class="level-price">散客 ¥<text style="margin-right:30rpx;">{{skPrice}}</text>普店 ¥<text style="margin-right:30rpx;">{{pdPrice}}</text>银店 ¥<text style="margin-right:30rpx;">{{ydPrice}}</text>金店 ¥<text>{{jdPrice}}</text></view>
+	<view class="level-price">散客 ¥<text style="margin-right:55rpx;">{{skPrice}}</text>银店 ¥<text style="margin-right:55rpx;">{{ydPrice}}</text>金店 ¥<text>{{jdPrice}}</text></view>
 </view>
 </view>
 </template>
 </template>