三表查询列宽
This commit is contained in:
@@ -81,16 +81,16 @@
|
|||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
label="零件数量"
|
label="零件数量"
|
||||||
min-width="70"
|
width="80"
|
||||||
align="center">
|
align="center">
|
||||||
<template slot-scope="scope">{{ scope.row.零件数量 }}</template>
|
<template slot-scope="scope">{{ scope.row.零件数量 }}</template>
|
||||||
</el-table-column>
|
</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">
|
<template slot-scope="scope">
|
||||||
{{ scope.row.部件数量 }}
|
{{ scope.row.部件数量 }}
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</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">
|
<template slot-scope="scope">
|
||||||
{{ scope.row.机床数量 }}
|
{{ scope.row.机床数量 }}
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user