@@ -49,6 +49,14 @@
<span>{{scope.row.qty}}</span>
</template>
</el-table-column>
+ <el-table-column
+ prop="qty"
+ :label="$t(`已出货数量`)"
+ width="180">
+ <template slot-scope="scope">
+ <span>{{scope.row.logisticsqty}}</span>
+ </template>
+ </el-table-column>
<el-table-column
prop="deliedqty"
:label="$t(`已发数量`)"