This commit is contained in:
liushuai
2020-02-11 10:09:26 +08:00
parent 7827ceef07
commit 5ddf0723af
3 changed files with 7 additions and 15 deletions

View File

@@ -287,10 +287,10 @@
</el-table>
</el-card>
</el-col>
<el-col style="width: 900px;margin-left: 10px">
<el-col style="width: 920px;margin-left: 10px">
<el-card>
<el-table :data="tableData6" border size="mini" style="width: 100%" height="300px">
<el-table-column label="序号" type="index" align="center" width="45px"/>
<el-table-column label="序号" type="index" align="center" width="50px"/>
<el-table-column label="零件名称" show-overflow-tooltip align="center" width="90px">
<template slot-scope="scope">
{{ scope.row.物料名称 }}