Commit af49f400 authored by dragondean@qq.com's avatar dragondean@qq.com

隐藏可分拣重量

parent b10dea69
......@@ -109,11 +109,11 @@
<!--<div class="red-label">
<p>{{$t('可分拣方数')}}</p>
<p>{{preList.remainVolume}}</p>
</div>-->
</div>
<div class="red-label">
<p>{{$t('重量')}}</p>
<p>{{preList.remainWeight || 0}}kg</p>
</div>
</div-->
<div class="table-button">
<el-button type="success" size="small" @click="addPart" :disabled="isAudit">{{$t('增加')}}</el-button>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment