|
@@ -304,13 +304,13 @@
|
|
|
{{ computeAllowQty(scope.row.qty, scope.row.hasOrderQty) }}
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
-<!-- <el-table-column-->
|
|
|
-<!-- align="right"-->
|
|
|
-<!-- label="已发货数"-->
|
|
|
-<!-- prop="compute_kdQty"-->
|
|
|
-<!-- min-width="100"-->
|
|
|
-<!-- show-overflow-tooltip-->
|
|
|
-<!-- />-->
|
|
|
+ <el-table-column
|
|
|
+ align="right"
|
|
|
+ label="已发货数"
|
|
|
+ prop="hasDeliverQty"
|
|
|
+ min-width="100"
|
|
|
+ show-overflow-tooltip
|
|
|
+ />
|
|
|
|
|
|
<el-table-column align="right" label="单价" prop="price" min-width="100" show-overflow-tooltip>
|
|
|
<template slot-scope="scope">
|