|
|
@@ -70,6 +70,9 @@
|
|
|
<el-table-column prop="notes" header-align="center" align="center" min-width="140"
|
|
|
:show-tooltip-when-overflow="true" label="备注">
|
|
|
</el-table-column>
|
|
|
+ <el-table-column fixed="right" prop="cntAll" header-align="center" align="center" min-width="80"
|
|
|
+ :show-tooltip-when-overflow="true" label="任务数量">
|
|
|
+ </el-table-column>
|
|
|
<el-table-column fixed="right" prop="materialCnt" header-align="center" align="center" width="70"
|
|
|
:show-tooltip-when-overflow="true" label="库存数">
|
|
|
</el-table-column>
|