Browse Source

毛利率

shish 3 years ago
parent
commit
ff3a0604f1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ghsApp/src/admin/item/components/item.vue

+ 1 - 1
ghsApp/src/admin/item/components/item.vue

@@ -23,7 +23,7 @@
 					<view class="open-bx">
 					<view class="open-bx">
 						还剩 <text style="font-size:23upx;margin-left:8upx;">{{ info.stock?parseFloat(info.stock):0 }}</text>
 						还剩 <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;">销量 {{ 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>
+						<text style="margin-left:15upx;font-size:23upx;display:inline-block;color:#999;font-weight:normal;">毛率 {{ info.mll }}%</text>
 					</view>
 					</view>
 				</template>
 				</template>
 			</view>
 			</view>