@@ -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>