This commit is contained in:
liushuai
2020-03-16 17:58:33 +08:00
13 changed files with 90 additions and 217 deletions

View File

@@ -81,16 +81,16 @@
</el-table-column>
<el-table-column
label="零件数量"
min-width="70"
width="80"
align="center">
<template slot-scope="scope">{{ scope.row.零件数量 }}</template>
</el-table-column>
<el-table-column label="部件数量" align="center" min-width="70">
<el-table-column label="部件数量" align="center" min-width="80">
<template slot-scope="scope">
{{ scope.row.部件数量 }}
</template>
</el-table-column>
<el-table-column label="机床数量" align="center" min-width="70">
<el-table-column label="机床数量" align="center" min-width="80">
<template slot-scope="scope">
{{ scope.row.机床数量 }}
</template>