shish 2 luni în urmă
părinte
comite
851ae8d74b
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  1. 1 0
      ghsApp/src/admin/ptItem/components/Item.vue

+ 1 - 0
ghsApp/src/admin/ptItem/components/Item.vue

@@ -26,6 +26,7 @@
 					<text>编号 {{info.id}}</text>
 					<text style="margin-left:25upx;" v-if="info.ratioType == 0">{{info.ratio}}{{info.smallUnit}}/<text @click="changeAuth(info.id)">{{ info.bigUnit }}</text></text>
 					<text style="margin-left:25upx;" v-else>若干{{info.smallUnit}}/<text @click="changeAuth(info.id)">{{ info.bigUnit }}</text></text>
+					<text style="margin-left:25upx;color:#3385ff;" v-if="info.weight">{{parseFloat(info.weight)}}公斤</text>
 				</view>
 			</view>
 		</view>