硬件版本各数量计算
This commit is contained in:
parent
59fd6433c0
commit
c681d5f887
|
@ -85,7 +85,7 @@
|
|||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="总量" width="80" align="center" prop="quantity" :formatter="formatNum" class-name="bold-text"/><!-- 手动 -->
|
||||
<el-table-column label="已录入" width="80" align="center" prop="entered" :formatter="formatNum" class-name="bold-text"/>
|
||||
<el-table-column label="已录入" width="80" align="center" prop="enteredNum" :formatter="formatNum" class-name="bold-text"/>
|
||||
<el-table-column label="已绑定" width="80" align="center" prop="bound" :formatter="formatNum" class-name="bold-text"/>
|
||||
<el-table-column label="未绑定" width="80" align="center" prop="unBound" :formatter="formatNum" class-name="bold-text"/>
|
||||
<el-table-column label="未录入" width="80" align="center" prop="notEnteredNum" :formatter="formatNum" class-name="bold-text"/><!-- 手动 -->
|
||||
|
|
Loading…
Reference in New Issue
Block a user