shish 2 лет назад
Родитель
Сommit
17399ae062
1 измененных файлов с 5 добавлено и 7 удалено
  1. 5 7
      ghsApp/src/pagesPurchase/components/pageSuccess.vue

+ 5 - 7
ghsApp/src/pagesPurchase/components/pageSuccess.vue

@@ -23,11 +23,11 @@
 									<view style="margin-bottom:6upx;">
 									<view style="margin-bottom:6upx;">
 										<text class="name" @click="pageTo({url:'/admin/item/detail?id='+ res.productId})">
 										<text class="name" @click="pageTo({url:'/admin/item/detail?id='+ res.productId})">
 											{{res.name?res.name.substr(0,11):''}}
 											{{res.name?res.name.substr(0,11):''}}
-											<text style="color:red;margin-left:25upx;font-weight:normal;">¥{{res.bigPrice?parseFloat(res.bigPrice):0}}</text>
-											<text style="color:red;margin-left:25upx;font-weight:normal;">¥{{res.cost?parseFloat(res.cost):0}}</text>
-											<text style="color:#CCCCCC;margin-left:25upx;font-weight:normal;">旧¥{{res.beforeModifyPrice?parseFloat(res.beforeModifyPrice):0}}</text>
-											<text style="color:#CCCCCC;margin-left:25upx;font-weight:normal;">{{res.itemNum?parseFloat(res.itemNum):0}}{{res.bigUnit}}</text>
-											<text style="float:right;color:green;">...</text>
+											<text style="color:red;margin-left:20upx;font-weight:normal;">¥{{res.bigPrice?parseFloat(res.bigPrice):0}}</text>
+											<text style="color:red;margin-left:20upx;font-weight:normal;">¥{{res.cost?parseFloat(res.cost):0}}</text>
+											<text style="color:#CCCCCC;margin-left:20upx;font-weight:normal;">旧¥{{res.beforeModifyPrice?parseFloat(res.beforeModifyPrice):0}}</text>
+											<text style="color:#CCCCCC;margin-left:20upx;font-weight:normal;">{{res.itemNum?parseFloat(res.itemNum):0}}{{res.bigUnit}}</text>
+											<text style="color:green;margin-left:20upx;font-weight:normal;">...</text>
 										</text>
 										</text>
 									</view>
 									</view>
 									<view>
 									<view>
@@ -273,9 +273,7 @@ export default {
 		border-bottom:1upx solid #e4e2e2;
 		border-bottom:1upx solid #e4e2e2;
 		position:relative;
 		position:relative;
 		.name{
 		.name{
-			width:590upx;
 			overflow: hidden;
 			overflow: hidden;
-			text-overflow:ellipsis;
 			white-space: nowrap;
 			white-space: nowrap;
 			display:inline-block;
 			display:inline-block;
 			font-weight:bold;
 			font-weight:bold;