项目采购明细
This commit is contained in:
@@ -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.零件名称 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user