This commit is contained in:
chenjianan
2019-05-21 16:02:21 +08:00
parent 661aa80457
commit 8aded86549
3 changed files with 18 additions and 7 deletions

View File

@@ -51,6 +51,16 @@
border
highlight-current-row
@row-click="click">
<el-table-column label="机床号" align="center">
<template slot-scope="scope">
{{ scope.row.机床图号 }}
</template>
</el-table-column>
<el-table-column label="组号" align="center">
<template slot-scope="scope">
{{ scope.row.组号 }}
</template>
</el-table-column>
<el-table-column label="零件图号" align="center">
<template slot-scope="scope">
{{ scope.row.零件图号 }}