备料确认重量屏蔽

This commit is contained in:
zhangdingyu
2019-10-15 11:18:17 +08:00
parent 106d6658e4
commit b87fe221cc
2 changed files with 7 additions and 6 deletions

View File

@@ -88,11 +88,11 @@
{{ scope.row.零件图号 }}
</template>
</el-table-column>
<el-table-column label="重量" align="center" width="140px">
<template slot-scope="scope">
{{ scope.row.重量1 }}
</template>
</el-table-column>
<!--<el-table-column label="重量" align="center" width="140px">-->
<!--<template slot-scope="scope">-->
<!--{{ scope.row.重量1 }}-->
<!--</template>-->
<!--</el-table-column>-->
<el-table-column label="单价" align="center" width="140px">
<template slot-scope="scope">
{{ scope.row.单价 }}