This commit is contained in:
chenjianan
2019-06-14 08:15:57 +08:00
parent 3124baa9d7
commit a374ea5c8d
6 changed files with 364 additions and 9 deletions

View File

@@ -92,6 +92,11 @@
{{ scope.row.机床图号 }}
</template>
</el-table-column>
<el-table-column label="机床设计者" align="center" min-width="90">
<template slot-scope="scope">
{{ scope.row.机床设计者 || '—' }}
</template>
</el-table-column>
<el-table-column label="组号" align="center" min-width="80">
<template slot-scope="scope">
{{ scope.row.组号 }}
@@ -270,6 +275,11 @@
{{ scope.row.机床图号 }}
</template>
</el-table-column>
<el-table-column label="机床设计者" align="center" min-width="90">
<template slot-scope="scope">
{{ scope.row.机床设计者 || '—' }}
</template>
</el-table-column>
<el-table-column label="组号" align="center" min-width="80">
<template slot-scope="scope">
{{ scope.row.组号 }}