项目采购明细

This commit is contained in:
Vergil
2020-03-27 14:39:28 +08:00
parent f1d7964b63
commit 07b91eaacf

View File

@@ -26,6 +26,11 @@
</el-card> </el-card>
<el-card style="width: 800px"> <el-card style="width: 800px">
<el-table v-loading="" :data="tableData2" :summary-method="getSummaries1" show-summary border style="width: 100%;max-height: 700px;" height="700px"> <el-table v-loading="" :data="tableData2" :summary-method="getSummaries1" show-summary border style="width: 100%;max-height: 700px;" height="700px">
<el-table-column label="机床图号" align="center" width="100">
<template slot-scope="scope">
{{ scope.row.机床图号 }}
</template>
</el-table-column>
<el-table-column label="零件名称" align="center" width="150"> <el-table-column label="零件名称" align="center" width="150">
<template slot-scope="scope"> <template slot-scope="scope">
{{ scope.row.零件名称 }} {{ scope.row.零件名称 }}