shish 3 tahun lalu
induk
melakukan
0af6bd6723
1 mengubah file dengan 2 tambahan dan 0 penghapusan
  1. 2 0
      ghsApp/src/admin/item/components/item.vue

+ 2 - 0
ghsApp/src/admin/item/components/item.vue

@@ -23,6 +23,7 @@
 					<view class="open-bx">
 						还剩 <text style="font-size:23upx;margin-left:8upx;">{{ info.stock?parseFloat(info.stock):0 }}</text>
 						<text style="margin-left:15upx;font-size:23upx;display:inline-block;color:#999;">销量 {{ info.actualSold?parseFloat(info.actualSold):0 }}</text>
+						<text style="margin-left:15upx;font-size:23upx;display:inline-block;color:#999;font-weight:normal;">毛率 {{ info.mll }}%</text>
 					</view>
 				</template>
 			</view>
@@ -167,6 +168,7 @@ export default {
 			& .open-bx {
 				color: #333333;
 				width:auto;
+				overflow: hidden;
 				text{
 					font-size: 24upx;
 					font-weight:700;