This commit is contained in:
parent
fa53aa4f47
commit
f23c82baea
|
|
@ -211,6 +211,23 @@
|
||||||
prop="totalUseNum"
|
prop="totalUseNum"
|
||||||
min-width="180"
|
min-width="180"
|
||||||
></el-table-column>
|
></el-table-column>
|
||||||
|
<el-table-column
|
||||||
|
align="center"
|
||||||
|
prop="totalUseNum"
|
||||||
|
min-width="180"
|
||||||
|
>
|
||||||
|
<template slot="header">
|
||||||
|
<span>退料申请数量</span>
|
||||||
|
<el-tooltip
|
||||||
|
class="item"
|
||||||
|
effect="dark"
|
||||||
|
content="统计维度为退料申请中未完全退料的数量"
|
||||||
|
placement="top"
|
||||||
|
>
|
||||||
|
<i class="el-icon-info" style="color: #409eff"></i>
|
||||||
|
</el-tooltip>
|
||||||
|
</template>
|
||||||
|
</el-table-column>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
label="退料数量"
|
label="退料数量"
|
||||||
align="center"
|
align="center"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue