|
@@ -577,19 +577,20 @@
|
|
{{ scope.row.specification }}
|
|
{{ scope.row.specification }}
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column prop="limitQty" label="购买量上限" align="left" min-width="200">
|
|
|
|
|
|
+
|
|
|
|
+ <el-table-column prop="orderNums" label="已下订单台数" align="left" min-width="200">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
- {{ scope.row.limitQty }}
|
|
|
|
|
|
+ {{ scope.row.orderNums }}
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column prop="orderNums" label="已下订单数" align="left" min-width="200">
|
|
|
|
|
|
+ <el-table-column prop="examineOrderNums" label="已审订单台数" align="left" min-width="200">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
- {{ scope.row.orderNums }}
|
|
|
|
|
|
+ {{ scope.row.examineOrderNums }}
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column prop="examineOrderNums" label="已审订单数" align="left" min-width="200">
|
|
|
|
|
|
+ <el-table-column prop="limitQty" label="购买量上限" align="left" min-width="200">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
- {{ scope.row.examineOrderNums }}
|
|
|
|
|
|
+ {{ scope.row.limitQty }}
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column fixed="right" label="操作" width="120">
|
|
<el-table-column fixed="right" label="操作" width="120">
|